Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Bill J on Nov 24, 2008 09:21
open dhtmlx forum
get HTML parent of tree?

Is there any way to get the HTMLparent of a dhtmlXTree object in JavaScript code? I don't see any attributes on the dhtmlXtree like this. What I'd like to do in Javascript code: var theHTMLParentDIV = thedhtlmXtree.htmlParent;
Answer posted by Support on Nov 24, 2008 10:11
The reference can be obtained as

var theHTMLParentDIV = thedhtlmXtree.allTree;