User Guide

Toggle functions 195
Returns
A Boolean value: true indicates whether the Hide Panels option is on; false indicates the Show
Panels option is on.
dreamweaver.getShowStatusBar()
Availability
Dreamweaver 3.
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.
000_DW_API_Print.book Page 195 Wednesday, August 20, 2003 9:14 AM