Skip to content

Custom Pages

Custom pages are the front-end HTML, CSS, and JavaScript components of an application. They run entirely in the user's browser.

ObjectDescription
HTML PageA HTML page which is developed using a HTML editor. These can include client-side JavaScript and can be used to developed pages that acts as a frontend for the users to use the application.
DashboardA dashboard which can hold Selectables (Dropdowns), custom HTML pages, workviews or workview vizualisations. A dashboard can be used to show several pages at the same time.

Server-side Pages are a distinct application object, not a type of custom page: they execute as JavaScript on the server instead of the browser, and are typically called from a custom page to run process functions or other secure logic.

For runtime-specific documentation, use the dedicated custom pages section: