DOM Events
From Documentation
There are two kinds of events at the client side: widget events (Event) and DOM events (Event).
Widget Events
A widget event is the widget-level event that a widget can fire (Widget.fire(String, Object, Map, int)) and the client application can listen (Widget.listen(Map, int)). Its role is similar to Event at the server side[1].
DOM Events
A DOM event (Event) is the DOM-level event that is usually triggered by the browser. It is usually listened by the implementation of a widget, rather than the client application.
How to Listen and Unlisten
When to Listen and Unlisten
- ↑ It is converted to an AU request (AuRequest) when arrives at the server. For more information, please refer to the AU Requests section.
Version History
Version | Date | Content |
---|---|---|