| Example | Description |
style_treeview_default.php |
Default style |
style_treeview_gray.php |
Gray style |
style_treeview_green.php |
Green style |
style_treeview_darkgray.php |
Dark Gray style |
style_treeview_graygreen.php |
Gray Green style |
style_treeview_pink.php |
Pink style |
style_treeview_vista.php |
Vista style |
| Example | Description |
example_treeview_basic.php |
The example show you how to build a tree basically |
example_treeview_multiple_disable_select.php |
The example show how to multile selection and disable selection features |
example_treeview_dynamic_loading.php |
The example show how you can load subtree dynamically using ajax. |
example_treeview_showLines.php |
The example show how to add line connection among treenodes |
example_treeview_singleExpand.php |
The example show how you can can collapse other nodes when one is open. |
example_treeview_keepState.php |
The example show how to make KoolTreeView state-persisted. |
example_treeview_registerEvent.php |
The example show how to register client-side event handle in KoolTreeView. |
example_treeview_add_remove_node.php New! |
The example show how to add/remove node at client-side. |
| Example | Description |
example_treeview_drag_drop.php New! |
The example show how to save drag and drop change to server-side using ajax. |
example_treeview_drag_drop_save_change.php New! |
The example show how to save drag and drop change to server-side using ajax. |
example_treeview_drag_drop_custom.php New! |
The example show how to custom drag and drop action. |
| Example | Description |
example_treeview_node_data.php New! |
The example show how add data to a node from server-side, and use them at client-side. |
example_treeview_node_data_advance.php New! |
The advance example show how add data to a node from server-side, and use them at client-side. |