Specifications
628
Arguments
bShowLayerBorders
Returns
Nothing.
dom.setShowLineNumbers()
Availability
Dreamweaver 4
Description
Shows or hides the line numbers in the Code view of the Document window.
Arguments
bShow
bShow
is a Boolean value that indicates whether the line numbers should be visible (true) or not
(
false).
Returns
Nothing.
dom.setShowRulers()
Availability
Dreamweaver 3
Description
Turns the View >Rulers > Show option on (true) or off (false).
Arguments
bShowRulers
Returns
Nothing.
dom.setShowSyntaxColoring()
Availability
Dreamweaver 4
Description
Turns syntax coloring on or off in the Code view of the Document window.
Arguments
bShow
bShow
is a Boolean value that indicates whether the syntax coloring should be visible (true) or
not (
false).
Returns
Nothing.