[Seaside] table attributes on canvas

Ching de la Serna ching.dls at gmail.com
Mon Aug 27 23:12:58 UTC 2007


Thanks a lot, Lukas. It's good to know it can be done this way. I did
discover that one can do this using CSS which makes more sense.

Ching

On 8/27/07, Lukas Renggli <renggli at gmail.com> wrote:
>
> > 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
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20070828/3264a2bf/attachment.htm


More information about the seaside mailing list