Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 6.0.0
-
Component/s: Components
-
Security Level: Jimmy
-
Labels:None
Description
<zk> <listbox vflex="true"> <listhead> <listheader label="col" width="30px" /> <listheader label="col" hflex="1" /> <listheader label="col" hflex="1" /> </listhead> <listitem forEach="1,2,3,4,5"> <listcell forEach="1,2,3" label="item ${each}" /> </listitem> </listbox> </zk>