Specifications
627
dom.setShowInvalidHTML()
Availability
Dreamweaver 4
Description
Turns highlighting of invalid HTML code on or off in the Code view of the Document window.
Arguments
bShow
bShow
is a Boolean value that indicates whether the highlighting of invalid HTML code should
be visible (
true) or not (false).
Returns
Nothing.
dom.setShowImageMaps()
Availability
Dreamweaver 3
Description
Turns the View > Image Maps option on (true) or off (false).
Arguments
bShowImageMaps
Returns
Nothing.
dom.setShowInvisibleElements()
Availability
Dreamweaver 3
Description
Turns the View > Invisible Elements option on (true) or off (false).
Arguments
bViewInvisibleElements
Returns
Nothing.
dom.setShowLayerBorders()
Availability
Dreamweaver 3
Description
Turns the View > Layer Borders option on (true) or off (false).