Custom Pages
Custom pages are the front-end HTML, CSS, and JavaScript components of an application. They run entirely in the user's browser.
| Object | Description |
|---|---|
| HTML Page | A 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. |
| Dashboard | A 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:
- Client-side page tags and browser behavior:
/custom-pages/client-side-pages - Server-side page behavior and process-function access:
/custom-pages/server-side-pages