public class JavaScriptValue extends Object implements org.zkoss.json.JSONAware, Serializable
Constructor and Description |
---|
JavaScriptValue(String js)
Constructor
|
public JavaScriptValue(String js)
js
- the snippet of the JavaScript code.
For example, "{what: 123, another: 'a'}".
The content is generated directly to the AU response, so it must be
a valid JavaScript code.Copyright © 2020. All rights reserved.