Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
WAHtmlCanvas
Last updated at 12:30 pm UTC on 2 January 2018
The big idea for this class is to have a class for each HTML tag instead of a selector for each tag.
https://websela.wordpress.com/2015/05/30/a-web-framework-for-cuis-2015-edition/

Class comment
I'm a canvas for building HTML. Used in Seaside.


 WAHtmlCanvas printHierarchy '
 ProtoObject #()
	Object #()
		GRObject #()
			WAObject #()
				WARenderer #(''context'' ''lastId'')
					WACanvas #(''currentBrush'' ''parentBrush'')
						WATagCanvas #()
							WAHtmlCanvas #()'