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