Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
T
 tableUpdater.inc.php
 test
 Test the<xajaxResponse>object
 testScriptPlugin
 testScriptPlugin.inc.php
 text
 theFrame.php
 thewall.common.php
 thewall.php
 thewall.server.php
U
 uf, xajaxUserFunction
 unregister, xajax.command.handler
 update
 updateWall
 useDoubleQuote, xajaxRequest
 useSingleQuote, xajaxRequest
V
 Variables
W
 waitCursor, xajax.config
 waitFor
 waitForCSS
 willChange, xajax.tools
 window, xajax.debug
 windowID, xajax.debug
 windowSource, xajax.debug
 windowStyle, xajax.debug
 windowTemplate, xajax.debug
 workId, xajax.debug
 wrapFunction
 writeMessage, xajax.debug
Contains a class that can be used to invoke DOM calls on the browser which will create or update an HTML table.
function test()
alert ‘hallo’, then update the testButton’s label to ‘Success’
Please see copyright.inc.php for a detailed description, copyright and license information.
function testScriptPlugin()
Constructor
xajax.debug.text
xajax.debug.text
Test script that runs in an iframe and communicates with the parent frame.
Example which demonstrates a xajax implementation of a graffiti wall.
Example which demonstrates a xajax implementation of a graffiti wall.
Example which demonstrates a xajax implementation of a graffiti wall.
var $uf
A string or array which defines the function to be registered.
xajax.command.handler.unregister = function(shortName)
Unregisters and returns a command handler.
xajax.config.status.update
update: function()
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.
function updateWall()
Processes the data previously written to the DATA_FILE by graffiti->save.
function useDoubleQuote()
Call this to instruct the request to use double quotes while generating the javascript.
function useSingleQuote()
Call this to instruct the request to use single quotes when generating the javascript.
xajax.config.setDefault('waitCursor',
false)
xajax.js.waitFor = function(args)
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.
function waitFor($script,
$tenths)
Response command instructing xajax to delay execution of the response commands until a specified condition is met.
xajax.css.waitForCSS = function(args)
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.
function waitForCSS($iTimeout =  600)
Response command instructing xajax to pause while the CSS files are loaded.
xajax.tools.willChange = function(element,
attribute,
newData)
Tests to see if the specified data is the same as the current value of the element’s attribute.
A reference to the debugging window, once constructed, where messages will be displayed throughout the request process.
xajax.debug.windowID
A ‘unique’ name used to identify the debugging window that is attached to this xajax session.
xajax.debug.windowSource
The default URL that is given to the debugging window upon creation.
if ('undefined' = = typeof xajax.debug.windowStyle) xajax.debug.windowStyle
The parameters that will be used to create the debugging window.
if ('undefined' = = typeof xajax.debug.windowTemplate) xajax.debug.windowTemplate
The HTML template and CSS style information used to populate the debugging window upon creation.
xajax.debug.workId
Stores a ‘unique’ identifier for this session so that an existing debugging window can be detected, else one will be created.
xajax.js.wrapFunction = function(args)
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.
function wrapFunction($sFunction,
$sArgs,
$aScripts,
$sReturnValueVariable)
Response command used to construct a wrapper function around and existing javascript function on the browser.
xajax.debug.writeMessage = function(text,
prefix,
cls)
Output a debug message to the debug window if available or send to an alert box.
Close