![MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Скачать руководство пользователя страница 325](http://html1.mh-extra.com/html/macromedia/dreamweaver-8-dreamweaver-api/dreamweaver-8-dreamweaver-api_reference_3332054325.webp)
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
"
to ".
000_DW_API_Print.book Page 325 Wednesday, July 20, 2005 11:58 AM
Содержание DREAMWEAVER 8-DREAMWEAVER API
Страница 1: ...Dreamweaver API Reference...
Страница 16: ......
Страница 28: ...28 The File I O API...
Страница 38: ...38 The HTTP API...
Страница 68: ...68 Flash Integration...
Страница 100: ...100 The Database API...
Страница 116: ...116 The JavaBeans API...
Страница 144: ...144 The Source Control Integration API...
Страница 146: ......
Страница 254: ...254 Workspace...
Страница 298: ...298 Site...
Страница 354: ...354 Document...
Страница 396: ...396 Page Content...
Страница 488: ...488 Design...
Страница 550: ...550 Code...