[Seaside] Creating html tables

Boris Popov boris at deepcovelabs.com
Fri Apr 27 20:50:51 UTC 2007


(html table)
 cellspacing: 0;
 with:
   [html
	tableHead: [html tableRow: [html tableData: 'Name']];
	tableBody: [html tableRow: [html tableData: 'John']];
	tableFoot: [html tableRow: [html tableData: 'Total: 1']]]

Cheers,

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

> -----Original Message-----
> From: seaside-bounces at lists.squeakfoundation.org [mailto:seaside-
> bounces at lists.squeakfoundation.org] On Behalf Of John Brochan Collison
> Sent: Friday, April 27, 2007 1:45 PM
> To: Seaside - general discussion
> Subject: [Seaside] Creating html tables
> 
> 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


More information about the seaside mailing list