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

Damien Cassou damien.cassou at laposte.net
Mon Jul 31 04:36:58 UTC 2006


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