beautypg.com

Dreamweaver.htmlinspector.setshowinvalidhtml(), Dreamweaver.htmlinspector.setshowlinenumbers(), Dreamweaver.htmlinspector.setshowsyntaxcoloring() – Adobe Dreamweaver API Reference CS5 User Manual

Page 174

background image

169

DREAMWEAVER API REFERENCE

Workspace

Last updated 8/27/2013

Returns
Nothing.

dreamweaver.htmlInspector.setShowInvalidHTML()

Availability
Dreamweaver 4.

Description
This function turns highlighting of invalid HTML code on or off in the Code inspector.

Arguments
bShow

The bShow argument is a Boolean value:

true

indicates that the highlighting of invalid HTML code should be

visible;

false

indicates it should not.

Returns
Nothing.

dreamweaver.htmlInspector.setShowLineNumbers()

Availability
Dreamweaver 4.

Description
This function shows or hides the line numbers in the Code view of the Code inspector.

Arguments
bShow

The bShow argument is a Boolean value:

true

sets the line numbers to visible;

false

hides them.

Returns
Nothing.

dreamweaver.htmlInspector.setShowSyntaxColoring()

Availability
Dreamweaver 4.

Description
This function turns syntax coloring on or off in the Code view of the Code inspector.