Adobe 38040334 - Dreamweaver CS3 User Manual page 182

Extending dreamweaver
Hide thumbs Also See for 38040334 - Dreamweaver CS3:
Table of Contents

Advertisement

DREAMWEAVER CS3
176
Extending Dreamweaver
image="image_path"
This attribute is required for buttons, check buttons, radio buttons, menu buttons, and combo buttons. The
image
attribute is optional for color pickers and is ignored for other item types. The
attribute specifies the path,
image
relative to the Configuration folder, of the icon file that displays on the button. The icon can be in any format that
Dreamweaver can render, but typically it is a GIF or JPEG file format.
If an icon is specified for a color picker, the icon replaces the color picker entirely. If the
attribute is also
colorRect
set, the current color appears on top of the icon in the specified rectangle.
Example
image="Toolbars/images/MM/codenav.gif"
disabledImage="image_path"
Optional. Dreamweaver ignores the
attribute for items other than buttons, check buttons, radio
disabledImage
buttons, menu buttons, color pickers, and combo buttons. This attribute specifies the path, relative to the Configu-
ration folder, of the icon file that Dreamweaver displays if the button is disabled. If you do not specify the
disabled-
attribute, Dreamweaver displays the image that is specified in the
attribute when the button is disabled.
Image
image
Example
_
disabledImage="Toolbars/images/MM/codenav
dis.gif"
overImage="image_path"
Optional. Dreamweaver ignores the
attribute for items other than buttons, check buttons, radio buttons,
overImage
menu buttons, color pickers, and combo buttons. This attribute specifies the path, relative to the Configuration
folder, of the icon file that Dreamweaver displays when the user moves the mouse over the button. If you do not
specify the
attribute, the button does not change when the user moves the mouse over it, except for a ring
overImage
that Dreamweaver draws around the button.
Example
_
overImage="Toolbars/images/MM/codenav
ovr.gif"
tooltip="tooltip string"
Required. This attribute specifies the identifying text, or tool tip, that appears when the mouse pointer hovers over
the toolbar item.
Example
tooltip="Code Navigation"
label="label string"
Optional. This attribute specifies a label that displays next to the item. Dreamweaver does not automatically add a
colon to labels. Labels for nonbutton items are always positioned on the left of the item. Dreamweaver places labels
for buttons, check buttons, radio buttons, menu buttons, and combo buttons inside the button and to the right of the
icon.
Example
label="Title: "

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents