| Sample: dhtmlxToolbar | Button properties | dhtmlxToolbar main page |
Toolbar's functionality allows to change buttons visibility, text, image and state of availability.
|
<script></script>function setNewText(newText){ var z=aToolBar.getItem(document.getElementById('button_id').value); if (z.setText) z.setText(newText); } aToolBar=new dhtmlXToolbarObject(document.getElementById('toolbar_zone'),'100%',16,"Demo toolbar"); aToolBar.setOnClickHandler(onButtonClick); aToolBar.loadXML("_toolbar.xml") aToolBar.showBar();
| © DHTMLX LTD. All rights reserved |