Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Tiny HTML
Last updated at 5:33 pm UTC on 16 January 2006
Author: Federico G. Stilman

Project Description

First of all: "PROJECT" is a big word for this project. :)

Tiny HTML are a set of objects that basically wraps HTML tags and allow HTML construction in Squeak. For the moment, there is one class that does all the "big" work: HtmlElement. Additionally I supplied a set of HtmlElement subclasses, each one for a different HTML tag, that only know their tag name, and this makes the code more readable.

Göran Krampe: Sidenote: Such basic classes exists both in Seaside and in HttpView2.