Inherited Events β
The following events are common to all Items:
π ΄ onClick β
Event Name: onClick
Description: Called every time that the item is selected by the user.
π ΄ onHide β
Event Name: onHide
Description: Called every time that the item is hidden, whether just itself or the entire page.
π ΄ onInvalid (only data items) β
Event Name: onInvalid
Description: Called when a data item goes from being valid to invalid.
π ΄ onItemBlur β
Event Name: onItemBlur
Description: Called when the item is blurred (focus is lost).
π ΄ onItemChange β
Event Name: onItemChange
Description: Called when the item data is changed and saved into the Business Object. For some types of items, it occurs when the user tabs or switches focus, for example, when users select Number, Single Line, Multi-Line, and Currency form items. For other items, it occurs every time they make a change, such as Check Box, Survey, or drop-down.
Note
You cannot change the value of an item within this event as its value has changed, and it is locked.
π ΄ onItemFocus β
Event Name: onItemFocus
Description: Called when focus is received by an item.
π ΄ onItemLiveChange β
(items which can be incrementally changed)
Event Name: onItemLiveChange
Description: Called every time data is entered but not yet updated to the Business Object, such as Number, Single Line, Multi-Line, and Currency.
π ΄ onMouseOut β
Event Name: onMouseOut
Description: Called every time the mouse moves out of the item bounding area (not including label).
π ΄ onMouseOver β
Event Name: onMouseOver
Description: Called every time the mouse moves into the item bounding area (not including label).
π ΄ onShow β
Event Name: onShow
Description: Called every time the item goes from being hidden to being shown, whether from a page flip or because of a rule or JavaScriptβ’ change.
π ΄ onValid β
(only data items)
Event Name: onValid
Description: Called when a data item goes from being invalid to valid.