-
Bug
-
Resolution: Fixed
-
Normal
-
5.0.8
-
None
<zk> <button label="add item"> <attribute name="onClick"><![CDATA[ Treeitem item = new Treeitem("new"); item.setDraggable("true"); tc.appendChild(item); ]]></attribute> </button> <tree> <treechildren> <treeitem label="item 1" open="false"> <treechildren id="tc"> </treechildren> </treeitem> </treechildren> </tree> </zk>