AU Requests
From Documentation
An AU request is a request sent from the client to the server to notify an event happening at the client, such as a click, a state change and so on[1].
In general, an AU request is caused by a widget event (Event) that is going to be sent to the server. It happens when a widget event is targeting a widget that is created at the server, or with the toServer option (specified in Event.opts).
In additions, you could invoke Au.fire() explicitly to fire an AU request to the server. For more information, please refer to the Client-side Firing section.
- ↑ For browsers, an AU request is an Ajax request.
Version History
Version | Date | Content |
---|---|---|