Spacer
Adds space between different sections or components on a page.
Configuration properties
Under Configuration, set or modify the appearance and behavior properties for the view.
- Screen size
- A configuration property that has the Screen Sizes icon
beside the property name can have different values for each screen size. If you do not set a value, the screen size inherits the value of the next larger screen size as its default value.
- Theme definitions
- Theme definitions specify the colors and styles for a view and determine its appearance. You can preview the look and feel of views in the theme editor. See Themes.
The appearance configuration properties for Spacer are listed in the following table:
Appearance configuration property | Description | Data type |
---|---|---|
Width
![]() |
Specifies the width of the spacer in px (pixels), % (percent), or em units. For example, 50px, 20%, or 0.4em. If no unit type is specified, then px is assumed. | String |
Height
![]() |
Specifies the height of the spacer in pixels or em units. For example: 50px or 0.4em. If no unit type is specified, then px is assumed. | String |
The behavior configuration properties for Spacer are listed in the following table:
Behavior configuration property | Description | Data type |
---|---|---|
Animate size changes | Specifies whether the size changes for the spacer can be set dynamically. If this option is clear, you can select a variable that specifies the size change for the spacer. | Boolean |
Methods
For detailed information on the available methods for Spacer, see the Spacer JavaScript API.
Additional resources
For information about how to create a coach or page, see Building coaches.
For information about standard properties
(General, Configuration,
Positioning, Visibility, and HTML
Attributes), see View properties.