Name | Description | Property Type |
---|
path | Path to the desired view to display. | value: string |
instances | Number of instances of the view that you want to display in the container. Each instance can contain an instanceStyle and instancePosition property. Changing these properties will override any styles and position settings applied by elementStyle and elementPosition. This is where a value property can be added that matches up with a parameter in the view to pass in a value. Name | Description | Property Type |
---|
instanceStyle | Sets a style for this instance of a view. Full menu of style options is available for text, background, margin and padding, border, shape and miscellaneous. You can also specify a style class. | object | instancePosition | Position properties such as grow, shrink, or basis that would apply to all instances. | object |
The following feature is new in Ignition version 8.1.4
Click here to check out the other new features
As of 8.1.4 a dropdown list of parameters is available when the view being displayed has view parameters. This makes it easy to add, delete, or synchronize parameters from that view. | array |
direction | Direction of layout of repeated views. Options are row, row-reverse, column and column-reverse. | value: string |
wrap | Whether the container should allow instances to wrap to the next line if space has run out. Options are nowrap, wrap, wrap-reverse. | value: string |
justify | Adjusts placement of instances along the main axis when there is extra space, which may be used to fill areas before, after, or in-between: flex-start, flex-end, center, space-between, space-around, space-evenly. | value: string |
alignItems | Adjusts placement of instances along the cross axis when there is extra space: flex-start, flex-end, center, baseline, stretch. | value: string |
alignContent | Adjusts alignment of wrapped content when there is free space in the cross axis: flex-start, flex-end, center, space-between, space-around, stretch. | value: string |
useDefaultViewWidth | Use view's default width instead of adjusting based on the content's width. | value: boolean |
useDefaultViewHeight | Use view's default height instead of adjusting based on the content's height. | value: boolean |
elementStyle | Sets a style for this element. Full menu of style options is available for text, background, margin and padding, border, shape and miscellaneous. You can also specify a style class. | object |
| Sets a position for this element. Element position properties that apply to all instances, unless overridden by instancePosition. Name | Description | Property Type |
---|
grow | grow and shrink control the way that a component responds to changes in the flex container's width or height. For columns row controls what happens when additional space is available. | value: numeric | shrink | shrink controls what happens when the component does not have enough space to fulfill its basis. | value: numeric | basis | Controls the default size of a component along the flex repeater's direction. You can enter the value in pixels (e.g. 75px), as a percentage of the total length of the container (e.g. 50%), or you can use auto. All components configured to auto will equally share the available space in the container. | value: numeric |
| |
loading |
The following feature is new in Ignition version 8.1.5
Click here to check out the other new features
View loading settings. Name | Description | Property Type |
---|
order | Controls when the embedded views load: alongside the parent view loading ( with-parent ), or after the parent view finishes loading ( after-parent ). Default is after-parent. Generally speaking, with-parent is more efficient for the browser, but in some cases can feel slower overall. Alternatively, after-parent is generally less efficient for the browser and can add to the overall load time. However, since it allows the parent view to load first, after-parent may feel quicker since the topmost layer of views get started up sooner. | value: boolean |
| object |
style | Sets a style for the Flex Repeater. Full menu of style options is available for text, background, margin and padding, border, shape and miscellaneous. You can also specify a style class. Name | Description | Property Type |
---|
classes | Sets a style class for the Flex Repeater. | object | overflow | Options are auto, visible, scroll, or hidden. | value: string |
| object |