Specifications
629
dom.setShowTableBorders()
Availability
Dreamweaver 3
Description
Turns the View > Table Borders option on (true) or off (false).
Arguments
bShowTableBorders
Returns
Nothing.
dom.setShowToolbar()
Availability
Dreamweaver 4
Description
Shows or hides the Toolbar.
Arguments
bShow
bShow
is a Boolean value that indicates whether the toolbar should be visible (true) or not
(false).
Returns
Nothing.
dom.setShowTracingImage()
Availability
Dreamweaver 3
Description
Turns the View > Tracing Image > Show option on (true) or off (false).
Arguments
bShowTracingImage
Returns
Nothing.
dom.setShowWordWrap()
Availability
Dreamweaver 4
Description
Turns word wrap off or on in the Code view of the Document window.