Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 76_node-functions.md
diff --git a/ecomp-portal-FE/client/bower_components/jqTree/_entries/76_node-functions.md b/ecomp-portal-FE/client/bower_components/jqTree/_entries/76_node-functions.md
new file mode 100644 (file)
index 0000000..e4ebf7c
--- /dev/null
@@ -0,0 +1,13 @@
+---
+title: Node functions
+name: node-functions
+section: true
+---
+
+You can access a node using for example [getNodeById](#functions-getnodebyid) function:
+
+{% highlight js %}
+var node = $('#tree1').tree('getNodeById', 123);
+{% endhighlight %}
+
+The Node object has the following properties and functions: