org.zkoss.zk.au.out
Class AuScript

java.lang.Object
  extended by org.zkoss.zk.au.AuResponse
      extended by org.zkoss.zk.au.out.AuScript

public class AuScript
extends AuResponse

A response to ask the client to execute the specified client scripts.

data[0]: the client script codes (i.e., JavaScript codes)

It is generally not a good idea to use AuScript send JavaScript codes to the client, unless it doesn't depend on widgets. On the other hand, it is better to use AuInvoke since it invokes thru the widget such that it is easy to customize.

Since:
3.0.0
Author:
tomyeh
See Also:
AuInvoke

Field Summary
 
Fields inherited from class org.zkoss.zk.au.AuResponse
_cmd, _data
 
Constructor Summary
AuScript(Component depends, java.lang.String script)
           
 
Method Summary
 
Methods inherited from class org.zkoss.zk.au.AuResponse
equals, getCommand, getDepends, getEncodedData, getRawData, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuScript

public AuScript(Component depends,
                java.lang.String script)
Parameters:
depends - the component that this script depends on. Or null if this script shall always execute.


Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo