Specifications
620
Toggle functions
Toggle functions get and set various options either on or off.
dom.getEditNoFramesContent()
Availability
Dreamweaver 3
Description
Gets the current state of the Modify > Frameset > Edit NoFrames Content option.
Arguments
None.
Returns
A Boolean value that indicates whether the NOFRAMES content is the active view (true) or not
(
false).
dom.getHideAllVisualAids()
Availability
Dreamweaver 4
Description
Determines whether visual aids are set as hidden.
Arguments
None.
Returns
A Boolean value that is true if Hide All Visual Aids is set; false otherwise.
dom.getPreventLayerOverlaps()
Availability
Dreamweaver 3
Description
Gets the current state of the Prevent Layer Overlaps option.
Arguments
None.
Returns
A Boolean value that indicates whether the option is on (true) or off (false).
dom.getShowAutoIndent()
Availability
Dreamweaver 4