| Component panel |
Description
A Panel is the simplest and most general component that can
contain
Panel is the base class of all components that can contain
field components. A panel provides the basic functionality
to communicate with the field components. The ff attribute
and the value property can be used to define the field vales.
The state property can be used to set the state of the
field components enclosed.
Note that many other components inherit the ff attribute,
the value property, and the panleobj/panelfield function from panel.
See the
Format
Details
Properties
Attributes
Related
panelobj (n)
The function panelobj(n) the enclosing
panel. n=0 means the current panel, n=1 the enclosing panel etc.
panelfield (n)
The function panelfield(n) returns the ff object of an enclosing
panel. n=0 means the current panel, n=1 the enclosing panel etc.
< panel ...
> ... < /panel >
Include File: panel.hei Session Mode: none
Property
Kind
Description State Field State. Note that states other than display are
valid only if the panel is nested inside a form. Value An object can be passed as value parameter.
It becomes the ff object of the component
Name
Description ff
is an object containing the panel fields to be displayed.
© 1996-2013 H.E.I. All Rights Reserved.