Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

This pattern is used for carving up screen real estate and creating spaces to place widgets.

layout builder data definition in its default state

How it works

Row

row data definition group

Rows span the entire width of the real estate they occupy.

You can create as many rows as you need you achieve your content and design objectives.

Row ID and classes

row id and classes data definition fields

These fields are useful for identifying areas of your page when applying custom CSS or JavaScript. The Row ID field accepts only a single value, whereas the Row classes will accept multiple values separated by a space.

The Row ID field can also be used to create anchors used for linking within a page.

Row ID values must be unique within a page. There isn’t any enforcement of this in Cascade and the effects of reusing an ID value in multiple places on a page may not be immediately obvious when viewing the page, but weird things can happen if you do.

Row type

row type data definition field

Selection

What this means

What this triggers

Heading

The row is utilized to display a structural content heading.

Causes the Heading content group to display.

Content

The row is utilized to display content. Selecting content here will allow you to add widgets to the row.

Causes the Widget content group to display.

Heading

Widget

  • No labels