Sha256: 012e3a43c2737235c83833a4fe93adb98db2f002041cdcfe8424ca062722fc9e
Contents?: true
Size: 310 Bytes
Versions: 7
Compression:
Stored size: 310 Bytes
Contents
--- title: selectable name: options-selectable --- Turn on selection of nodes. * **true (default)**: turn on selection of nodes * **false**: turn off selection of nodes Example: turn off selection of nodes. {% highlight js %} $('#tree1').tree({ data: data, selectable: false }); {% endhighlight %}
Version data entries
7 entries across 7 versions & 1 rubygems