Easy skinable javascript Toolbar


<div id="toolbar_zone" style="width:600; height:50;"/> <script> aToolBar3=new dhtmlXToolbarObject(document.getElementById('toolbar_zone3'),'100%',16,"Demo toolbar"); aToolBar3.setOnClickHandler(onButtonClick); aToolBar3.loadXML("_toolbar3.xml") aToolBar3.setToolbarCSS("toolbar3","toolbarText3"); aToolBar3.showBar(); </script> Parameters passed to the constructor are:
  • object to attach toolbar to (should be loaded before calling constructor)
  • width of the toolbar
  • height of the toolbar
  • title of toolbar