Form Component Container
Last updated
Was this helpful?
Last updated
Was this helpful?
(part of package '') Extends designtime/SolutionModel: Extends runtime:
This is a reference page; many components have detailed usage guides .
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:
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:
When form component content is <anchored>, it will set on the wrapper div:
min-width - if parent/containing form is <anchored> as well;
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:
Custom CSS class for styling the container. Type: Default Value: "svy-formcomponent"
Controls the container's visibility. Type:
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: