Client API Reference

Gebra Suite Functions

The Gebra Suite provides a set of functions for each application. These functions can be used inside events, to interact with the app and modify the behaviour of the application.

Common Functions

App Functions

Field Manipulation

Printing and Documents

Data Storage

Build in Tools

Starting Apps

The Api Events are used to react on certain events. This way you can customize the behaviour of the app to your own purpose. Some events will be raised before the app executes their own logic for this event. In that case, you can return 'true' to avoid the app build in event. Otherwise the app will do its own logic after your event.

Last updated