-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 5.0.8
-
Component/s: Components
-
Security Level: Jimmy
-
None
<zk> <button label="add item"> <attribute name="onClick"><![CDATA[ Listitem item = new Listitem("item"); lb.appendChild(item); item.setSelected(true); ]]></attribute> </button> <bandbox> <bandpopup> <listbox id="lb"/> </bandpopup> </bandbox> </zk>