Form Container
Last updated
Was this helpful?
Last updated
Was this helpful?
(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.
Defines the animation to be applied when the form container is shown or hidden. Type: String Default Value: "none"
Specifies the form to be embedded within the container. Type:
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"
Specifies the relation name used to link the container to a data source. Type:
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
Specifies a CSS style class for custom styling of the form container. Type:
Tab sequence number of form containers is used for all nested components in the main form. Type:
Controls the visibility of the form container. Type: