Class JUL.Instance
A class for creating instances of the main JUL object
- Defined in: JUL.js
Constructor Attributes | Constructor Name and Description |
---|---|
JUL.Instance(oConfig)
Creates instances of the JUL global, which can be used as local variables.
|
Class Detail
JUL.Instance(oConfig)
Creates instances of the JUL global, which can be used as local variables.
E.g.
var oInstance = new JUL.Instance({nsRoot: myLocalVar});
Special members of an instance:- ui - instance of JUL.UI.Parser with JUL.UI defaults applied
- ref - the same as JUL.Ref() factory
- parser - shortcut to this.ui.Parser() factory
- Parameters:
- {Object} oConfig Optional
- Configuration object or an object to use as 'nsRoot'