Skip to main content

%ZEN.Component.titleBox

class %ZEN.Component.titleBox extends %ZEN.Component.component

This is a simple box that dispays a title and an optional subtitle. It is useful for adding a title to a group or menu.

Property Inventory

Method Inventory

Properties

property subtitle as %ZEN.Datatype.caption (ZENEXPRESSION = 1);
Optional subtitle of this menu
Property methods: subtitleDisplayToLogical(), subtitleGet(), subtitleIsValid(), subtitleLogicalToDisplay(), subtitleLogicalToOdbc(), subtitleNormalize(), subtitleSet()
property title as %ZEN.Datatype.caption (ZENEXPRESSION = 1);
Title of this menu
Property methods: titleDisplayToLogical(), titleGet(), titleIsValid(), titleLogicalToDisplay(), titleLogicalToOdbc(), titleNormalize(), titleSet()
property titleStyle as %ZEN.Datatype.style;
Optional style used for titleBox for this menu
Property methods: titleStyleDisplayToLogical(), titleStyleGet(), titleStyleIsValid(), titleStyleLogicalToDisplay(), titleStyleLogicalToOdbc(), titleStyleNormalize(), titleStyleSet()

Methods

method %DrawHTML()
Inherited description: Static HTML display method: draw the BODY of this component as HTML.
Subclasses implement this in order to render the static HTML contents of a component.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab