AU Requests"

From Documentation
m
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{ZKClient-sideReferencePageHeader}}
 
{{ZKClient-sideReferencePageHeader}}
  
An AU request is caused by a widget event (<javadoc directory="jsdoc">zk.Event</javadoc>) that is going to be sent to the server. When a widget event is targeting a widget that is created at the server or with the <tt>toServer</tt> option (specified in <javadoc directory="jsdoc" method="opts">zk.Event</javadoc>), it is converted to an AU request with [http://www.json.org JSON] and then sent to the server.
+
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<ref>For browsers, an AU request is an Ajax request.</ref>.
 +
{{ZKClient-sideReferenceHeadingToc}}
  
{{ZKClient-sideReferenceHeadingToc}}
+
<blockquote>
 +
----
 +
<references/>
 +
</blockquote>
  
 
=Version History=
 
=Version History=

Latest revision as of 03:50, 29 June 2011


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



  1. For browsers, an AU request is an Ajax request.

Version History

Last Update : 2011/06/29


Version Date Content
     



Last Update : 2011/06/29

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