Dom.hideinfomessagepopup(); Dom.runvalidation() - MACROMEDIA DREAMWEAVER MX 2004-DREAMWEAVER API Reference

Dreamweaver api reference
Table of Contents

Advertisement

Returns
A string that specifies the current parsing mode:

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

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()). 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}
The
controlString
,
"xml"
"auto-explicit"
If the argument is an empty string, the Validator performs a default validation. If the
argument is
If the argument is
automatic validation (also known as an inline validation), which underlines errors in the
Code view instead of opening the Validation results window (see
"dom.source.getValidationErrorsForOffset()" on page 415
"dom.getAutoValidationCount()" on page
If the
controlString
to save an unsaved document before running the validation.
If the
controlString
notifying the user that the current document is unsaved.
268
Chapter 14: Document
,
{bOpenResultsWindow}
argument is an optional string with four possible values: an empty string,
, or
"auto-implicit"
, the Validator validates the document as XML.
"xml"
"auto-explicit"
argument is
argument is
,
"html"
"xml"
269.
,
{bShowInfoMessage}
.
or
"auto-implicit"
409).
, Dreamweaver will prompt the user
"auto-explicit"
, the validation will fail without
"auto-implicit"
,
, or
.
"css"
"text"
, Dreamweaver performs an
and

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Dreamweaver mx 2004

Table of Contents