Specifications

624
Description
Gets the current state of the View > Table Borders option.
Arguments
None.
Returns
A Boolean value that indicates whether table borders are visible (true) or not (false).
dom.getShowToolbar()
Availability
Dreamweaver 4
Description
Determines whether the toolbar is displayed.
Arguments
None.
Returns
Returns true if the toolbar is displayed; false otherwise.
dom.getShowTracingImage()
Availability
Dreamweaver 3
Description
Gets the current state of the View > Tracing Image > Show option.
Arguments
None.
Returns
A Boolean value that indicates whether the option is on (true) or off (false).
dom.getShowWordWrap()
Availability
Dreamweaver 4
Description
Determines whether word wrap is on in the Code view of the Document window.
Arguments
None.
Returns
Returns true if word wrap is on.