|
DocumentFrame object
Prototype for DocumentFrame objects SyntaxYou cannot create a DocumentFrame. You can add a view to a document, it creates a DocumentFrame for you: var mydoc; You can obtain the frame which has the focus in the application this way: var frame = current_frame; Parametersnone. Property Ofnone. Implemented InECMerge 2.1 DescriptionDocumentFrame object are views on document. They contain a Coordinator object which is the key for the visual part of the differentiation process. Properties
Methodsnone. ExamplesExample 1.Giving the focus to a given frame. var my_frame; See Also
|
|||||