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

Object
      wijmo.tree.wijtree

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

Reference

wijmo.tree Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.