Component Type Page
/documentation/pages/Guides/Mobile and Web Components/Grid/Introducing the Grid Builder/Component Type Page.xml
The Component Type page defines the major characteristics of a grid. You can easily access this page by clicking the Component Type icon at the top of the Component Type tree menu on the left.
Page Break Properties
/documentation/pages/Ref/Api/Objects/Layouts/Page Break Properties.xml
Set up properties for page breaks.
List-Page number
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Defined Controls/List-Page number.xml
Inserts a static text control that shows the current page number and page count for a paginated List control.
Inserting a Page Break
/documentation/pages/Guides/Report/Printing Techniques/Inserting a Page Break.xml
There are two types of page breaks you can use, a hard page break and a soft page break. A hard page break always causes a page break to occur. For example, if you want to use the Report Header edit region as a cover page for the Report, you can put a hard page break at the end of the edit region to cause the Report to start the next edit region on the following page.
Creating the Login Page
/documentation/pages/Server/Guide/Design/View/A5W/Creating the Login Page.xml
Web publishing applications only. The Login.A5W page will contain a login component. It will ask for the user's login and password. If the login is successful, it will redirect the user to the Menu.A5W page.
List-Page selector
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Defined Controls/List-Page selector.xml
Inserts a dropdownbox control that allows you to select a target page number for a paginated List control.
afterPageNavigate
/documentation/pages/Guides/Mobile and Web Components/Grid/Code/Client-side Events/afterPageNavigate.xml
Fires after the user has navigated to a new page of records.
Page Layout Builder
/documentation/pages/Guides/Mobile and Web Components/PageLayout/Page Layout Component.xml
An introduction to the Page Layout Builder.
'Add' button target page
/documentation/pages/Guides/Mobile and Web Components/Grid/The Detail View/Detail View Properties/Customization/addbuttontargetpage.xml
Specify the target page when the user clicks the 'Add' button. Specify '' for the current page. If you set the target to '', then you can use the OnPageRedirect event to dynamically compute the redirect target.
'Delete' button target page
/documentation/pages/Guides/Mobile and Web Components/Grid/The Detail View/Detail View Properties/Customization/deletebuttontargetpage.xml
Specify the target page when the user clicks the 'Delete' button. Specify '' for the current page. If you set the target to '', then you can use the OnPageRedirect event to dynamically compute the redirect target.