alert ‘hallo’, then update the testButton’s label to ‘Success’
function test()
Constructor
function testScriptPlugin()
xajax.debug.text
xajax.debug.text
A string or array which defines the function to be registered.
var $uf
Unregisters and returns a command handler.
xajax.command.handler.unregister = function( shortName )
xajax.config.status.update
Constructs and returns a set of event handlers that will be called by the xajax framework to effect the status of the cursor during requests.
update: function()
Constructs and returns a set of event handlers that will be called by the xajax framework to set the status bar messages.
update: function()
Processes the data previously written to the DATA_FILE by graffiti->save.
function updateWall()
Call this to instruct the request to use double quotes while generating the javascript.
function useDoubleQuote()
Call this to instruct the request to use single quotes when generating the javascript.
function useSingleQuote()
xajax.config.setDefault( 'waitCursor', false )
Test for the specified condition, using the current script context; if the result is false, sleep for 1/10th of a second and try again.
xajax.js.waitFor = function( args )
Response command instructing xajax to delay execution of the response commands until a specified condition is met.
function waitFor( $script, $tenths )
Attempt to detect when all .css files have been loaded once they are referenced by a LINK tag in the HEAD of the current document.
xajax.css.waitForCSS = function( args )
Response command instructing xajax to pause while the CSS files are loaded.
function waitForCSS( $iTimeout = 600 )
Tests to see if the specified data is the same as the current value of the element’s attribute.
xajax.tools.willChange = function( element, attribute, newData )
A ‘unique’ name used to identify the debugging window that is attached to this xajax session.
xajax.debug.windowID
The default URL that is given to the debugging window upon creation.
xajax.debug.windowSource
The parameters that will be used to create the debugging window.
if ( 'undefined' = = typeof xajax.debug.windowStyle ) xajax.debug.windowStyle
The HTML template and CSS style information used to populate the debugging window upon creation.
if ( 'undefined' = = typeof xajax.debug.windowTemplate ) xajax.debug.windowTemplate
Stores a ‘unique’ identifier for this session so that an existing debugging window can be detected, else one will be created.
xajax.debug.workId
Construct a javascript function which will call the original function with the same name, potentially executing code before and after the call to the original function.
xajax.js.wrapFunction = function( args )
Response command used to construct a wrapper function around and existing javascript function on the browser.
function wrapFunction( $sFunction, $sArgs, $aScripts, $sReturnValueVariable )
Output a debug message to the debug window if available or send to an alert box.
xajax.debug.writeMessage = function( text, prefix, cls )