scriptContext.php

Test script that uses the context call option to provide an object (or array) that can be manipulated by the following commands via the ‘this’ keyword:

function script($sJS)
Response command that is used to execute a portion of javascript on the browser.
function call()
Response command that indicates that the specified javascript function should be called with the given (optional) parameters.
function waitFor($script,
$tenths)
Response command instructing xajax to delay execution of the response commands until a specified condition is met.
function contextAssign($sAttribute,
$sData)
Response command used to assign a value to a member of a javascript object (or element) that is specified by the context member of the request.
function contextAppend($sAttribute,
$sData)
Response command used to append a value onto the specified member of the javascript context object (or element) specified by the context member of the request.