Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

ZENTest.LookoutMenuTest

class ZENTest.LookoutMenuTest extends %ZEN.Component.page

lookoutMenu Test

Property Inventory

Method Inventory

Parameters

parameter APPLICATION = ZENTest.TestApplication;
Application this page belongs to.
parameter DOMAIN = ZENTEST;
Domain used for localization.
parameter PAGENAME = Lookout Menu Test Page;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.

Properties

property StartTab as %ZEN.Datatype.string (ZENURL = "TAB");
If provided, start with this tab open.
Property methods: StartTabDisplayToLogical(), StartTabGet(), StartTabIsValid(), StartTabLogicalToDisplay(), StartTabLogicalToOdbc(), StartTabNormalize(), StartTabSet()

Methods

method %OnAfterCreatePage() as %Status
Inherited description: 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.
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 toggleTab(id) [ Language = javascript ]
Toggle disabled state of given tab.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab