Adobe 38040334 - Dreamweaver CS3 User Manual page 252

Api reference
Hide thumbs Also See for 38040334 - Dreamweaver CS3:
Table of Contents

Advertisement

Arguments
location, message, timeout
• The
argument is a string that specifies a toolbar item, or is an empty string, or is one of the following
location
keywords: "
, "
top"
topright"
tooltip is placed against the specified edge or corner and is centered. An empty string causes it to be centered in
the document. To specify a toolbar item, use
item ID match the IDs in the toolbars.xml file.
• The
argument is a string that contains the message.
message
• The
argument is a number that specifies the milliseconds for which to display the message. The default
timeout
is 0. If the value is 0, the message stays indefinitely. Dreamweaver automatically dismisses it if the user clicks it or
switches documents, or if the time out expires.
Returns
Nothing.
Example
The following example displays two tooltip messages. The first line of code displays the message
in the center of the document. The second call to
in the center"
message
"Don't forget the title for the Window"
on the toolbar with the ID
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 245.
dom.showPagePropertiesDialog()
Availability
Dreamweaver 3.
Description
Opens the Page Properties dialog box.
Arguments
None.
Returns
Nothing.
dreamweaver.doURLDecoding()
Availability
Dreamweaver MX.
, "
, "
right"
bottomright"
"toolbar:toolbarID:itemID"
.
DW_Toolbar_Main
, "
, "
bottom"
bottomleft"
, where the toolbar ID and toolbar
showInfoMessagePopup()
for the Title text edit box, which has the ID
DREAMWEAVER CS3
API Reference
, "
, or "
The
left"
topleft".
"This message is
displays the tooltip
DW_SetTitle
247
,

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents