User Guide

Global document functions 325
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 322.
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 ".
000_DW_API_Print.book Page 325 Wednesday, July 20, 2005 11:58 AM