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 _ Name 2 _ Name 3
_ Name 4 _ Name 5 _ Name 6
_ Name 7 _ Name 8 _ Name 9
Paul Spencer
On Feb 2, 2009, at 9:24 AM, Omar Elprince wrote:
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 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