MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 243

Extending dreamweaver
Table of Contents

Advertisement

menuID = 'DWBrowseOptionsPopup';
}
}
return menuID;
}
getUpdateFrequency()
Availability
Dreamweaver MX.
Description
Specifies how often to run the handlers for the
attributes to update the visible state of the item.
You must specify the update frequency for toolbar items because they are always visible, unlike
menus. For this reason, you should always select the lowest frequency possible and make sure
your
,
enabled
checked
This function is equivalent to the
Arguments
None.
Returns
Dreamweaver expects a string that contains a comma-separated list of update handlers. For a
complete list of the possible update handlers, see
on page
236.
Example
function getUpdateFrequency()
{
return onSelChange";
}
isCommandChecked()
Availability
Dreamweaver MX.
, and
handlers are as simple as possible.
value
attribute in a toolbar item.
update
,
,
enabled
checked
showIf
"update="update_frequency_list""
The toolbar command API
, and
value
243

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