Client-side Firing"

From Documentation
m (Created page with '{{ZKDevelopersReferencePageHeader}} =Version History= {{LastUpdated}} {| border='1px' | width="100%" ! Version !! Date !! Content |- |   |   |   |} {{ZKDeveloper…')
 
m
Line 1: Line 1:
 
{{ZKDevelopersReferencePageHeader}}
 
{{ZKDevelopersReferencePageHeader}}
 +
In general, an AU request is caused by a widget event (<javadoc directory="jsdoc">zk.Event</javadoc>) 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 <tt>toServer</tt> option (specified in <javadoc directory="jsdoc" method="opts">zk.Event</javadoc>).
 +
In additions, you could invoke <javadoc method="fire()">_global_.zAu</javadoc> explicitly to fire an AU request to the server. For more information, please refer to the [[ZK Client-side Reference/Communication/AU Requests/Client-side Firing|Client-side Firing]] section.
  
 
=Version History=
 
=Version History=

Revision as of 11:28, 14 December 2010

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.

Version History

Last Update : 2010/12/14


Version Date Content
     



Last Update : 2010/12/14

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