Form Container
(part of package 'Servoy Core') Extends designtime/SolutionModel: JSWebComponent Extends runtime: RuntimeWebComponent
This is a reference page; many components have detailed usage guides here.
Properties
animation
Type: String Default Value: "none"
containedForm
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
Type: Relation
styleClass
Type: Styleclass
tabSeq
Tab sequence number of form containers is used for all nested components in the main form.
Type: Tabseq
visible
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?