jQuery.wijmo Namespace : wijtree type |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijtree(); |
Javascript (Specification) | |
---|---|
|
Object
jQuery.wijmo.wijtree
Name | Description | |
---|---|---|
![]() | wijtree Constructor |
Name | Description | |
---|---|---|
![]() | defaultElement | |
![]() | namespace | |
![]() | options | |
![]() | widgetEventPrefix | |
![]() | widgetFullName | |
![]() | widgetName |
Name | Description | |
---|---|---|
![]() | add | The add method adds a node to the tree widget. |
![]() | destroy | The destroy method will remove the rating functionality completely and will return the element to its pre-init state. |
![]() | disable | |
![]() | enable | |
![]() | findNodeByText | The findNodeByText method finds a node by the specified node text. |
![]() | getCheckedNodes | The getCheckedNodes method gets the nodes which are checked. |
![]() | getNodes | The getNodes method gets an array that contains the root nodes of the current tree. |
![]() | getSelectedNodes | The getSelectedNodes method gets the selected nodes. |
![]() | option | |
![]() | remove | The remove method removes the indicated node from the wijtree element. |
![]() | widget | Returns a jQuery object containing the original element or other relevant generated element. |