OpenWGA 7.9 - TMLScript reference
WGA » WGA.TMLPageMethod :
setVar(name, value)
On object | WGA.TMLPage |
Usage | Set a global TMLScript variable available all over the page (in all included TML modules). |
Description | Sinse OpenWGA 7.2 TMLScript variabled are no longer available in included TML modules. User WGA.TMLPage.setVar() to provide variables to included modules. |
Parameters |
name (String) The name of the variable to set value (Object) The value to set |