Dom.getshowinvalidhtml(), Dom.getshowimagemaps(), Dom.getshowinvisibleelements() – Adobe Dreamweaver API Reference CS5 User Manual

Page 161

Advertising
background image

156

DREAMWEAVER API REFERENCE

Workspace

Last updated 8/27/2013

dom.getShowInvalidHTML()

Availability
Dreamweaver 4.

Description
This function determines whether invalid HTML code is currently highlighted in the Code view of the document
window.

Arguments
None.

Returns
A Boolean value:

true

if invalid HTML code is highlighted;

false

otherwise.

dom.getShowImageMaps()

Availability
Dreamweaver 3.

Description
This function gets the current state of the View > Image Maps option.

Arguments
None.

Returns
A Boolean value:

true

indicates the image maps are visible;

false

otherwise.

dom.getShowInvisibleElements()

Availability
Dreamweaver 3.

Description
This function gets the current state of the View > Invisible Elements option.

Arguments
None.

Returns
A Boolean value:

true

indicates the invisible element markers are visible;

false

otherwise.

Advertising