The Dreamweaver JavaScript API > Toggle functions > dreamweaver.htmlInspector.setShowAutoIndent() |
dreamweaver.htmlInspector.setShowAutoIndent()
Availability
Dreamweaver 4.0
Description
Turns auto indenting on or off in the Code view of the Code inspector.
Arguments
bShow
bShow is a Boolean value indicating whether the auto indenting should be on (true) or off (false).
Returns
Nothing.