jquery.fancytree
Advanced tools
Changelog
2.38.2-0 / 2022-06-30
Changelog
2.38.1 / 2022-01-14
$.isArray()
, $.isFunction()
,
$.trim()
, $().click()
Changelog
2.38.0 / 2021-02-09
dnd5.sourceCopyHook
(optional callback
passed to toDict
on dragStart)Changelog
2.37.0 / 2020-09-11
all.js
libraryglyph.map<TYPE>
optiondndOpts.multiSource
is
true. Now dragging an unselected node will only drag that single node (while
keeping the other nodes selected). You have to drag one of the selected
nodes in order to drag the whole group.Changelog
2.36.0 / 2020-07-15
dnd5.dropMarkerParent
allows usage in Webcomponents (i.e. shadow DOM)copyFunctionsToData
allows also copying functions to the data property of the nodeChangelog
2.35.0 / 2020-03-27
enableAspx
option will default to 'false' in the future.
For now, a warning is emitted, to explicitly set it or use the postProcess
event instead.dnd5.preventLazyParents
prevents dropping items on
unloaded lazy nodes (defaults to true)node.toDict()
keeps empty children
arrayChangelog
2.34.0 / 2019-12-26
tree.METHOD()
instead of $().fancytree("METHOD")
.tree.debugTime()
, tree.debugTimeEnd()
for debugging.tree.destroy()
as alternative for tree.widget.destroy()
.$.ui.fancytree.getTree()
for Element arg.tree.visitRows()
for empty tree.Changelog
2.33.0 / 2019-10-29
preInit
(fired before nodes are loaded).updateViewport
event is now also triggered for 'renumber' (i.e. expand, collapse)source
is not passed and no <ul>
is embedded.