Re: [TRINIDAD] How to display columns of checkboxes in tr:selectManyCheckbox ?

2009-02-02 Thread Omar Elprince
I am not sure if I understand what your question? Could you elaborate more? If the columns are in table. If would be help full if you post some code snippets of what you trying to do. On Feb 2, 2009, at 7:05 AM, Paul Spencer wrote: How can I display checkboxes in columns? As an

Re: [TRINIDAD] How to display columns of checkboxes in tr:selectManyCheckbox ?

2009-02-02 Thread Andrew Robinson
Check the archive, someone just asked this question. You can use the tr:panelList with a tr:iterator and a tr:selectBooleanCheckbox with the columns set to 2 on the panel list. It is a bit of work, but should do what you need. If you want, create an enhancement JIRA ticket to allow for multiple

Re: [TRINIDAD] How to display columns of checkboxes in tr:selectManyCheckbox ?

2009-02-02 Thread Paul Spencer
Currently I have a list of names in a tr:selectManyCheckbox value=#{listOfnames}.../. The list of check boxs is currently displayed in one column. I would like to display the check boxes in 2 or three columns primarily to maximize the number of checkboxes visible at one time. _ Name 1

Re: [TRINIDAD] How to display columns of checkboxes in tr:selectManyCheckbox ?

2009-02-02 Thread Andrew Robinson
You cannot do that with selectManyCheckbox, please see my email on how to do it On Mon, Feb 2, 2009 at 9:16 AM, Paul Spencer pau...@apache.org wrote: Currently I have a list of names in a tr:selectManyCheckbox value=#{listOfnames}.../. The list of check boxs is currently displayed in one

[TRINIDAD] How to display columns of checkboxes in tr:selectManyCheckbox ?

2009-02-02 Thread Paul Spencer
How can I display checkboxes in columns? As an example I need to display 2 columns of names. Each name is selectable. Displaying the list in one column or row would force the user to scroll around the page to see all of the names. Paul Spencer