Form Container
(part of package 'Servoy Core') Extends designtime/SolutionModel: JSWebComponent Extends runtime: RuntimeWebComponent
Servoy Core Form Container Component embeds a form within a container that supports both anchored and responsive layouts.
This is a reference page; many components have detailed usage guides here.
Properties
animation
Defines the animation to be applied when the form container is shown or hidden. Type: String Default Value: "none"
containedForm
Specifies the form to be embedded within the container. Type: Form
height
Minimum height of the form container, should be used for responsive forms. Can be 100% (to take parent container height) or a number (in pixels). Type: String Default Value: "0"
relationName
Specifies the relation name used to link the container to a data source. Type: Relation
styleClass
Specifies a CSS style class for custom styling of the form container. Type: Styleclass
tabSeq
Tab sequence number of form containers is used for all nested components in the main form. Type: Tabseq
visible
Controls the visibility of the form container. Type: Visible
waitForData
When true
, the form is rendered when all its latest data is loaded from the server. When false
, the form is rendered faster, but could show stale data (not a problem when the form shown does not show dynamic data)
Type: Boolean
Default Value: true
Events
API
Last updated
Was this helpful?