Skip to main content

%ZEN.StudioDocument.ZENAppEditor

class %ZEN.StudioDocument.ZENAppEditor extends %ZEN.StudioDocument.AbstractEditor

Editor logic for a Zen Application Studio Document.

Method Inventory

Parameters

parameter DOMAIN = %ZEN;
Inherited description: Localization domain

Methods

method %OnAfterCreatePage() as %Status
This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
method DrawHTMLContent(seed As %ZEN.Datatype.string) as %Status
DrawHTMLContent for page list.
method DrawHTMLTitle(seed As %ZEN.Datatype.string) as %Status
DrawHTMLTitle for title bar.
classmethod UpdateNav(appName As %String, page As %String, nav As %ZEN.SVGComponent.radialNavigator) as %Boolean [ ZenMethod ]
Rebuild the array of nodes used by the Navigator to show pages linked page.
clientmethod onlayoutHandler(load) [ Language = javascript ]
This client event, if present, is fired when the page is first loaded or whenever it is resized.
If this is called at load time, then load will be true.
clientmethod openPage(page) [ Language = javascript ]
openPage: Open a Studio window for the given page.
clientmethod selectNode(nav) [ Language = javascript ]
User click on node within Navigator.
clientmethod selectPage(page) [ Language = javascript ]
selectPage: Point navigator to this page.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab