Building blocks for user interface functionality

There are two important aspects of the user interface of your application, the functional aspect and the design aspect. The functional aspect focuses on the way the end user will interact with the application, for example through menus and dashboards.

Layouts

Create layouts to improve the presentation and usability of the class detail screens in the application.

read more

Forms

Forms can be used to enter new records into your application database, possibly for more classes at the same time.

read more

Queries & reports

The application engine offers a range of possibilies for users to query the application database and create reports.

read more

Dashboards

Dashboards provide an overview of the application and its surroundings, and can be used as a convenient entry point for the end users of your applicaion.

read more

Menus

A menu is located at the top of the standard surrounding page for applications, which can be used to easily navigate the application. The contents of this menu are fully customizable.

read more

Custom urls

Custom URLs  are used to map URLs to a particular request for the application engine to handle. This can be used to make URLs more easy to remember for humans, and for search engine optimization.

read more