jquery.fancytree
Advanced tools
Changelog
2.26.0 / 2017-11-04
$.ui.fancytree.getNode()
for ES6 environmentsChangelog
2.25.0 / 2017-10-31
dist/src/
folder was renamed to dist/modules
.demo/
are no longer part of the npm install.dist/
folder now includes a modules/
directory with fancytree core
and all extensions.jquery.fancytree/dist/modules/jquery.fancytree
is defined as
package main module, so Fancytree can be included using a simple<br>
fancytree = require('jquery.fancytree')
.<br>
See the docs
for details.$.ui.fancytree.createTree(elem, opts)
jquery.fancytree-all-deps.min.js
checkbox
option is falseChangelog
2.24.0 / 2017-08-26
preset
(making the map
option optional)Changelog
2.23.0 / 2017-05-27
The external dependency on jQuery UI was removed.<br>
A new library jquery.fancytree-all-deps.min.js
is now added to the
distribution. It includes all dependencies on jQuery UI, so the only
remaining external dependency is jQuery.<br>
Continue to use jquery.fancytree-all.min.js
if jQuery UI is already
included anyway.
Refactored the select behavior<br> details:
<!-- [details](https://github.com/mar10/fancytree/wiki#selection-and-checkboxes) -->unselectable
, unselectableIgnore
, unselectableStatus
.radiogroup
to enable single-select for child nodesopts.noEvents
to setSelected(flag, opts)
BREAKING CHANGES:
hideCheckbox
option was removed. Use checkbox: false
instead.<br>
Note that the <li class='hideCheckbox'>
is still parsed from input
HTML and converted accordingly.<div class='fancytree-radio'>
was removed.
This class was used on the container to turn all checkbox items into
radio buttons.<br>
Instead, this class is now added to <span class="fancytree-checkbox fancytree-radio">
.
Use the tree.checkox: "radio"
option to activate this for the whole tree.tree.tooltip
option has changed to
tooltip(event, data)
[Improved] aria
option is now on by default
Use the new dynamic options pattern for
checkbox
, icon
, tooltip
, unselectable
, unselectableIgnore
,
unselectableStatus
.<br>
See also <a href="https://github.com/mar10/fancytree/wiki#dynamic-options">dynamic options</a>.
[Added] New method node.visitSiblings()
[Added] #730 ext-persist option expandOpts
is passed to setExpanded()
Allows to suppress animation or event generation.
Changelog
2.22.2 / 2017-04-29
Changelog
2.22.1 / 2017-04-21
Changelog
2.22.0 / 2017-04-11
children: []