[Seaside] Creating html tables

Peter Osburg peter.osburg at gmail.com
Fri Apr 27 20:50:12 UTC 2007


using html as the renderer, you should do:

html table with:[ html tableRow with: [ html tableData with: [] ] ]

of course you can leave out the "with" messag but for having the code ready
for further purposes you should use "with". later on you could do the
following (if necessary)
html table
    id: 'any_id';
    class: 'any_class';
    with: [ anything ].

John Brochan Collison schrieb:

Newbie question:

What's the correct syntax for creating html tables in Seaside? I've seen a
few ways floating around, not sure if they're up to date.

John
_______________________________________________
Seaside mailing list
Seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



-- 
www.peter-osburg.de
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20070427/328eec3a/attachment.htm


More information about the seaside mailing list