Disabledimage="image_path, Overimage="image_path, Tooltip="tooltip string – Adobe Extending Dreamweaver CS4 User Manual
Page 187: Label="label string, Width="number
181
EXTENDING DREAMWEAVER CS4
Toolbars
Example
image="Toolbars/images/MM/codenav.gif"
disabledImage="image_path"
Optional. Dreamweaver ignores the
disabledImage
attribute for items other than buttons, check buttons, radio
buttons, menu buttons, color pickers, and combo buttons. This attribute specifies the path, relative to the
Configuration folder, of the icon file that Dreamweaver displays if the button is disabled. If you do not specify the
disabledImage
attribute, Dreamweaver displays the image that is specified in the
image
attribute when the button is
disabled.
Example
disabledImage="Toolbars/images/MM/codenav_dis.gif"
overImage="image_path"
Optional. Dreamweaver ignores the
overImage
attribute for items other than buttons, check buttons, radio buttons,
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
overImage
attribute, the button does not change when the user moves the mouse over it, except for a ring 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: "
width="number"
Optional. This attribute applies only to text box, pop-up menu, and combo box items by specifying the width of the
item in pixels. If you do not specify the
width
attribute, Dreamweaver uses a reasonable default width.
Example
width="150"