You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Classic style of the tree control, set using the class <code>tree-classic</code>.</p>
70
-
<p>Click on the folder icons to open and close the tree nodes. Click on the node label to select a node in the tree.</p>
70
+
<p>Click on the folder icons to open and close the tree nodes. Click on the node label to select a node in the tree. A Second click on the node label will unselect the node.</p>
71
71
<p>The tree data is set using the <code>tree-model</code> attribute, which accepts either a node object or an array of node objects.
72
72
A Node object is a regular javascript object which has a <code>children</code> array property (children is the defuault name,
73
73
it can be overridden using the tree options). </p>
0 commit comments