Operations Builder: Events Reference
Overview
The Operations Builder Events Reference contains a non-exhaustive list of events that can fire operations using the Operations Builder tool. In Unqork applications, events occur that cause operations to execute. Events can occur from actions in the runtime, in the DOM The Document Object Model (DOM) is the data representation of objects that form the structure and content of a document on the web. The DOM represents the page., or by the end-user End-users, also known as Express Users, are the individuals accessing an application through Express View. In most cases, end-users are the customers using the product.. For example, when an end-user clicks an element on the page, the element emits the onClick event. Using the Operations Builder in a Vega-compatible component, Creators Also known as Unqork Users, or Designer Users; is anyone who is inside the Unqork platform. can assign one or more operations to execute after an event occurs.
To learn more about events and the Operations Builder tool, view our Introduction to the Operations Builder article.
Operations Builder Events
This non-exhaustive list of events details the event name, type, runtime compatabilty, and a description of what it does. Events that have an HTML Event counterpart also display external documentation for reference.
New events are added regularly to ensure a better building experience. Return to this page often to see an updated list of events.
Event Compatability
Operations Builder events are only compatible with components that can use them. For example, you cannot use an onClick event on a Hidden component because the component does not have a UI element in Express View.
Understanding the Events Compatibility Table
While most events are compatible with Unqork components, some might be limited or unsupported. In the table below, components that are compatible with events display an empty cell.
If an event is not compatible, it is marked with an icon from the list below:
-
Empty Cell: This event is compatible with the component.
-
Limited: This event might be available at a later time.
-
Unsupported: This event is not compatible with the component.
The current list of compatible components and events include:
Components | On Blur | On Change | On Click | On Edit Submission | On Execute | On Focus | On Initialize | On Mouse Enter | On Mouse Leave | On New Submission |
---|---|---|---|---|---|---|---|---|---|---|
Text Field |
|
|
|
|
|
|
|
|
|
|
Text Area |
|
|
|
|
|
|
|
|
|
|
Checkboxes |
|
|
|
|
|
|
|
|
|
|
Radio Buttons |
|
|
|
|
|
|
|
|
|
|
Dropdown |
|
|
|
|
|
|
|
|
|
|
Multi-Select Dropdown |
This component is not available in Vega or UDesigner. |
|||||||||
Number |
|
|
|
|
|
|
|
|
|
|
Date Input |
|
|
|
|
|
|
|
|
|
|
Single Checkbox |
|
|
|
|
|
|
|
|
|
|
Menu |
|
|
|
|
|
|
|
|
|
|
Simple Select |
|
|
|
|
|
|
|
|
|
|
Search Select |
|
|
|
|
|
|
|
|
|
|
Button |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Phone Number |
|
|
|
|
|
|
|
|
|
|
Intl Phone Number |
|
|
|
|
|
|
|
|
|
|
Hidden |
|
|
|
|
|
|
|
|
|
|
HTML Element |
|
|
|
|
|
|
|
|
|
|
Columns |
|
|
|
|
|
|
|
|
|
|
Panel |
|
|
|
|
|
|
|
|
|
|
Image |
|
|
|
|
|
|
|
|
|
|
Iframe |
|
|
|
|
|
|
|
|
|
|
Field Group |
|
|
|
|
|
|
|
|
||
Vega Table |
|
|
|
|
|
|
||||
Plug-In |
|
|
|
|
|
|
|
|||
Data Table |
|
|
|
|
|
|
|
|
||
Timer |
|
|
|
Resources