MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 142

Extending dreamweaver
Table of Contents

Advertisement

Insert bar definition tags
The insertbar.xml file contains the following tags and attributes:
<insertbar>
Description
This tag signals the content of the Insert bar definition file. The
specifies the end of the content.
Attributes
None.
Example
<insertbar>
<category id="DW_Insertbar_Common" folder="Common">
<button id="DW_Hyperlink" image="Common\Hyperlink.gif"
file="Common\Hyperlink.htm"/>
...
</insertbar>
<category>
Description
This tag defines a category on the Insert bar (such as Common, Forms, or HTML). The
closing tag specifies the end of the category content.
category>
By default, the Insert bar is organized into categories of use (such as Common, Forms,
or HTML). In previous versions of Dreamweaver, the Insert bar was organized similarly
by tabs. Users can set their own preferences for how the Insert bar objects are organized
(by category or tab). If the user has selected the tab organization, the category tag
defines each tab.
Attributes
id, {folder}, {showIf}
Example
<category id="DW_Insertbar_Common" folder="Common">
<button id="DW_Hyperlink" image="Common\Hyperlink.gif"
file="Common\Hyperlink.htm"/>
</category>
142
Insert Bar Objects
closing tag
</insertbar>
</

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?

This manual is also suitable for:

Dreamweaver 8

Table of Contents