-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 7.0.0, 7.0.1
-
Component/s: General
-
Security Level: Jimmy
-
None
Listheaders are displayed in ZK 6.5.4 but not in ZK 7.0.0 or 7.0.1.FL.
sample.zul
<listbox sizedByContent="true"> <listhead> <listheader label="Header 1"/> <listheader label="Header 2"/> </listhead> </listbox>