Layout Component
A flexible layout management component with configurable views and containers. Supports dynamic height adjustment, customizable visibility of headers and footers, and more.
Extends: cellComponent
Fields
Name | Code | Data Type | Description |
|---|---|---|---|
Resource ID |
| text | Unique identifier for the layout |
View |
| text | Layout view configuration |
Parent Layout Height |
| text | Height of parent layout |
Layout Height |
| text | Height of inner layout |
Page CSS Style |
| text | Custom page CSS styles |
Page Padding |
| boolean | Enable/disable page padding |
Header Visible |
| boolean | Show/hide header |
Footer Visible |
| boolean | Show/hide footer |
Methods
Name | Description |
|---|---|
| Dynamically adjust layout container heights |
| Toggle editor drawer visibility |
| Manage tab selection and associated actions |
| Add child components to the layout |
Events
Name | Description |
|---|---|
| Triggered when tab is changed |
| Triggered when drawer visibility changes |