Event Types
About this lesson
This term refers to any action in which the end user interacts with the interface. For example, entering a letter into a TextInput, clicking a button with the mouse, changing the selected item in a Select box, or switching between input objects in a form with the 'Tab' key on the keyboard are all events.
As Kuika users, we want the developed application to react in certain ways when these events occur. For example, when the Save button is pressed on a registration screen, we may want to ensure that the data entered in the interface is saved, or when clicking on a record in a list, we may want a screen to open to show the details of the relevant record.
These events are generated by elements, and each element can inherently perform different events. For example, the onClick event for a button is one of the most commonly used events. The onChange event for a TextInput or a select box are other commonly used events. The information about which element generates which events is listed in the Action Picker when the relevant element is selected and the Add action is clicked.
Let's take a look at some common events in Kuika:
onClick: This means clicking with the left mouse button.
onChange: This means that there is a change in the value or properties of the related element.
onBlur: This means that the focus has shifted from one element to another element.
As a special note, the 'Page Init' event allows to initialize actions that need to be executed during the loading process of a screen.
Event Types
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Block quote
Ordered list
- Item 1
- Item 2
- Item 3
Unordered list
- Item A
- Item B
- Item C
Bold text
Emphasis
Superscript
Subscript
This term refers to any action in which the end user interacts with the interface. For example, entering a letter into a TextInput, clicking a button with the mouse, changing the selected item in a Select box, or switching between input objects in a form with the 'Tab' key on the keyboard are all events.
As Kuika users, we want the developed application to react in certain ways when these events occur. For example, when the Save button is pressed on a registration screen, we may want to ensure that the data entered in the interface is saved, or when clicking on a record in a list, we may want a screen to open to show the details of the relevant record.
These events are generated by elements, and each element can inherently perform different events. For example, the onClick event for a button is one of the most commonly used events. The onChange event for a TextInput or a select box are other commonly used events. The information about which element generates which events is listed in the Action Picker when the relevant element is selected and the Add action is clicked.
Let's take a look at some common events in Kuika:
onClick: This means clicking with the left mouse button.
onChange: This means that there is a change in the value or properties of the related element.
onBlur: This means that the focus has shifted from one element to another element.
As a special note, the 'Page Init' event allows to initialize actions that need to be executed during the loading process of a screen.
We are transitioning to a new user interface on the Kuika Platform and updating our Kuika Academy courses and videos as soon as possible.
This term refers to any action in which the end user interacts with the interface. For example, entering a letter into a TextInput, clicking a button with the mouse, changing the selected item in a Select box, or switching between input objects in a form with the 'Tab' key on the keyboard are all events.
This term refers to any action in which the end user interacts with the interface. For example, entering a letter into a TextInput, clicking a button with the mouse, changing the selected item in a Select box, or switching between input objects in a form with the 'Tab' key on the keyboard are all events.
As Kuika users, we want the developed application to react in certain ways when these events occur. For example, when the Save button is pressed on a registration screen, we may want to ensure that the data entered in the interface is saved, or when clicking on a record in a list, we may want a screen to open to show the details of the relevant record.
These events are generated by elements, and each element can inherently perform different events. For example, the onClick event for a button is one of the most commonly used events. The onChange event for a TextInput or a select box are other commonly used events. The information about which element generates which events is listed in the Action Picker when the relevant element is selected and the Add action is clicked.
Let's take a look at some common events in Kuika:
onClick: This means clicking with the left mouse button.
onChange: This means that there is a change in the value or properties of the related element.
onBlur: This means that the focus has shifted from one element to another element.
As a special note, the 'Page Init' event allows to initialize actions that need to be executed during the loading process of a screen.