Feb. 25, 2016
6:40 p.m.
Hi Martin,
On 25 Feb 2016, at 18:21, MartinW <wm@fastmail.fm> wrote:
Hi,
I know, there are templating systems like Mustache, but I always loved Seaside's Canvas/Brush metaphor for creating HTML. Is it available as a standalone package, so it can be used outside of Seaside?
Yes you can: WAHtmlCanvas builder render: [ :html | html heading: 'Test'; paragraph: 'foo bar' ]. Or just instantiate any component and let it render. Sven
Best regards, Martin.
-- View this message in context: http://forum.world.st/Is-Seaside-s-Canvas-Brush-metaphor-for-creating-HTML-a... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.