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

Determines whether to enable node dragging. Default value is null which means whether to enable node dragging depends on the setting of wijtree's allowDrag option.

 
 Field

Determines whether to enable node dropping. Default value is null which means whether to enable node dropping depends on the setting of wijtree's allowDrop option.

 
 Field

The checked option checks the tree node checkbox when it is set to true. It will uncheck the tree node checkbox when set to false.

 
 Field

Determines the node's checkState. It can be set to "checked", "unchecked", or "indeterminate".

 
 Field

The collapsedIconClass option sets the collapsed node icon (based on ui-icon) for the specified nodes.

 
 Field

Determines whether the widget is disabled.

 
 Field

The expanded option will expand the tree node if set to "true." It will collapse the tree node if set to "false.".

 
 Field

The expandedIconClass option sets the expanded node icon (based on ui-icon) for the specified nodes.

 
 Field

The hasChildren option determines whether the specified node has child nodes. It's always used when you're custom adding child nodes, such as in an async load.

 
 Field

The htmlGenerated option determines whether the node be generated from html.

 
 Field

The isAddedNodeWithOptions option determines whether the node be created by options.

 
 Field

The itemIconClass option sets the node icon (based on ui-icon). It will be displayed on both expanded and collapsed nodes when the expandedIconClass and collapsedIconClass options are not specified.

 
 Field

The navigateUrl option sets the node's navigate url link.

 
 Field

Determines the index of next node.

 
 Field

Type: wijmo.tree.WijTreeNodeOptions[]

Determines the child nodes of this nodes.

 
 Field

The params option sets the parameter needed to pass when the user is custom loading child nodes.

 
 Field

The selected option selects the specified node when set to true, otherwise it unselects the node.

 
 Field

This option sets the node's text.

 
 Field

The toolTip option sets the node's tooltip.

 
Top
See Also

Reference

wijmo.tree Namespace