[Seaside] table attributes on canvas

Lukas Renggli renggli at gmail.com
Mon Aug 27 10:47:59 UTC 2007


> How do I set table attributes like 'bgcolor' 'width' etc., before,  I would
> do this:   html attributesAt: 'bgcolor' put: 'blue', etc.,
>
> Canvas does not allow this anymore.  Help?

Sure:

  html table
      attributeAt: 'bgcolor' put: 'blue';
      with: [ ... ]

Note that this is invalid HTML and a CSS solution would be certainly much nicer.

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list