AX1456
Panel component for Axiom forms
Using the Panel component, you can group multiple components within a single container. This is a design element that can be used to:
- Move and position components as a group within the Form Designer
- Display components within the panel area when the file is rendered as a form
Once you have placed a Panel component on the canvas, you must assign one or more "child" components to that panel. For more information about working with panels, see Using panels to group and position components.
You can define the following properties for a Panel component.
(missing or bad snippet)(missing or bad snippet)Item | Description |
---|---|
Title Text | The title text for the component. This text displays in the header bar for the component within the Axiom form, if the title bar is enabled. If the title bar is disabled, then this text does not display at all in the form. |
Show Title Bar | (missing or bad snippet) |
Child Layout | Specifies the layout behavior for child components within the panel:
|
Flow Layout Direction | Specifies the direction of the flow layout. Only applies when Child Layout is set to Flow.
|
Child Padding X Child Padding Y | Defines the x-padding and y-padding between child components when using flow layout behavior. These settings only apply when Child Layout is set to Flow.
The padding can be set in pixels (default) or in percentages. For more information, see Setting the padding between child components. |
Overflow | Specifies the behavior if child components extend beyond the panel boundaries. Select one of the following:
|
Panel components have access to several useful styles to control the size and position of the panel, as well as properties such as background color.
(missing or bad snippet)(missing or bad snippet)