Specifications

631
dreamweaver.htmlInspector.getShowAutoIndent()
Availability
Dreamweaver 4
Description
Determines whether auto-indenting is on in the Code view of the Code inspector.
Arguments
None.
Returns
Returns true if auto-indenting is on.
dreamweaver.htmlInspector.getShowInvalidHTML()
Availability
Dreamweaver 4
Description
Determines whether invalid HTML code is currently highlighted in the Code view of the Code
inspector.
Arguments
None.
Returns
Returns true if invalid HTML code is currently highlighted.
dreamweaver.htmlInspector.getShowLineNumbers()
Availability
Dreamweaver 4
Description
Determines whether line numbers are being shown in the Code view of the Code inspector.
Arguments
None.
Returns
Returns true if line numbers are shown.
dreamweaver.htmlInspector.getShowSyntaxColoring()
Availability
Dreamweaver 4
Description
Determines whether syntax coloring is on in the Code view of the Code inspector.
Arguments
None.