in order to open item in case of html initialization you can use openItem method. But in this case instead of dhtmlxTree class you should use dhtmlXTreeFromHTML to get tree object (dhtmlx.com/docs/products/dhtmlxT … _html.html):
TITLE 1
OPTION 1
function initTree(){
var myTree = dhtmlXTreeFromHTML(‘listBox’);
myTree.openItem(‘id1’);
}
In case of xml structure you can use place html into text attribute:
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan