Form Component 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
containedForm
Type: formcomponent
height
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: int
minHeight
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: int
minWidth
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: int
styleClass
Type: styleclass Default Value: "svy-formcomponent"
visible
Type: visible
width
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: int
Last updated