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?

%ZEN.Component.hmenu

class %ZEN.Component.hmenu extends %ZEN.Component.menu

This is a specialized subclass of the menu component that draws a horizontal menu.

Parameters

parameter DEFAULTCELLALIGN = left;
Inherited description: Subclasses can set this to change default cellAlign for a group.
parameter DEFAULTGROUPCLASS = hmenuTable;
Inherited description: Subclasses can set this to change default css class for a group.
parameter DEFAULTLAYOUT = horizontal;
Inherited description: Subclasses can set this to change default layout for a group.
parameter DEFAULTWIDTH = 100%;
Inherited description: Subclasses can set this to change default width for a component.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab