dhtmlxTree layout and loading data

Please some one can help me?
i did not understand how to create and see layout of tree and how to load data in the tree(i prefere from JS vector). This is my main problem.
Thank for your help.

Do you mean this:
dhtmlx.com/docs/products/dht … _tree.html
and this:
dhtmlx.com/docs/products/dht … _item.html
???

Yes it is realy the one i don’t understand.

There is a description, how to attach components in layout:
docs.dhtmlx.com/doku.php?id=dhtm … xattaching
There is a description, how to build a tree with script:
docs.dhtmlx.com/doku.php?id=dhtm … dhtmlxtree
PAY ATTENTION that you can build tree via script just in pro version.

Also in the SUIT you can find the samples i’ve already sent you:
dhtmlxLayout/samples/04_components/01_tree.html - tree in layout
dhtmlxTree/samples/12_loading_processing_data/01_pro_add_item.html - PRO version building tree with script

But what do you exactly want to do?

This exactly what i have in my file html and the result is in the fils in link.

TREE0
	 <script>

            </script>
</head>
<body  >
	<div id = "IDMenu"   style="height:500px; width:350px;
	border:1px silver solid; background-color:#aaaaaa;" setImagePath="imgs/csh_books/" name="NameTree">
		<ul>
			<li>
				nkalla
				<ul>
					<li>
						ehawe
						<ul>
							<li>
								didier
								<ul>
									<li>
										junior
									</li>
								</ul>
							</li>
						</ul>
					</li>
				</ul>
			</li>
			<li>
				nguetsop
				<ul>
					<li>
						douki
						<ul>
							<li>
								ange
							</li>
							<li>
								nkalla
							</li>
							<li>
								edwige
							</li>
							<li>
								ivan
							</li>
						</ul>
					</li>
				</ul>
			</li>
		</ul>
	</div>
	<script type = "text/javascript">
                    dhtmlXTreeFromHTML("IDMenu");
		var myTree = new dhtmlXTreeObject("IDMenu","100%","100%",0);
                  
                    var myLayout;
                    
                    function doOnLoad() {
                    myLayout = new dhtmlXLayoutObject("IDMenu", "2U");
                    myTree = myLayout.cells("a").attachTree();
                    //myTree.setImagePath("imgs/csh_vista/");
                    myTree.loadXML("fileExplorerMenu.xml" + new Date().getTime());
                }
                
                 doOnLoad();

	</script>
</body>

As i see, you are trying to build a tree with HTML and attach it to layout.

  1. there is no possibility to attach a tree built with HTML to layout
  2. you can build tree with script (if you have PRO version) or with XML:
    dhtmlx.com/docs/products/dht … t_xml.html
  3. if you use the PRO Edition and you have active support subscribtion, please create a ticket in the online support system and attach completed demo there:
    docs.dhtmlx.com/doku.php?id=othe … leted_demo

thank you very much.

Plese excuse me for disturb you. Where can i have the PRO version please i need it to learn.
thank you for your constant help.

DhtmlxSuite PRO is distributed under Commercial or Enterprise license.
To get a full featured trial version, contact us at sales@dhtmlx.com

dhtmlx.com/docs/products/license … ce_request

I only need dhtmlxTree for my exam project. Please there is no trial version for some time?

Write to sales@dhtmlx.com - and your question will consider.