Dom.setshowinvisibleelements(), Dom.setshowlayerborders(), Dom.setshowlinenumbers() – Adobe Dreamweaver API Reference CS5 User Manual
Page 168

163
DREAMWEAVER API REFERENCE
Workspace
Last updated 8/27/2013
dom.setShowInvisibleElements()
Availability
Dreamweaver 3.
Description
This function toggles the View > Invisible Elements option on and off.
Arguments
bViewInvisibleElements
•
The bViewInvisibleElements argument is a Boolean value:
true
turns on the Invisible Elements option;
false
turns
it off.
Returns
Nothing.
dom.setShowLayerBorders()
Availability
Dreamweaver 3.
Description
This function toggles the View > Layer Borders option on and off.
Arguments
bShowLayerBorders
•
The bShowLayerBorders argument is a Boolean value,
true
turns on the Layer Borders option;
false
turns it off.
Returns
Nothing.
dom.setShowLineNumbers()
Availability
Dreamweaver 4.
Description
This function shows or hides the line numbers in the Code view of the document window.
Arguments
bShow
•
The bShow argument is a Boolean value:
true
indicates the line numbers should be visible;
false
hides them.