Categories | Question details Back To List | ||
XML format for tree grids I have looked through the web site, but cannot find the an XML example for loading a tree grid. It seems you hide any useful XML examples by just saying loadXML("tree.xml")! Where is the "tree.xml" so I can see it? That goes for the other XML examples as well. Thank you. Answer posted by Support on May 13, 2008 09:27 The online samples doesn't include the viewable xml, but it can be fetched directly, for example http://dhtmlx.com/docs/products/dhtmlxTreeGrid/samples/initialization_loading/test_list_1.xml For details of XML format you can check http://dhtmlx.com/docs/products/docsExplorer/doc/dhtmlxxml/index.html#dhtmlx_xml The XSD can be downloaded from http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=1702&ssr=yes&s=xsd Also , dhtmlxTreeGrid package contains code of all samples with related HTML files. |