Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jan 06, 2009 11:37
open dhtmlx forum
enableLoadingItem remove checkbox/radio from this element?

We use checkboxes and radio buttons in our trees.

The enableLoadingItem feature works great but is there anyway to make it hide the radio/checkbox in front of it and only show the text?
Answer posted by Support on Jan 09, 2009 09:16
to achieve necessary effect, existing code can be modified as 

dhtmlxtree_lf.js
        this.insertNewItem(id,"fake_load_xml_"+id,this._tfi_text);
replaced with 
        this.insertNewItem(id,"fake_load_xml_"+id,this._tfi_text);
        this.showItemCheckbox("fake_load_xml_"+id,false);