[Seaside] Creating html tables

John Brochan Collison john at collison.ie
Fri Apr 27 20:52:40 UTC 2007


Thanks, that works perfectly.

John

On 27 Apr 2007, at 13:50, Peter Osburg wrote:

> 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
> _______________________________________________
> 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/20070427/6a10b6f9/attachment.htm


More information about the seaside mailing list