MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference page 325

Dreamweaver api reference
Table of Contents

Advertisement

Example
The following example displays two tooltip messages. The first line of code displays the
message
"This message is in the center"
to
showInfoMessagePopup()
for the Title text edit box, which has the ID
the Window"
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
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
name
to ".
&quot
displays the tooltip message
.
322.
in the center of the document. The second call
"Don't forget the title for
DW_SetTitle
to a space character and the
%20
Global document functions
, on the toolbar with
325

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Dreamweaver 8

Table of Contents