User Guide

270 Chapter 14: Document
Returns
Nothing.
Example
The following example displays two tooltip messages. The first line of code displays the message
"This message is in the center" in the center of the document. The second call to
showInfoMessagePopup() displays the tooltip message "Don’t forget the title for the
Window"
for the Title text edit box, which has the ID DW_SetTitle, on the toolbar with the ID
DW_Toolbar_Main.
dw.getDocumentDOM.showInfoMessagePopup('', 'This message is in the center',
5000);
dw.getDocumentDOM.showInfoMessagePopup('toolbar:DW_Toolbar_Main:DW_SetTitle',
'Don't forget the title for the window', 5000);
See also
dom.hideInfoMessagePopup()” on page 268.
dom.showPagePropertiesDialog()
Availability
Dreamweaver 3.
Description
Opens the Page Properties dialog box.
Arguments
None.
Returns
Nothing.
dreamweaver.doURLDecoding()
Availability
Dreamweaver MX.
Description
Uses the internal Dreamweaver URL decoding mechanism to decode special characters and
symbols in URL strings. For example, this function decodes
%20 to a space character and the
name &quot to ".
Arguments
inStr
The inStr argument is the string to decode.
Returns
A string that contains the decoded URL.
000_DW_API_Print.book Page 270 Wednesday, August 20, 2003 9:14 AM