Area element
Level: beginner
Use the Area element to place the page components into multiple sections. Unlike the Adaptive layout element, the Area element places components between columns and rows arbitrarily. The Area element adapts the content based on the device type. Mobile Creatio displays single column for mobile phones and two for tablets.
View the example of a configuration object that places page components into multiple sections below.
Example of a configuration object that places page components into multiple sections
{
"type": "crt.Area",
"title": "Title",
"items": [
...
]
}
string type
Element type. crt.Area for the Area element.
string title
Localizable area title.
array of objects items
The array of nested Freedom UI Mobile components.
Parameters
value | The name of attribute from the |
type | Type of nested component. |