[ 
https://issues.apache.org/jira/browse/CLK-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12703573#action_12703573
 ] 

Joseph Schmidt commented on CLK-470:
------------------------------------

> When you have for example 16 values, it would be fine to put these values on 
> 4 columns with 4 values each
>, or 2 columns with 8 values each ...
I might be wrong, but you could achieve this already (I just played with 
Firebug), buy changing the style of the elements: because the list consists of 
a DIV an UL an LI elements (so it's pure markup), different CSS will position 
them differently. E.g. when the LI has a fix width, and the parent is 2 time 
wider but has a fixed height, the LI elements could "flow" and fill the content 
(with the right flow and clear css properties).
http://www.alistapart.com/articles/multicolumnlists
There are many more articles how to make an UL to display multiple columns with 
pure CSS.

> setColumn method for CheckList
> ------------------------------
>
>                 Key: CLK-470
>                 URL: https://issues.apache.org/jira/browse/CLK-470
>             Project: Click
>          Issue Type: Improvement
>          Components: extras
>    Affects Versions: 1.5
>         Environment: Linux, Apache,mySQL
>            Reporter: Christophe FOIRET
>
> It would be fine to add a setColumn method for CheckList field
> When you have for example 16 values, it would be fine to put these values on 
> 4 columns with 4 values each, or 2 columns with 8 values each ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to