 | | Hello, I am Root node! |
|  | | Recycle :) |
|
|
RightClick on any node in the TreeView. An EasyMenu with 3 options
will appear. Selecting any option will change the icon of the node
to the corresponding option.
| To implement this feature, please |
|
download the ob_change_icons |
function and add it at the end of the ob_tree_xxxx.js file (located
in the tree2/script folder).
Then you will need to modify the OnClientClick property for the
EasyMenu items. This is how they should look:
OnClientClick="try {ob_change_icons(targetEl, 'ball_redS.gif');} catch (e) {}"
Change the icons of the parents
|