|
| From: | Markus Fritsche |
| Subject: | Re: [Help-smalltalk] CGI enabled STT |
| Date: | Sun, 05 Jan 2003 10:20:47 +0100 |
| User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212 |
Markus Fritsche wrote:I forgot: HTMLSupport brings some "HTML templating", this is a test for a Smalltalk-expression style HTML. Since it is more to write than html, it is not so useful, but could be enhanced in future.
Example:
HTML a: {'href'->'http://www.heise.de/'.'Compu' . HTML br: nil . 'erkram'}!
Use:
HTML [tag]: 'content'!
HTML [tag]: {'parm1'->'val1' . 'parmn'->'valn' . [content] . [content] .
... }!
Regards, Markus -- http://reauktion.de/archer/
| [Prev in Thread] | Current Thread | [Next in Thread] |