tomahowk <t:selectManyCheckbox> new style,add checkbok's spread layout style。

old layout=pageDirection,lineDerection,
tomahowk1.1.6 new  layout=spread 
and with bellow tag you can display anywhere in your pape.
<t:checkbox index="0" for="chk"></t:checkbox>

[code]
<t:selectManyCheckbox id="chk" value="#{test.testArrayList}"
layout="spread">  
<f:selectItems value="#{test.testAvailableSelectItems}"/>  
</t:selectManyCheckbox>  
[/code]

[code]
..anywhere in form....   
<t:checkbox index="0" for="chk"></t:checkbox>  
[/code]






song wrote:
> 
> how can I user <t:checkbox> of <t:selectManyCheckbox> to spread checkbox
> to my page what i wanted.
> 
> eg.
> 
> I want selectManyCheckbox's checkbox show in table some rows,how can i do
> it.
> 

-- 
View this message in context: 
http://www.nabble.com/how-can-I-user-%3Ct%3Acheckbox%3E-of-%3Ct%3AselectManyCheckbox%3E-to-spread-checkbox-to-my-page-what-i-wanted.-tf4127588.html#a11755351
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to