MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 234

Extending dreamweaver
Table of Contents

Advertisement

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
attribute,
width
Dreamweaver uses a reasonable default width.
Example
width="150"
menuID="menu_id"
This attribute is required for menu buttons and combo buttons, unless you specify the
function in an associated command file. Dreamweaver ignores the
getMenuID()
menuID
attribute for other types of items. This attribute specifies the ID of the menu bar that contains
the context menu to pop up when the user clicks the button, menu button, or combo button.
The ID comes from the ID attribute of a
tag in the menus.xml file.
menubar
Example
menuID="DWCodeNavPopup"
colorRect="left top right bottom"
This attribute is optional for color pickers that have an image attribute. The
colorRect
attribute is ignored for other types of items and for color pickers that do not specify an image.
If you specify the
attribute, Dreamweaver displays the color that is currently
colorRect
selected in the color picker in the rectangle, relative to the left or top of the icon. If you do not
specify the
attribute, Dreamweaver does not display the current color on the
colorRect
image.
Example
colorRect="0 12 16 16"
234
Toolbars

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?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Dreamweaver 8

Table of Contents