Specifications
632
Returns
Returns true if syntax coloring is on.
dreamweaver.htmlInspector.getShowWordWrap()
Availability
Dreamweaver 4
Description
Determines whether word wrap is on in the Code view of the Code inspector.
Arguments
None.
Returns
Returns true if word wrap is on.
dreamweaver.htmlInspector.setShowAutoIndent()
Availability
Dreamweaver 4
Description
Turns auto-indenting on or off in the Code view of the Code inspector.
Arguments
bShow
bShow
is a Boolean value that indicates whether the auto-indenting should be on (true) or off
(
false).
Returns
Nothing.
dreamweaver.htmlInspector.setShowInvalidHTML()
Availability
Dreamweaver 4
Description
Turns highlighting of invalid HTML code on or off in the Code view of the Code inspector.
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.