OpenWGA 7.7 - TMLScript reference
WGAObject:
WGA.Scopes
Description |
Constants for scopes of OpenWGA managed globals. |
Properties and methods |
WGA.Scopes.APP There will only be one scope object for every OpenWGA application using this object WGA.Scopes.SESSION There will be one scope object for every user session WGA.Scopes.TMLPAGE One scope for every rendered WebTML page which will stay active after rendering for subsequent AJAX calls and WebSocket communication. WGA.Scopes.CALL There will be one scope object for every web call (request/response) WGA.Scopes.FORM There will be one scope object for every individual WebTML form. The current form of the WebTML environment ist used. |