Preloader

Properties to define an image, text, and CSS class name to display while the component or container loads.

Preloader Class Name

Specifies a CSS class name to add to the <div> component containing the preloader image and text.

Variable Name:

preloaderClass

Records:

1

Permissions:

Readable at Observer permission level, writable at Manager permission level

Record Format:

Field Name

Field Type

Notes

preloaderClass

String

Custom CSS class name to include in the preloader div.

Preloader Text

Specifies text to display in the HTML element <p class="preloader-text"> which appears in the preloader <div> element.

Variable Name:

preloaderText

Records:

1

Permissions:

Readable at Observer permission level, writable at Manager permission level

Record Format:

Field Name

Field Type

Notes

preloaderText

String

Text to display in the preloader HTML element.

Preloader Visible

Toggles whether the preloader is displayed. When True, the entire component will be hidden behind the preloader.

Variable Name:

preloaderVisible

Records:

1

Permissions:

Readable at Observer permission level, writable at Manager permission level

Record Format:

Field Name

Field Type

Notes

preloaderVisible

Boolean

Toggle display of preloader element.

Icon

Indicates icon to be displayed in the preloader <div>.

Variable Name:

preloaderIcon

Records:

1

Permissions:

Readable at Observer permission level, writable at Manager permission level

Record Format:

Field Name

Field Type

Notes

imageType

Integer

Choose whether to use data from the imageData field or the imageURL field.

  • 0 - Image Data

  • 1 - URL

imageData

Data Block

Image data.

imageUrl

String

Image URL.

Was this page helpful?