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.GlobalMenu

class ZENTest.GlobalMenu extends %ZEN.Component.page

Tree Menu defined by a global. This page uses the dynaTree control to display menu based on a global.

Method Inventory

Parameters

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

Methods

method CreateGlobal() [ ZenMethod ]
Create the global that defines this menu
method KillGlobal() [ ZenMethod ]
Create the global that defines this menu
clientmethod localMethod(n) [ Language = javascript ]
localMethod

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab