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

class %ZEN.Component.hidden extends %ZEN.Component.control

Hidden control.
This is a simple wrapper around the HTML input=hidden control.

Method Inventory

Parameters

parameter DEFAULTHIDDEN = 1;
This control is not displayed and does not take place in layout.

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