Page History
The Framework formally exposes various JavaScript objects for use by the AJAX page:
| Name | Type | Comments |
|---|---|---|
Function | Sets the Framework busy state to true or false | |
Function | Queries the current Framework state. Returns true or false | |
Function | Sends a request to an AJAX function on the server | |
Function | Saves a named value to the virtual clipboard | |
Function | Restores an alphanumeric named value from the virtual clipboard | |
Function | Restores a numeric named value from the virtual clipboard | |
Function | Returns the name of the variable style sheet that should be used for the user selected WINDOWS/XP/WEB look. XP WEB look is no longer available. | |
Object | Global object for exchanging information between AJAX pages. | |
You can add tracing to your AJAX pages by using the supplied AVTRACE function. | Function | Add information to the trace record |
...