Dreamweaver.quitapplication(), Dreamweaver.showaboutbox(), Dreamweaver.showdynamicdatadialog() – Adobe Dreamweaver API Reference CS5 User Manual
Page 121
116
DREAMWEAVER API REFERENCE
Application
Last updated 8/27/2013
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 the 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 insert into the user’s document. (This string
returns from the Data Sources API function,
generateDynamicDataRef()
, and passes to the Data Format API
function,
formatDynamicDataRef()
; the return value from
formatDynamicDataRef()
is the one that the
showDynamicDataDialog()
function returns.)