now i find a bug ,wen I display the spread checkbox in <t:datatable >,
it difficout to set the sequence number index in <t:checkbox index="n" >.
and when render , the id and name render in datatable's way whitch not you
defined
in <t:selectManyCheckbox>.
i hope,i can use custom <input type=checkbox > in jsf,and use it no
chonstrain and freelly.
song wrote:
>
> 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#a11755400
Sent from the MyFaces - Users mailing list archive at Nabble.com.