org.zkoss.zk.au.out
Class AuScript
java.lang.Object
org.zkoss.zk.au.AuResponse
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.