|
|
|
Works and looks the same in IE, Netscape, Mozilla
Bold color nodes are loaded dynamically
from different aspx files.
How To select node with dynamic loading:
Use list of Node IDs with commas
oTree.SelectedId = "a0,b0,c0,z0,z1,z2,z3,z44"
How To select node with dynamic loading on client-side:
Use the ob_t26 function
ob_t26("a0,b0,c0,z0,z1,z2,z3,z44")
NOTE: Node IDs must be unique.
|