[Seaside] How to create checkboxes

Philippe Marschall philippe.marschall at gmail.com
Tue Jul 3 05:49:38 UTC 2007


2007/7/3, Kazuki Yatsuga <hartzzenen at gmail.com>:
> Hello folks, could you guys give some examples on how to create/use
> checkboxes with Seaside 2.7, please?
> And one more thing: why doesn't the 'id' attribute work sometimes? For
> example, I've tried using:
>
> html table id:'myTable'; with [ ....etc... ]
>
> And what I get is that a text 'myTable' shows up at my page and no 'id'
> attribute is used in my table. And it happens not only with tables but other
> elements like forms too. Thanks for your support!

Works for me. Could you please give minimal code that exposes the
problem as ST, CS or MCZ? Are you sure you didn't mess your table
(forgot tableRow or tableData)?

And about the checkboxes: don't forget the form.

Cheers
Philippe

> Regards,
> Kazuki Sanada
>
>
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the Seaside mailing list