Wijmo UI for the Web
WijTreeOptions Interface
wijmo.tree Namespace : WijTreeOptions Interface
The interface of WijTreeOptions.
Fields
 NameDescription
 Field

When the allowDrag option is set to true, the tree nodes can be dragged.

 
 Field

When allowDrop is set to true, one tree node can be dropped within another tree node.

 
 Field

The allowEdit option allows a user to edit the tree nodes at run time.

 
 Field

The allowSorting option allows the tree nodes to be sorted at run time when the user presses the "s" key.

 
 Field

The allowTriState option allows the tree nodes to exhibit triState behavior. This lets the node checkboxes be checked, unchecked, or indeterminate. This option must be used with the showCheckBoxes option.

 
 Field

The autoCheckNodes option allows the sub-nodes to be checked when the parent nodes are checked. To use this option, showCheckboxes must be set to "true."

 
 Field

If this option is set to true, the expanded node will be collapsed if another node is expanded.

 
 Field

Type: wijmo.tree.wijtree_animation

The collapseAnimation option determines the animation effect, easing, and duration for hiding child nodes when the parent node is collapsed.

 
 Field

This option controls the length of time in milliseconds to delay before the node collapses.

 
 Field

Determines whether the widget is disabled.

 
 Field

Customize the jquery-ui-draggable plugin of wijtree.

 
 Field

Customize the jquery-ui-droppable plugin of wijtree.

 
 Field

Customizes the helper element to be used to display the position that the node will be inserted to. If a function is specified, it must return a DOMElement.

 
 Field

Type: wijmo.tree.wijtree_animation

The expandAnimation option determines the animation effect, easing, and duration for showing child nodes when the parent node is expanded.

 
 Field

The expandCollapseHoverUsed option allows the tree to expand or collapse when the mouse hovers over the expand/collapse button.

 
 Field

The expandDelay option controls the length of time in milliseconds to delay before the node is expanded.

 
 Field

The nodeBeforeDropped event handler is called before a draggable node is dropped in another position. If the event handler returns false, the drop action will be prevented.

 
 Field

The nodeBlur event fired when the node loses focus.

 
 Field

The nodeCheckChanged event fires when a node is checked.

 
 Field

The nodeCheckChanging event fires before a node is checked. You can cancel this event by returning false.

 
 Field

The nodeClick event fires when a tree node is clicked.

 
 Field

The nodeCollapsed event fires when a tree node is collapsed.

 
 Field

The nodeCollapsing event fires before a node collapses. This event can be canceled, if return false

 
 Field

The nodeDragging event handler.A function called when the node is moved during a drag-and-drop operation.

 
 Field

The nodeDragStarted event fires when a user starts to drag a node.

 
 Field

The nodeDropped event is called when an acceptable draggable node is dropped over to another position.

 
 Field

The nodeExpanded event handler. A function called when a node is expanded.

 
 Field

The nodeExpanding event fires before a tree node is expanded. This event can be canceled, if return false

 
 Field

The nodeFocus event fired when the node is focused.

 
 Field

The nodeMouseOut event fires when the user moves the mouse pointer off of a node.

 
 Field

The nodeMouseOver event fires when a user places the mouse pointer over a node.

 
 Field

Set the child nodes object array as the datasource of wijtree.

 
 Field

The nodeTextChanged event fires when the text of a node changes.

 
 Field

The selectedNodeChanged event fires when the selected node changes.

 
 Field

The showCheckBoxes option allows the node Check Box to be shown on the tree nodes.

 
 Field

The showExpandCollapse option determines if the tree is displayed in an expanded or collapsed state. If set to "false," then the wijtree widget will be displayed in the expanded state.

 
Top
See Also

Reference

wijmo.tree Namespace