Dreamweaver.htmlinspector.getshowautoindent(), Dreamweaver.htmlinspector.getshowinvalidhtml(), Dreamweaver.htmlinspector.getshowlinenumbers() – Adobe Dreamweaver API Reference CS5 User Manual
Page 172
167
DREAMWEAVER API REFERENCE
Workspace
Last updated 8/27/2013
Description
This function gets the current state of the View > Status Bar option.
Arguments
None.
Returns
A Boolean value:
true
indicates the status bar is visible;
false
otherwise.
dreamweaver.htmlInspector.getShowAutoIndent()
Availability
Dreamweaver 4.
Description
This function determines whether the Auto Indent option is on in the Code inspector.
Arguments
None.
Returns
A Boolean value:
true
if auto-indenting is on;
false
otherwise.
dreamweaver.htmlInspector.getShowInvalidHTML()
Availability
Dreamweaver 4.
Description
This function determines whether invalid HTML code is currently highlighted in the Code inspector.
Arguments
None.
Returns
A Boolean value:
true
if invalid HTML code is highlighted;
false
otherwise.
dreamweaver.htmlInspector.getShowLineNumbers()
Availability
Dreamweaver 4.
Description
This function determines whether line numbers appear in the Code inspector.