Initialize Tree from HTML

To do automatic conversion:

Initilize from list
  • Root
    • Child1
      • Child 1-1
    • Child2
    • Bold Italic
 
 
 
 
 
 
Root
 
 
 
Child1
 
 
 
Child 1-1
 
 
 
Child2
 
 
 
Bold Italic
Initialize from inline XML structure
It is possible to use standard dhtmlxTree XML structure enclosed in XMP tag inside div element which is a tree container.
 
 
 
 
 
 
Root
 
 
 
Child1
 
 
 
Child1-1
 
 
 
Child2
 
 
 
Text
Initialize from HTML using script command
It is possible to convert existing html structure calling an appropriate script command. To test it press the Confirm button.