Wijmo UI for the Web
findNodeByText Method
wijmo.tree Namespace > wijtree type : findNodeByText Method
The text of which node you want to find.
The findNodeByText method finds a node by the specified node text.
Syntax
$(function () {
    var returnsValue; // Type:  wijmo.tree.wijtreenode
    // Parameters
    var txt; // Type:  string
    
    returnsValue = $(".selector").wijtree("findNodeByText", txt);
});
function findNodeByText( 
   txt : string
) : wijtreenode;

Parameters

txt
The text of which node you want to find.
Example
$("#tree").wijtree("findNodeByText", "node 1");
See Also

Reference

wijtree type
wijtree jQuery Widget