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