ProApp Designer - Release 14.10 (Package 27)

Event Handling

Custom script can be defined as an event handler using predefined variable appStudioWizard. Any JavaScript can be used which contains code to read values from the wizard controls, make requests to server using Innovator IOM API, update controls based on the response received from the server. Requests can also be made to some third-party server using JavaScript HTTP client. Aras ProAppDesigner Wizard exposes the following simple API to interact with various types of controls through appStudioWizard. Wizard also exposes API to show various types of messages as part of handling the event to the user. If the code handling the event takes time, Wizard uses an API to show progress ring.