Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
HtmlTableRow
Last updated at 10:19 am UTC on 5 October 2020
 HtmlEntity subclass: #HtmlTableRow
	instanceVariableNames: ''
	classVariableNames: ''
	poolDictionaries: ''
	category: 'Etoys-Squeakland-Network-HTML-Parser Entities'


Interesting method


 asArrayOfData
	"Return an Array of the table row, removing all html. 
        This is only the text and numbers that the user would see on a web page.  
        Remove all comments and formatting."


See also

HtmlTable