Prototype for View objects.
You cannot create View object directly. Views are created as necessary when DocumentFrame objects are created for a document.
var my_doc;
var doc_frame = add_frame (my_doc);
var left_view = doc_frame.coordinator.views.left;
none.
none.
ECMerge 2.1
View objects let you retrieve or manipulate the selection, navigate to a given position in the document. Most of these functions are available through functions on real objects derived from View.
Property | Description |
role | Side string. Indicates for which side this view is used (useful when retrieving the view with Coordinator.current_view) |
none.
DocumentFrame object, Coordinator object
function focus ( )
none.
View object.
ECMerge 2.1
Gives the focus to the given view (and activates the container DocumentFrame if necessary).
View object, DocumentFrame object, Coordinator object