Specifications
Commands 63
isDomRequired()
Description
Determines whether the command requires a valid DOM to operate. If this function returns
true or if the function is not defined, Dreamweaver assumes that 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 be updated in the Design view.
Arguments
None.
Returns
Dreamweaver expects true if a command requires a valid DOM to operate; false otherwise.
receiveArguments()
Description
Processes any arguments that are passed from a menu item or from dw.runCommand(), if any
arguments are passed via the
dw.runCommand() function.
Arguments
{arg1}, {arg2},...{argN}
If the arguments attribute is defined for a menuitem tag, the value of that attribute passes to the
receiveArguments() function as one or more arguments. Arguments can also be passed to a
command by the dw.runCommand() function.
Returns
Dreamweaver expects nothing.