Sha256: 21b34d43b8a73beffbfac578d9fac8e4c5a5fc1c2c610fc5179b328622095231
Contents?: true
Size: 312 Bytes
Versions: 7
Compression:
Stored size: 312 Bytes
Contents
--- title: dragAndDrop name: options-draganddrop --- Turn on dragging and dropping of nodes. * **true**: turn on drag and drop * **false (default)**: do not allow drag and drop Example: turn on drag and drop. {% highlight js %} $('#tree1').tree({ data: data, dragAndDrop: true }); {% endhighlight %}
Version data entries
7 entries across 7 versions & 1 rubygems