Mendix 11 is currently in Beta. For more information about Beta releases and features, see Beta Releases.
Page Break (Document Template)
Last modified: March 28, 2025
Introduction
When inserting a page break, the current page will be cut off after the break and widgets below the break will be inserted in a new page.

A page break.
Common Properties
Name
The internal name of the widget. You can use this to give sensible names to widgets. The name property also appears in the generated HTML: the widget DOM element automatically includes the class mx-name-{NAME}
, which can be useful for Selenium testing.