Skip to main content
idx.oneui.CheckBoxTree Test
CheckBoxTree with DnD feature on
Tree with dijit.tree.ForestStoreModel
Move nodes
- If one or more nodes are selected, DnD operation will result in moving these nodes.
- If all nodes are unselected, DnD operation will result in moving a single unselected node.
Copy nodes
- If one or more nodes are selected, DnD operation while holding the CTRL key will result in copying these nodes.
- If all nodes are unselected, DnD operation while holding the CTRL key will result in copying a single unselected node.
note: Root node can not be moved or copied