class %ZEN.Component.fieldSet
extends group
fieldSet group. Enclose a set of controls within an
HTML FieldSet.
parameter DEFAULTGROUPCLASS = "fieldset";
Subclasses can set this to change default css class for a group.
parameter DEFAULTLAYOUT = "vertical";
Subclasses can set this to change default layout for a group.
property legend
as %ZEN.Datatype.caption(ZENEXPRESSION=1);
Legend of the fieldSet. This is the caption displayed
for the field set.
property title
as %ZEN.Datatype.caption(ZENEXPRESSION=1);
Title of the fieldSet. This is a popup message displayed
for the field set.
method %DrawHTML()
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.
method ondisabledHandler()
[ Language = javascript ]
Notifation that our disabled state has changed.
method setProperty(property, value, value2)
[ Language = javascript ]
Set the value of a named property.