Determines whether a script’s
variables persist from one invocation to the next.
SyntaxReference_Syntax.stateless = "0 | 1"
Values
Type
|
Values
|
String
|
The script’s variables
do persist (it is stateful).
The
script’s variables do not persist (it is stateless).
|
JavaScriptTextField1.resolveNode("#event.#script").stateless = "1";
FormCalcTextField1.#event.#script.stateless = "1"
|
|
|