Specifications

Chapter 31400
dw.codeHints.showCodeHints()
Availability
Dreamweaver MX
Description
Dreamweaver calls this function when the user invokes the Edit > Show Code Hints menu item.
The function pops up the Code Hints menu at the current selection location in Code view.
Arguments
None.
Returns
Nothing.
Example
dw.codeHints.showCodeHints()
Command functions
Command functions help you make the most of the files in the Configuration/Commands folder.
They manage the Command menu and call commands from other types of extension files.
dreamweaver.editCommandList()
Availability
Dreamweaver 3
Description
Opens the Edit Command List dialog box.
Arguments
None.
Returns
Nothing.
dreamweaver.runCommand()
Availability
Dreamweaver 3
Description
Executes the specified command; it works the same as choosing 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 dismisses the dialog box. This function provides the ability to call a command from
another extension file.
Note: This function can be called only within the objectTag() function in objects; it can be called from or in any
script in a command, Property inspector file, or menu command.