
121
DREAMWEAVER API REFERENCE
Application
Last updated 8/27/2013
Returns
A Boolean value indicating whether communication with the Bridge application was a success (True = success, False
= fail).
Example
result = bridgeTalk.send(10);
BridgeTalk.suppressStartupScreen()
Availability
Dreamweaver CS3.
Description
Searches the launch options for -nostartupscreen to determine whether to suppress the modal windows after
startup.
Returns
A Boolean value indicating whether to suppress startup screens.
dw.browseInBridge()
Availability
Dreamweaver CS3.
Description
Allows you to browse files in Bridge from Dreamweaver. The dw.browseInBridge() function launches the Bridge
application. If Bridge is already running,
dw.browseInBridge switches to the Bridge application.
Arguments:
None.
Returns
A Boolean value indicating whether the browsing script was sent to the Bridge application successfully (true = success,
false = fail).
Komentáře k této Příručce