AU Requests"

From Documentation
m
m
Line 2: Line 2:
  
 
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 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.
 +
 +
{{ZKClient-sideReferenceHeadingToc}}
  
 
=Version History=
 
=Version History=

Revision as of 09:23, 10 December 2010


An AU request is caused by a widget event (Event) 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 toServer option (specified in Event.opts), it is converted to an AU request with JSON and then sent to the server.



Version History

Last Update : 2010/12/10


Version Date Content
     



Last Update : 2010/12/10

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