| |
Component panel
Description
A Panel is the simplest and most general component that can
contain field components. You might want
to use a panel only within a program that evaluates
field values before the panel is displayed.
Tutorial
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 Class Hierarchy and
the Panel Introduction.
Format
< panel ...
> ... < /panel >
Details
Include File: | panel.hei |
Session Mode: | none |
Properties
Property |
Kind |
Description |
State | String(60) | Field State. Note that states other than display are
valid only if the panel is nested inside a form. |
Value | Tuple | An object can be passed as value parameter.
It becomes the ff object of the component |
Attributes
Name |
Description |
ff |
is an object containing the panel fields to be displayed.
|
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.
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
H.E.I. provides support, tools, and services like
Webdesign in Mannheimm,
the HTML/CSS 3D WebGL Animation Library taccgl,
3D Webdesign, and
3D Product ConfiguratorDemo
(3D Produkt Konfigurator Demo in German).
© 1996-2024 H.E.I. All Rights Reserved.
|