Checkbox in dhtmltree


Hi,



I am using the following code to display tree with checkboxes…









Tree.html

    













        

        







<div



id=“treeboxbox_tree”

setImagePath=“codebase/imgs/csh_bluebooks/”

style=“width:250px; height:218px;overflow:auto;”>





  • Root




    • Child1



      • Child 1-1






    • Child2


    • Bold Italic


















but i am getting the checkboxes… please help me out



Thanks

haritha

The enableCheckBoxes command need to be executed before loading data in tree. In your case it can be done as

<div id=“treeboxbox_tree” setImagePath=“codebase/imgs/csh_bluebooks/” style=“width:250px; height:218px;overflow:auto;” enableCheckBoxes=“true”>