Toolbars
You can create a toolbar for Adobe Dreamweaver simply by creating a file that defines the toolbar and placing that file in the Configuration/Toolbars folder. Within a toolbar file, you can define items such as check buttons, radio buttons, text boxes, and pop-up menus using a few custom XML tags. You can assign attributes and commands to toolbar items to specify how they look and behave, include other toolbar files, and reference toolbar items that are defined in other toolbars.
The following table lists the files you use to create a toolbar:
Path | File | Description |
|---|---|---|
Configuration/Toolbars/ | toolbars.xml | Edit this file to change the contents of the toolbar. |
Configuration/Toolbars/ | newtoolbar.xml | Create this file to create a new toolbar. |
Configuration/Toolbars/ | imagefile.gif | Icon image for toolbar control. |
Configuration/Commands/ | MyCommand.htm | Command file associated with toolbar item. |