![]() |
Sample: dhtmlxToolbar | Initializing from XML | dhtmlxToolbar main page |
<head> ... <link rel="stylesheet" type="text/css" href="../../codebase/skins/dhtmlxtoolbar_dhx_blue.css"> </head> <body> <div id="toolbarObj"></div> </body> <script></script>var webBar = new dhtmlXToolbarObject("toolbarObj"); // setting path to user icons webBar.setIconsPath("../images/"); // loading data from xml webBar.loadXML("../common/dhtmlxtoolbar.xml?etc="+new Date().getTime());
© DHTMLX LTD. All rights reserved |