Re: Checkbox in a table
"David Pennington" <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
makeTableData: html
html table: [ html tableRow: [
html tableHeading: 'You must accept our Terms and Conditions.'
html tableData: html checkbox] ]
--------- Original Message ---------
From: "Mariano Martinez Peck" <[email protected]>
To: "David Pennington" <[email protected]>, "Seaside - general discussion" <[email protected]>
Subject: Re: [Seaside] Checkbox in a table
Date: 01/11/2017 19:19:07 (Wed)
Hi David,
Probably it will help if you provide the code you are using to render the table and the checkbox.
Cheers,
On Wed, Jan 11, 2017 at 4:07 PM, David Pennington <[email protected]> wrote:
Stupid question but I can't seem to get it right. I am trying to put a checkbox in a table but all that comes out is "a WACheckboxTag". I have successfully put list dropdowns into these but not checkboxes. Can anyone give me a clue please?
David
Message sent using Winmail Mail Server
_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
--
Mariano
http://marianopeck.wordpress.com
Message sent using Winmail Mail Server
_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside