Specifications
481
Arguments
None.
Returns
A Boolean value that indicates whether the option is on
dreamweaver.quitApplication()
Availability
Dreamweaver 3
Description
Quits Dreamweaver after the script that calls this function finishes executing.
Arguments
None.
Returns
Nothing.
dreamweaver.showAboutBox()
Availability
Dreamweaver 3
Description
Opens the About dialog box.
Arguments
None.
Returns
Nothing.
dreamweaver.showDynamicDataDialog()
Availability
Dreamweaver UltraDev 1
Description
Displays the Dynamic Data or Dynamic Text dialog box, and waits for the user to dismiss the
dialog box. If the user clicks OK, the
showDynamicDataDialog() function returns a string to be
inserted into the user’s document. (This string returned from the Data Sources API function,
generateDynamicDataRef(), and passed to the Data Format API function,
formatDynamicDataRef(); the return value from formatDynamicDataRef() is the one returned
from
showDynamicDataDialog().)