Command functions
301
dreamweaver.popupCommand() (deprecated)
Availability
Dreamweaver 2; deprecated in 3 in favor of
dreamweaver.runCommand()
.
Description
This function executes the specified command. To the user, the effect is the same as selecting
the command from a menu; if a dialog box is associated with the command, it appears. This
function provides the ability to call a command from another extension file. It blocks other
edits until the user closes the dialog box.
Arguments
commandFile
■
The
commandFile
argument is the name of a command file within the Configuration/
Commands folder (for example,
"Format Table.htm"
).
Returns
Nothing.
dreamweaver.runCommand()
Availability
Dreamweaver 3.
Description
Executes the specified command; it works the same as selecting the command from a menu. If
a dialog box is associated with the command, it appears and the command script blocks other
edits until the user closes the dialog box. This function provides the ability to call a command
from another extension file.
Arguments
commandFile
,
{commandArg1}
,
{commandArg2}
,...
{commandArgN}
■
The
commandFile
argument is a filename in the Configuration/Commands folder.
NO
T
E
This function can be called within the
objectTag()
function, from any script in a
command file, or from the Property inspector file.
NO
TE
This function can be called within the
objectTag()
function, from any script in a
command file, or from the Property inspector file.
000_DW_API_Print.book Page 301 Wednesday, July 20, 2005 11:58 AM
Summary of Contents for DREAMWEAVER 8-DREAMWEAVER API
Page 1: ...Dreamweaver API Reference...
Page 16: ......
Page 28: ...28 The File I O API...
Page 38: ...38 The HTTP API...
Page 68: ...68 Flash Integration...
Page 100: ...100 The Database API...
Page 116: ...116 The JavaBeans API...
Page 144: ...144 The Source Control Integration API...
Page 146: ......
Page 254: ...254 Workspace...
Page 298: ...298 Site...
Page 354: ...354 Document...
Page 396: ...396 Page Content...
Page 488: ...488 Design...
Page 550: ...550 Code...