DOM Events

From Documentation
Revision as of 04:51, 20 December 2010 by Tomyeh (talk | contribs)


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


  1. 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

Last Update : 2010/12/20


Version Date Content
     



Last Update : 2010/12/20

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.