S | |
sAlias, xajaxUserFunction | |
save, graffiti | |
sCharacterEncoding | |
sChildClass, xajaxControlContainer | |
sClass, xajaxControl | |
sContentType, xajaxCall | |
sCoreIncludeOutput, xajax | |
scribble | |
script, xajaxResponse | |
scriptContext.php | |
sDefer | |
searchReplaceTest.php | |
send, xajaxResponseManager | |
sendAlert | |
sendConfirmCommands | |
sEndTag, xajaxControl | |
server_events.php | |
setAttribute, xajaxControl | |
setCharacterEncoding, xajaxResponse | |
setCharEncoding, xajax | |
setColor | |
setContentType, xajaxCall | |
setDefault, xajax. | |
setDefaultMethod, xajax | |
setDefaultMode, xajax | |
setEvent | |
setFlag, xajax | |
setFlags, xajax | |
setFunction | |
setLogFile, xajax | |
setMode, xajaxCall | |
setOutputEntities, xajaxResponse | |
setParameter, xajaxRequest | |
setRequestType, xajaxCall | |
setRequestURI | |
setResponse, xajaxResponsePlugin | |
setResponseProcessor, xajaxCall | |
setReturnValue | |
setText, clsOption | |
setupTimer, xajax. | |
setValue, clsOption | |
setVariable, xajaxCustomRequest | |
setWakeup, xajax. | |
setWrapperPrefix, xajax | |
sEventName, xajax | |
sEventPrefix, xajaxEventPlugin | |
sFunction, xajaxCall | |
sGoogleSiteKey, clsGoogleMap | |
sHash, xajaxScriptPlugin | |
Sign-up Example | |
signup. | |
signup.php | |
signup. | |
sInclude, xajaxUserFunction | |
singleQuotes, xajax. | |
sJavascriptURI | |
sLanguage, xajaxLanguageManager | |
sleep | |
sLogFile, xajax | |
sMode, xajaxCall | |
sName | |
sQuoteCharacter, xajaxRequest | |
sRequest, xajaxScriptPlugin | |
sRequestedClass, xajaxCallableObjectPlugin | |
sRequestedEvent, xajaxEventPlugin | |
sRequestedFunction, xajaxFunctionPlugin | |
sRequestedMethod, xajaxCallableObjectPlugin | |
sRequestType, xajaxCall | |
sRequestURI | |
sResponseProcessor, xajaxCall | |
sReturnValue, xajaxCall | |
sScript;, xajaxCustomRequest | |
sTag, xajaxControl | |
Standard Definitions | |
Standard xajax startup | |
statusMessages, xajax. | |
stripOnPrefix, xajax. | |
structure. | |
submitRequest | |
sXajaxPrefix |
An alias to use for this function.
var $sAlias
Writes the current graffiti->html to the DATA_FILE when graffiti->isValid or returns an error message.
function save()
The character encoding in which the input data will be received.
var $sCharacterEncoding
The name of the encoding method you wish to use when dealing with special characters.
var $sCharacterEncoding
var $sCharacterEncoding
Will contain ‘%inline’ if all children are class = ‘%inline’, ‘%block’ if all children are ‘%block’ or ‘%flow’ if both ‘%inline’ and ‘%block’ elements are detected.
var $sChildClass
Contains a declaration of the class of this control.
var $sClass
The content type to use for the request.
var $sContentType
This is populated with any errors or warnings produced while including the xajax core components.
var $sCoreIncludeOutput
Processes the users form input and passes the values to an instance of the graffiti class.
function scribble( $aFormValues )
Response command that is used to execute a portion of javascript on the browser.
function script( $sJS )
Used to store the state of the scriptDeferral configuration setting.
var $sDefer
var $sDefer
var $sDefer
Configuration option that can be used to request that the javascript file is loaded after the page has been fully loaded.
var $sDefer
Prints the response object to the output stream, thus sending the response to the client.
function send()
See clsPage->sendAlert
function sendAlert( $sValue )
Generates a xajaxResponse->alert command that displays a message.
function sendAlert( $sValue )
See clsPage->sendAlert
function sendConfirmCommands()
Generates a xajaxResponse->confirmCommands command that will prompt the user if they want to see the alert, then a xajaxResponse->alert command.
function sendConfirmCommands()
var $sEndTag
Call to set various control specific attributes to be included in the HTML script that is returned when xajaxControl->printHTML or xajaxControl->getHTML is called.
function setAttribute( $sName, $sValue )
Overrides the default character encoding (or the one specified in the constructor) to the specified character encoding.
function setCharacterEncoding( $sCharacterEncoding )
Sets the character encoding that will be used for the HTTP output.
function setCharEncoding( $sEncoding )
Modify the style.color of div1
function setColor( $sColor )
Sets the content type that will be used by the generated request.
function setContentType( $sContentType )
This function will set a default configuration option if it is not already set.
xajax.config.setDefault = function( option, defaultValue )
function setDefaultMethod( $sMethod )
Sets the default mode for requests from the browser.
function setDefaultMode( $sDefaultMode )
Set an event handler.
xajax.events.setEvent = function( command )
Call this function to assign a xajaxRequest object as the handler for the specific DOM event.
function setEvent( $sEvent, & $objRequest, $aParameters = array(), $sBeforeRequest = '', $sAfterRequest = '; return false;' )
Response command used to set an event handler on the browser.
function setEvent( $sTarget, $sEvent, $sScript )
Sets a single flag (boolean true or false).
function setFlag( $name, $value )
Sets a series of flags.
function setFlags( $flags )
Constructs the specified function using the specified javascript as the body of the function.
xajax.js.setFunction = function( args )
Override the function name set in the constructor.
function setFunction( $sFunction )
Response command used to construct a javascript function on the browser.
function setFunction( $sFunction, $sArgs, $sScript )
Specifies a log file that will be written to by xajax during a request.
function setLogFile( $sFilename )
Sets the mode that will be specified for this xajax.call
function setMode( $sMode )
Convert special characters to their HTML equivellent automatically (only works if the mb_string extension is available).
function setOutputEntities( $bOutputEntities )
Sets a specific parameter value.
function setParameter()
Sets the request type which will be specified for the generated xajax.call.
function setRequestType( $sRequestType )
Sets the URI to which requests will be sent.
function setRequestURI( $sRequestURI )
Override the default URI with the specified one.
function setRequestURI( $sRequestURI )
Called by the xajaxResponse object that is currently being used to build the response that will be sent to the client browser.
function setResponse( & $objResponse )
Sets the name of the javascript function that will be used to process this response.
function setResponseProcessor( $sResponseProcessor )
Sets the value that will be returned after the generated call.
function setReturnValue( $sReturnValue )
Stores a value that will be passed back as part of the response.
function setReturnValue( $value )
Sets the text to be shown in the select control when this is the selected option.
function setText( $sText )
Create a timer to fire an event in the future.
xajax.callback.setupTimer = function( iDelay )
Used to set the value associated with this option.
function setValue( $sValue )
Sets a value that will be used to modify the script before it is sent to the browser.
function setVariable( $sName, $sValue )
Set or reset a timeout that is used to restart processing of the queue.
xajax.tools.queue.setWakeup = function( theQ, when )
Sets the prefix that will be prepended to the javascript wrapper functions.
function setWrapperPrefix( $sPrefix )
var $sEventPrefix
Required: The name of the xajax enabled function to call
var $sFunction
var $sHash
The path and file name of the include file that contains the function.
var $sInclude
Replace all occurances of the double quote character with a single quote character.
xajax.tools.singleQuotes = function( haystack )
Used to store the base URI for where the javascript files are located.
var $sJavascriptURI
Used to store the base URI for where the javascript files are located.
var $sJavascriptURI
The currently configured language.
var $sLanguage
Causes the processing of items in the queue to be delayed for the specified amount of time.
xajax.js.sleep = function( command )
Response command which instructs xajax to pause execution of the response commands, returning control to the browser so it can perform other commands asynchronously.
function sleep( $tenths )
A configuration setting tracked by the main xajax object.
var $sLogFile
The mode to use for the call
var $sMode
The name of the event.
var $sName
The name of the function.
var $sName
A string containing either a single or a double quote character that will be used during the generation of the javascript for this function.
var $sQuoteCharacter
var $sRequest
var $sRequestedClass
var $sRequestedEvent
This string is used to temporarily hold the name of the function that is being requested (during the request processing phase).
var $sRequestedFunction
var $sRequestedMethod
The request type that will be used for the call
var $sRequestType
The URI for where this request will be sent.
var $sRequestURI
var $sRequestURI
The name of the javascript function that will be invoked to handle the response.
var $sResponseProcessor
Required: The value to return once the xajax.call has returned.
var $sReturnValue
var $sTag
xajax.config.setDefault( 'statusMessages', false )
Detect, and if found, remove the prefix ‘on’ from the specified string.
xajax.tools.stripOnPrefix = function( sEventName )
Create a request object and submit the request using the specified request type; all request parameters should be finalized by this point.
xajax.submitRequest = function( oRequest )
Generate a message indicating that a request is ready to be submitted; providing the URL and the function being invoked.
xajax.debug.submitRequest = xajax.submitRequest; xajax.submitRequest = function( oRequest )
var $sXajaxPrefix
var $sXajaxPrefix
A configuration setting that is stored locally and used during the client script generation phase.
var $sXajaxPrefix