Specifications
465
dom.isDocumentInFrame()
Availability
Dreamweaver 4
Description
Identifies whether the current document is being viewed inside a frameset.
Arguments
None.
Returns
Returns true if the document is in a frameset; false, otherwise.
dom.saveAllFrames()
Availability
Dreamweaver 4
Description
If a document is a frameset or is inside a frameset, dom.saveAllFrames() saves all the frames and
framesets from the Document window. If the given document is not in a frameset,
dom.saveAllFrames() saves the document. Opens the Save As dialog box for any documents
that have not been previously saved.
Arguments
None
Returns
Nothing.
dom.splitFrame()
Availability
Dreamweaver 3
Description
Splits the selected frame vertically or horizontally.
Arguments
splitDirection
splitDirection
must be one of the following directions: "up", "down", "left", or "right".
Returns
Nothing.
Enabler
“dom.canSplitFrame()” on page 416