MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 178

Extending dreamweaver
Table of Contents

Advertisement

isDomRequired()
Description
This function determines whether the command requires a valid DOM to operate. If this
function returns a value of
the command requires a valid DOM and synchronizes the Design and Code views of the
document before executing. Synchronization causes all edits in the Code view to update in the
Design view.
Arguments
None.
Returns
Dreamweaver expects a
otherwise.
false
receiveArguments()
Description
This function processes any arguments that pass from a menu item or from the
function.
dw.runCommand()
Arguments
{arg1}, {arg2},...{argN}
If the
arguments
to the
receiveArguments()
to a command by the
Returns
Dreamweaver expects nothing.
windowDimensions()
Description
This function sets specific dimensions for the Parameters dialog box. If this function is not
defined, the window dimensions are computed automatically.
Do not define this function unless you want an Options dialog box that is larger than
640 x 480 pixels.
178
Commands
or if the function is not defined, Dreamweaver assumes that
true
value if a command requires a valid DOM to operate;
true
attribute is defined for a
function as one or more arguments. Arguments can also pass
dw.runCommand()
tag, the value of that attribute passes
menuitem
function.

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?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Dreamweaver 8

Table of Contents