Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.

StatementDescription
CREATE PAGECreate a page with a widget tree
CREATE SNIPPETCreate a reusable widget fragment
ALTER PAGE / ALTER SNIPPETModify an existing page or snippet in-place
DROP PAGE / SNIPPETRemove a page or snippet
CREATE LAYOUTCreate a page layout