Skip to main content

%ZEN.Component.fieldSet

deprecated class %ZEN.Component.fieldSet extends %ZEN.Component.group

fieldSet group. Enclose a set of controls within an HTML FieldSet.

Property Inventory

Method Inventory

Parameters

parameter DEFAULTGROUPCLASS = fieldset;
Inherited description: Subclasses can set this to change default css class for a group.
parameter DEFAULTLAYOUT = vertical;
Inherited description: Subclasses can set this to change default layout for a group.

Properties

property legend as %ZEN.Datatype.caption (ZENEXPRESSION = 1);
Legend of the fieldSet. This is the caption displayed for the field set.
Property methods: legendDisplayToLogical(), legendGet(), legendIsValid(), legendLogicalToDisplay(), legendLogicalToOdbc(), legendNormalize(), legendSet()
property title as %ZEN.Datatype.caption (ZENEXPRESSION = 1);
Title of the fieldSet. This is a popup message displayed for the field set.
Property methods: titleDisplayToLogical(), titleGet(), titleIsValid(), titleLogicalToDisplay(), titleLogicalToOdbc(), titleNormalize(), titleSet()

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.
clientmethod ondisabledHandler() [ Language = javascript ]
Notifation that our disabled state has changed.
clientmethod setProperty(property, value, value2) [ Language = javascript ]
Set the value of a named property.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab