Modifying the Insert bar
You can move objects from one category to another, rename categories, and completely remove objects from the panel. To make the changes appear in the Insert bar, you must either restart Adobe Dreamweaver or reload extensions. For information on reloading extensions, see Reloading extensions.
To move or copy an object from one Insert bar category to another or to a new location within a category:
- Save a backup copy of insertbar.xml (with a name such as insertbar.backup.xml).
- Open the original insertbar.xml file.
- Find the
buttontag that represents the object you want to move or copy. For example, to move the Image object from its location in the Common category, find thebuttontag that has anidattribute of"DW_Image". - Cut or copy the entire
buttontag. - Find the
categorytag that represents the category in which you want to move or copy the object. - Find the location within the category where you want the object to appear.
- Paste the copied
buttontag. - Save the insertbar.xml file.
- Reload extensions.
To remove an object from the Insert bar:
- Save a backup copy of insertbar.xml (with a name such as insertbar.backup.xml).
- Open the original insertbar.xml file.
- Find the
buttontag that represents the object you want to remove. - Delete the entire
buttontag. - Save the insertbar.xml file.
- On your disk, move the object's HTML, GIF, and JavaScript files out of their current folder, and put them into a folder that isn't listed in the insertbar.xml file. For example, you can create a new folder in the Configuration/Objects folder named Unused, and move the object's files there. (If you're certain you want to remove the object, you can delete those files entirely; however, it's a good idea to keep backups of those files in case you need to restore the object later.)
- Reload extensions.
To change the order of categories in the Insert bar:
- Save a backup copy of insertbar.xml (with a name such as insertbar.backup.xml).
- Open the original insertbar.xml file.
- Find the
categorytag that corresponds to the category you want to move, and select that tag, including all the tags it contains. - Cut that tag.
- Paste the tag into its new location. Be sure to paste the tag in a location that isn't inside any other
categorytag. - Save the insertbar.xml file.
- Reload extensions.
To create a new category:
- Save a backup copy of insertbar.xml (with a name such as "insertbar.backup.xml").
- Open the original insertbar.xml file.
- Create a new category tag, specifying the default folder for the category and a set of objects to appear in the category.
- For information on the syntax of the tags in insertbar.xml, see Insert bar definition tags.
- Save the insertbar.xml file.
- Reload extensions.