Page Statements
Statements for creating, modifying, and dropping pages, snippets, and layouts.
Pages define the user interface of a Mendix application. Each page has a layout, a title, optional parameters, and a widget tree that describes the UI structure. Snippets are reusable widget fragments that can be embedded in pages.
| Statement | Description |
|---|---|
| CREATE PAGE | Create a page with a widget tree |
| CREATE SNIPPET | Create a reusable widget fragment |
| ALTER PAGE / ALTER SNIPPET | Modify an existing page or snippet in-place |
| DROP PAGE / SNIPPET | Remove a page or snippet |
| CREATE LAYOUT | Create a page layout |