Sha256: 039dbcb8fe147d2146ad7725cc65f577e2ad75dcd66cf9b0b07cdc317f65d372
Contents?: true
Size: 399 Bytes
Versions: 7
Compression:
Stored size: 399 Bytes
Contents
--- title: autoOpen name: options-autoopen --- Open nodes initially. * **true**: open all nodes. * **false (default)**: do nothing * **n**: open n levels Open all nodes initially: {% highlight js %} $('#tree1').tree({ data: data, autoOpen: true }); {% endhighlight %} Open first level nodes: {% highlight js %} $('#tree1').tree({ data: data, autoOpen: 0 }); {% endhighlight %}
Version data entries
7 entries across 7 versions & 1 rubygems