I have created this page that has some data on it. However, this is only some of the content that I need.
leftHand: html makePage: html html table: [ html tableRow: [ html tableData: (self leftHand: html). html tableData: (self rightHand: html)]] . David Message sent using Winmail Mail Server _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
David
Totally Objects Doing Smalltalk since 1989 |
David,
try it with a Block as parameter to #tableData: and things should look much better. html tableData: [self rightHand: htm] Joachim Am 19.09.17 um 19:44 schrieb David Pennington: I have created this page that has some data on it. However, this is only some of the content that I need.
-- ----------------------------------------------------------------------- Objektfabrik Joachim Tuchel [hidden email] Fliederweg 1 http://www.objektfabrik.de D-71640 Ludwigsburg http://joachimtuchel.wordpress.com Telefon: +49 7141 56 10 86 0 Fax: +49 7141 56 10 86 1 _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |