AU Requests"
From Documentation
m |
m |
||
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 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. |
=Version History= | =Version History= |
Revision as of 09:03, 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
Version | Date | Content |
---|---|---|