Page Break Control
See also: Designing Print Pages, Controls, Layouts
A Page Break control represents a page break and is applicable only when a page is printed using the FPL OUTPUTPAGE command or one of the API WebForm.generatePdf() methods. See Designing Print Pages for more information. Page Break Controls are ignored when the page is displayed in a web browser. When a Page Break Control is hidden, the page break is suppressed.
Page Break Controls are only visible in the WYSIWYG View when in Print Design View, and are then displayed as shown below across the full width of the page:
Property |
Name1 |
Description |
Type1 |
Get1 |
Set1 |
Control name |
ctrl |
The control name. All names within a form/component must be unique. |
Character |
Yes |
No |
Hidden |
hidden |
When a Page Break Control is hidden, the page break is suppressed. |
Boolean |
Yes |
Yes |
1 See accessing control properties from scripts
Click here for right-click menu actions available to all controls.
There are no specific right click actions for this control.