User Guide
Item tag attributes 183
If an icon is specified for a color picker, the icon replaces the color picker entirely. If the
colorRect attribute is also 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
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 tooltip, 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: "