AU Responses"

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 response is the command sent from the server to the client for synchronizing back the server's states and performing some functionality. In response to the [[ZK Client-side Reference/Communication/AU Requests|AU request]] sent by the client, the server could send one or multiple AU responses to the client. Each AU response consists of a command and a sequence of data. The command is a string, and the data could be any object (as long as [http://www.json.org/ JSON] can handle it).
 +
 +
There are two groups of commands depending on whether the command is applied to a particular widget (<javadoc directory="jsdoc">zk.Widget</javadoc>), or to the whole browser.
 +
 +
* <javadoc directory="jsdoc">_global_.AuCmd0</javadoc>
 +
*: A list of all commands that are applied to the whole browser.
 +
* <javadoc directory="jsdoc">_global_.AuCmd1</javadoc>
 +
*: A list of all commands that are applied to a particular widget.
  
 
=Version History=
 
=Version History=

Revision as of 08:47, 10 December 2010


An AU response is the command sent from the server to the client for synchronizing back the server's states and performing some functionality. In response to the AU request sent by the client, the server could send one or multiple AU responses to the client. Each AU response consists of a command and a sequence of data. The command is a string, and the data could be any object (as long as JSON can handle it).

There are two groups of commands depending on whether the command is applied to a particular widget (Widget), or to the whole browser.

  • AuCmd0
    A list of all commands that are applied to the whole browser.
  • AuCmd1
    A list of all commands that are applied to a particular widget.

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.