-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: 6.5.2
-
Component/s: None
-
Security Level: Jimmy
-
None
-
Environment:
IE9, Chrome
-
None
As title, please refer to the sample code below:
<zk> <grid width="300px" sclass="hide-header"> <columns sizable="true" visible="false"> <column label="Type" sort="auto" width="300px" /> <column label="Content" width="300px"/> </columns> <rows> <row> <label value="File:"/> <textbox width="98%"/> </row> <row> <label value="Type:"/> <hlayout> <listbox rows="1" mold="select"> <listitem label="Java Files,(*.java)"/> <listitem label="All Files,(*.*)"/> </listbox> <button label="Browse..."/> </hlayout> </row> <row> <label value="Options:"/> <textbox rows="3" width="98%"/> </row> </rows> </grid> </zk>