Adobe 38040334 - Dreamweaver CS3 User Manual page 250

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

Advertisement

DREAMWEAVER CS3
245
API Reference
dom.getParseMode()
Availability
Dreamweaver MX 2004
Description
Gets the current parsing mode of the document, which controls how the document is validated and whether it shows
up in the main document window as HTML.
Arguments
None.
Returns
A string that specifies the current parsing mode:
,
,
, or
.
"html"
"xml"
"css"
"text"
dom.hideInfoMessagePopup()
Availability
Dreamweaver MX 2004.
Description
Hides the tooltip-like message, if it is visible, for the document window.
Arguments
None.
Returns
Nothing.
See also
"dom.showInfoMessagePopup()" on page 246.
dom.runValidation()
Availability
Dreamweaver MX, optional arguments added in Dreamweaver MX 2004.
Description
Runs the Validator on a single specified document (this function is similar to "site.runValidation()" on page 219. The
Validator checks the document for conformance with the language specified in the document doctype (such as
HTML 4.0 or HTML 3.2) and the language specified by the server model (such as ColdFusion or ASP). If the
document has no doctype, then the Validator uses the language setting specified in the Validator section of the
Preferences dialog box.
Arguments
,
,
{controlString}
{bOpenResultsWindow}
{bShowInfoMessage}
• The
argument is an optional string with four possible values: an empty string,
,
controlString
"xml"
"auto-
, or
.
explicit"
"auto-implicit"

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents