Well⦠Itâs in a separate package called âSeaside-Canvasâ. You should only need Seaside-Core as a prerequisite, as you can derive from the metacello config. I did not try, but let me know if you do. Johan
On 25 Feb 2016, at 23:07, stepharo <stepharo@free.fr> wrote:
Hi johan
What would be good is to have it in a separate package because I wanted to output HTML and loading seaside for that was heavy.
Stef
Le 25/2/16 19:33, Johan Brichau a écrit :
Depends on what you mean with âoutside of Seasideâ but maybe this is what you would be looking for:
WAHtmlCanvas builder render: [ :html | html anchor url: 'htttp://www.seaside.st'; with: 'Seaside Homepage' ]
See WABuilderCanvasTest for some examples.
Hope this helps? Johan
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?
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.