Wijmo UI for the Web
wijtree type
wijmo.tree Namespace : wijtree type
Syntax
$(function () {
    var options; // Type:  wijmo.tree.wijtree.options
     
    $(".selector").wijtree(options);
});
function wijtree;
Inheritance Hierarchy

Object
      wijmo.tree.wijtree

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodThe add method adds a node to the tree widget.  
public MethodThe destroy method will remove the rating functionality completely and will return the element to its pre-init state.  
public MethodThe findNodeByText method finds a node by the specified node text.  
public MethodThe getCheckedNodes method gets the nodes which are checked.  
public MethodThe getNodes method gets an array that contains the root nodes of the current tree.  
public MethodThe getSelectedNodes method gets the selected nodes.  
public MethodThe remove method removes the indicated node from the wijtree element.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.tree Namespace