Namespace object holding functions and members used to get and include HTML and JavaScript from external sources.
Platform Support
Jaxer Server Framework | Jaxer Client Framework | 1.0 | no |
---|
Functions
![]() |
|||||||||||||||||||||||
Method | Action | Jaxer Server Framework | Jaxer Client Framework | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
static compile(String contents, [Object global,] [String effectiveUrl]) : String
Compile the given JavaScript string in the given global context
(Advanced) |
Show Details | 1.0 | no | ||||||||||||||||||||
Parameters
Returns
|
|||||||||||||||||||||||
static evalCompiledOn(String contents, [Object global]) : Object
Evaluate the given JavaScript bytecode string in the given global context
(Advanced) |
Show Details | 1.0 | no | ||||||||||||||||||||
Parameters
Returns
|
|||||||||||||||||||||||
static evalOn(String contents, [Object global,] [String effectiveUrl]) : Object
Evaluate the given JavaScript string in the given global context
(Advanced) |
Show Details | 1.0 | no | ||||||||||||||||||||
Parameters
Returns
|
|||||||||||||||||||||||
static load(String src, [Object global,] [String runat,] [Boolean useCache,] [Boolean forceCacheRefresh,] [Boolean dontSetRunat]) : Object
Loads and evaluates a JavaScript file on the given global execution object with the given runat attribute.
|
Show Details | 1.0 | no | ||||||||||||||||||||
Parameters
Returns
|