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