Categories | Question details Back To List | ||
Open all tree nodes does not work in firefox/mozilla 3.0 ( may be its true with any version of firefox).
Answer posted by pradeep on Dec 20, 2008 08:18 var dhxWins = new dhtmlXWindows();
Hi, The dhtmlxtree does not display tree in open state. however works fine in IE. could you please help with it. The code we are using is included above. Answer posted by Support on Dec 22, 2008 03:25 Data loading is async, you need to call the command only after data loaded in tree tree1.loadXML('<% out.print(Constants.APPLICATION_URL); %>'+"ontologysearch.do?Lineage=lineage&lineagegoid=GO:0005634",function(){ tree1.openAllItems(0); }); |