Do have as much control over appearence and events using inline XML as I would if load XML from a file? I am having a problem getting the onClick event to work with inline XML, and I don’t think my script below to create the tree object and specify the onClick event handler is working. Here’s my code. What is wrong with it?
a) remove class=“dhtmlxTree” to prevent double initialization b) replace tree=new dhtmlXTreeObject(“treeboxbox_tree2”,“100%”,“100%”,0); with tree=new dhtmlXTreeFromHTML(“treeboxbox_tree2”);