Global variables can be stored as follows:
- Per JAXFrontJAXFront^^DOM -or
- Per JavaVM (for an entire application).
A global variable is a substitute symbol, which can be set respectively and deleted at any time by an application that uses JAXFrontJAXFront^^.
A variable is always defined by a key and string value.
Variables, held per DOM, can be set on the JAXFrontJAXFront^^-DOM-instance by com.jaxfront.dom.Document.setUserProperty(String key, String value).
To use globally defined variables in the XUI definition:
...