Page Layout
Last updated
Was this helpful?
Last updated
Was this helpful?
In Lowcoder, the Page Layout component serves as a foundational container designed to structure and organize the main sections of an application interface, including the header, sidebar (sider), footer, and main content areas. This component facilitates the creation of consistent and responsive layouts, ensuring a cohesive user experience across different devices.
Key Features:
Structured Layout: The Page Layout component provides predefined regions—header, sider, footer, and content—that can be customised and populated with various UI elements to establish a clear and organised interface.
Responsiveness: Designed to adapt to different screen sizes, the Page Layout ensures that applications are accessible and functional across desktops, tablets, and mobile devices.
Customisation: Each section within the Page Layout can be styled individually, allowing developers to align the appearance with the application's design guidelines.
Integration: The Page Layout seamlessly integrates with other Lowcoder components, enabling the embedding of forms, tables, charts, and other elements within its structured regions.
On Component Playground, you can interact with the Page Layout component and explore it's Properties, Events and Methods. Play with different Styling properties to see the effect on the Page Layout component.
In the Auto-Docs of the Page Layout component, we have shown how to use different properties of this component. It also includes the Styling properties of the component.
These properties are accessible in {{ }} notations, as well as in JavaScript Queries.
hidden
Boolean
Returns True or False based on whether the Page Layout component is hidden or not
container
Object
Returns the Container object, which contains all the components placed inside the Container
disabled
Boolean
Returns True or False based on whether the Page Layout component is disabled or not
siderCollapsed
Boolean
Returns True or False based on whether the Page Layout sider is collapsed or not
You have the capability to engage with components via their respective methods, which can be accessed by their designated names within any segment where JavaScript is utilised. Additionally, these components can be activated through the 'Control Component' action, which is triggered in response to specific events.
setSiderCollapsed
Set the value of the property siderCollapsed