Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Framework formally exposes various JavaScript objects for use by the AJAX page:

NameTypeComments

Using BUSY and SETBUSY

Function

Sets the Framework busy state to true or false

Using BUSY and SETBUSY

Function

Queries the current Framework state. Returns true or false

SENDREQUEST Function

Function

Sends a request to an AJAX function on the server

AVSAVEVALUE Function

Function

Saves a named value to the virtual clipboard

AVRESTOREAVALUE and AVRESTORENVALUE Functions

Function

Restores an alphanumeric named value from the virtual clipboard

AVRESTOREAVALUE and AVRESTORENVALUE Functions

Function

Restores a numeric named value from the virtual clipboard

Using STYLESHEET

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.

Using AJAXGLOBAL to Share Information between Pages

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

...