Working with forms
The UI of a CyberApp consists of forms. Forms include UI elements to display data to users, and to request data input from users to supply or modify data on the ISV cloud service or on the Acronis platform.
Forms can:
Display data to users and accept data input from users using UI elements.
Automatically request data from the ISV cloud service when a user opens the form, using a data initializer callback.
Use callbacks to send data to the ISV cloud service, or request data from the ISV cloud service.
Store non-visible data using input parameters.
Open other forms within the same form group and ass data to the opened form.