Response command that is used to execute a portion of javascript on the browser.
function script( $sJS )
Response command that indicates that the specified javascript function should be called with the given (optional) parameters.
function call()
Response command instructing xajax to delay execution of the response commands until a specified condition is met.
function waitFor( $script, $tenths )
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 contextAssign( $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.
function contextAppend( $sAttribute, $sData )