-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 6.5.4
-
Component/s: Components
-
Security Level: Jimmy
-
None
-
None
http://screencast.com/t/dMuLUw6oMOuj
<zk> <listbox width="500px"> <listhead> <listheader label="col"/> <listheader label="col"/> <listheader label="col"/> </listhead> <listitem forEach="1,2,3"> <listcell label="Item ${each}"/> <listcell> <textbox/> </listcell> <listcell> <chosenbox width="100px"/> </listcell> </listitem> </listbox> </zk>