[Seaside] How do I set css class for an html element with newcanvas API?

itsme213 itsme213 at hotmail.com
Mon Jul 31 06:47:08 UTC 2006


Great, thanks Damien.

----- Original Message ----- 
From: "Damien Cassou" <damien.cassou at laposte.net>
To: "The Squeak Enterprise Aubergines Server - general discussion." 
<seaside at lists.squeakfoundation.org>
Sent: Sunday, July 30, 2006 11:36 PM
Subject: Re: [Seaside] How do I set css class for an html element with 
newcanvas API?


> You can find those kind of thing directly in the code. Just browse the 
> examples or the TagBrush hierarchy.
>
> For a div:
>
> html div
>   class: 'thisClass';
>   with: [do something]
>
>
> don't forget that #with: and #text: must be the last commands sent to your 
> tag.
>
>
> Bye



More information about the Seaside mailing list