Dreamweaver.saveframeset(), Dreamweaver.saveframesetas() – Adobe Dreamweaver API Reference CS5 User Manual
Page 268

263
DREAMWEAVER API REFERENCE
Document
Last updated 8/27/2013
Returns
Nothing.
Enabler
See “
dreamweaver.canSaveDocumentAsTemplate()
dreamweaver.saveFrameset()
Availability
Dreamweaver 3.
Description
Saves the specified frameset or opens the Save As dialog box if the frameset has not previously been saved.
Arguments
documentObject
•
The documentObject argument is the object at the root of a document’s DOM tree, which is the value that the
dreamweaver.getDocumentDOM()
function returns.
Returns
Nothing.
Enabler
See “
dreamweaver.saveFramesetAs()
Availability
Dreamweaver 3.
Description
Opens the Save As dialog box for the frameset file that includes the specified DOM.
Arguments
documentObject
•
The documentObject argument is the object at the root of a document’s DOM tree, which is the value that the
dreamweaver.getDocumentDOM()
function returns.
Returns
Nothing.
Enabler
See “