Form Component Container
Last updated
Was this helpful?
Last updated
Was this helpful?
(part of package 'Servoy Core') Extends designtime/SolutionModel: JSWebComponent Extends runtime: RuntimeWebComponent
This is a reference page; many components have detailed usage guides here.
Form Component Container embeds a form within a container that supports both anchored and responsive layouts. Type:
When form component content is <anchored>, it will set min-height on the wrapper div. If parent/containing form is <anchored> as well it will also set height: 100% (needed for anchoring to bottom).
IGNORED when form component content is <responsive>. Type: Number
When form component content is <anchored>, it will set min-height on the wrapper div. If parent/containing form is <anchored> as well it will also set height: 100% (needed for anchoring to bottom).
IGNORED when form component content is <responsive>. Type: Number
When form component content is <anchored>, it will set on the wrapper div:
min-width - if parent/containing form is <anchored> as well;
min-width and float: left; - if the parent/containing form is <responsive>; this way you can put multiple such form components with fixed width inside the same 12grid column container for example. IGNORED when form component content is <responsive>. Type: Number
When form component content is <anchored>, it will set on the wrapper div:
min-width - if parent/containing form is <anchored> as well;
min-width and float: left; - if the parent/containing form is <responsive>; this way you can put multiple such form components with fixed width inside the same 12grid column container for example. IGNORED when form component content is <responsive>. Type: Number
Custom CSS class for styling the container. Type: Default Value: "svy-formcomponent"
Controls the container's visibility. Type: