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
G
 generate, xajaxCall
 generateClientScript
 generateRequest
 generateRequests, xajaxCallableObject
 getAttribute, xajaxControl
 getBrowserHTML, xajax.tools
 getCharacterEncoding, xajaxResponseManager
 getCharEncoding, xajax
 getClass
 getCommandCount, xajaxResponse
 getConfiguration, xajax
 getContentClass, xajaxControlContainer
 getContentType, xajaxResponse
 getDefaultMethod, xajax
 getDefaultMode, xajax
 getExceptionText, xajax.debug
 getFlag, xajax
 getFormValues
 getGlobalResponse, xajax
 getHeaders, xajax.config
 getHTML, xajaxControl
 getInput, xajax.forms
 getInstance
 getJavascript, xajax
 getJavascriptConfig, xajaxIncludeClientScript
 getJavascriptInclude, xajaxIncludeClientScript
 getLogFile, xajax
 getName
 getOutput, xajaxResponse
 getOutputEntities, xajaxResponseManager
 getPlugin, xajaxPluginManager
 getRandomAlignment, graffiti
 getRandomColor, graffiti
 getRandomFontSize, graffiti
 getRequestMethod, xajaxArgumentManager
 getRequestObject
 getRequestURI, xajax
 getResponseProcessor
 getScript, xajaxRequest
 getText, xajaxLanguageManager
 getVersion, xajax
 getWrapperPrefix, xajax
 Global functions
 googleMap.inc.php
 graffiti
 Graffiti Wall Example
 group.inc.php
H
 handlers, xajax.command.handler
 hasMethod, xajaxCallableObject
 Hello world sample page
 helloWorld
 helloworld.php
 hook, xajax.debug.verbose
 html, graffiti
function generate()
Construct a xajax.call statement in javascript that can be used to make a xajax request with the parameters and settings previously configured for this xajaxCall object.
function generateClientScript()
Called by the xajaxPluginManager during the client script generation phase.
function generateClientScript()
Called by the xajaxPluginManager during the script generation phase.
function generateClientScript()
Called by the xajaxPluginManager during the script generation phase.
function generateClientScript($sXajaxPrefix)
Called by xajaxCallableObject->generateClientScript while xajax is generating the javascript to be sent to the browser.
function generateClientScript()
function generateClientScript($sXajaxPrefix,
$sEventPrefix)
Generates a block of javascript code that declares a stub function that can be used to easily trigger the event from the browser.
function generateClientScript()
function generateClientScript()
Called by the xajaxPluginManager during the client script generation phase.
function generateClientScript()
function generateClientScript()
Call each of the request and response plugins giving them the opportunity to output some javascript to the page being generated.
function generateClientScript()
Called by xajaxPluginManager when the page’s HTML is being sent to the browser.
function generateClientScript()
Called by the xajaxPluginManager when the text of the client script (or style) declarations are needed.
function generateClientScript($sXajaxPrefix)
Called by the xajaxPlugin that is referencing this function reference during the client script generation phase.
function generateRequest($sXajaxPrefix,
$sEventPrefix)
Generates a xajaxRequest object that corresponds to the event so that the client script can easily invoke this event.
function generateRequest($sXajaxPrefix)
Constructs and returns a xajaxRequest object which is capable of generating the javascript call to invoke this xajax enabled function.
function generateRequests($sXajaxPrefix)
Produces an array of xajaxRequest objects, one for each method exposed by this callable object.
function getAttribute($sName)
Call to obtain the value currently associated with the specified attribute if set.
xajax.tools.getBrowserHTML = function(sValue)
Insert the specified string of HTML into the document, then extract it.
function getCharacterEncoding()
Called automatically by new response objects as they are constructed to obtain the current character encoding setting.
function getCharEncoding()
Returns the current character encoding.
function getClass()
Returns the adjusted class of the element
function getClass()
Returns the adjusted class of the element
function getCommandCount()
function getConfiguration($sName)
Get the current value of a configuration setting that was previously set via xajax->configure or xajax->configureMany
function getContentClass()
Returns the adjusted class of the content (children) of this element
function getContentType()
Returns the current content type that will be used for the response packet.
function getDefaultMethod()
Gets the default method for making xajax requests.
function getDefaultMode()
Get the default request mode that will be used by the browser for submitting requests to the server.
xajax.debug.getExceptionText = function(e)
function getFlag($name)
Returns the current value of the flag.
Shortcut to xajax.tools.getFormValues.
xajax.tools.getFormValues = function(parent)
Build an associative array of form elements and their values from the specified form.
Shortcut to xajax.tools.getFormValues.
function &getGlobalResponse()
Returns the xajaxResponse object preconfigured with the encoding and entity settings from this instance of xajax.
xajax.config.setDefault('getHeaders',
{})
An array of header entries where the array key is the header option name and the associated value is the value that will set when the request object is initialized.
function getHTML($bFormat = false)
Generates and returns the HTML representation of this control and it’s children.
xajax.forms.getInput = function(type,
name,
id)
Create and return a form input element with the specified parameters.
function &getInstance()
function &getInstance()
Implements the singleton pattern: provides a single instance of the xajax language manager object to all object which request it.
function &getInstance()
Implementation of the singleton pattern: returns the one and only instance of the xajax plugin manager.
function &getInstance()
Implementation of the singleton pattern: provide a single instance of the xajaxResponseManager to all who request it.
function getJavascript($sJsURI = '',
$aJsFiles = array())
See xajax->printJavascript for more information.
function getJavascriptConfig()
Generates the xajax settings that will be used by the xajax javascript library when making requests back to the server.
function getJavascriptInclude()
Generates SCRIPT tags necessary to load the javascript libraries on the browser.
function getLogFile()
Returns the current log file path.
function getName()
Returns the name of this callable object.
function getName()
Returns the name of the event.
function getName()
Called by the xajaxPluginManager when the user script requests a plugin.
function getName()
Get the name of the function being referenced.
function getOutput()
function getOutputEntities()
Called automatically by new response objects as they are constructed to obtain the current output entities setting.
function &getPlugin($sName)
Locate the specified response plugin by name and return a reference to it if one exists.
function getRandomAlignment()
Generates a text-alignment value based on a random number.
function getRandomColor()
Generate a browser safe color based on a random number.
function getRandomFontSize()
Generate a font size based off a random number.
function getRequestMethod()
Returns the method that was used to send the arguments from the client.
xajax.debug.getRequestObject = xajax.tools.getRequestObject; xajax.tools.getRequestObject = function()
Generate a message indicating that the request object is being initialized.
xajax.tools.getRequestObject = function()
Construct an XMLHttpRequest object dependent on the capabilities of the browser.
function getRequestURI()
xajax.getResponseProcessor = function(oRequest)
This function attempts to determine, based on the content type of the reponse, what processor should be used for handling the response data.
xajax.debug.getResponseProcessor = xajax.getResponseProcessor; xajax.getResponseProcessor = function(
   oRequest
)
Generate an error message when no reponse processor is available to process the type of response returned from the server.
function getScript()
Returns a string representation of the script output (javascript) from this request object.
function getText($sMessage)
Called by the main xajax object and other objects during the initial page generation or request processing phase to obtain language specific debug and error messages.
function getVersion()
function getWrapperPrefix()
Gets the current javascript wrapper prefix.
Contains a class that can be used to invoke DOM calls on the browser which will create or update a google map.
function graffiti($sHandle,
$sWords)
Builds the html output and sets the isValid indicator.
Please see copyright.inc.php for a detailed description, copyright and license information.
if ('undefined' = = typeof xajax.command.handler.handlers) xajax.command.handler.handlers
An array that is used internally in the xajax.command.handler object to keep track of command handlers that have been registered.
function hasMethod($sMethod)
Determines if the specified method name is one of the methods of the object referenced by xajaxCallableObject->obj.
Please see copyright.inc.php for a detailed description, copyright and license information.
function helloWorld($isCaps)
Modify the innerHTML of div1.
Test / example page demonstrating the basic xajax implementation.
xajax.debug.verbose.hook = function(x,
base)
Generate a wrapper function around each of the functions contained within the specified object.
var $html
Stores the html that is being generated for the current request.
Close