nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / jqTree / _entries / 67_tree-init.md
1 ---
2 title: tree.init
3 name: event-tree-init
4 ---
5
6 Called when the tree is initialized. This is particularly useful when the data is loaded from the server.
7
8 {% highlight js %}
9 $('#tree1').bind(
10     'tree.init',
11     function() {
12         // initializing code
13     }
14 );
15 {% endhighlight %}