AU Requests"
From Documentation
(Created page with '{{ZKClient-sideReferencePageHeader}} =Version History= {{LastUpdated}} {| border='1px' | width="100%" ! Version !! Date !! Content |- | | | |} {{ZKClient-s…') |
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. | ||
=Version History= | =Version History= |
Revision as of 08:38, 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 |
---|---|---|