Function Index
Writes the current graffiti->html to the DATA_FILE when graffiti->isValid or returns an error message. Processes the users form input and passes the values to an instance of the graffiti class. Response command that is used to execute a portion of javascript on the browser. Prints the response object to the output stream, thus sending the response to the client. See clsPage->sendAlert Generates a xajaxResponse->alert command that displays a message. See clsPage->sendAlert Generates a xajaxResponse->confirmCommands command that will prompt the user if they want to see the alert, then a xajaxResponse->alert command. 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. Overrides the default character encoding (or the one specified in the constructor) to the specified character encoding. Sets the character encoding that will be used for the HTTP output. Modify the style.color of div1 Sets the content type that will be used by the generated request. This function will set a default configuration option if it is not already set.
Sets the default mode for requests from the browser. Set an event handler. Call this function to assign a xajaxRequest object as the handler for the specific DOM event. Response command used to set an event handler on the browser. Sets a single flag (boolean true or false). Sets a series of flags. Constructs the specified function using the specified javascript as the body of the function. Override the function name set in the constructor. Response command used to construct a javascript function on the browser. Specifies a log file that will be written to by xajax during a request. Sets the mode that will be specified for this xajax.call Convert special characters to their HTML equivellent automatically (only works if the mb_string extension is available). Sets a specific parameter value. Sets the request type which will be specified for the generated xajax.call. Sets the URI to which requests will be sent. Override the default URI with the specified one. Called by the xajaxResponse object that is currently being used to build the response that will be sent to the client browser. Sets the name of the javascript function that will be used to process this response. Sets the value that will be returned after the generated call. Stores a value that will be passed back as part of the response. Sets the text to be shown in the select control when this is the selected option. Create a timer to fire an event in the future. Used to set the value associated with this option. Sets a value that will be used to modify the script before it is sent to the browser. Set or reset a timeout that is used to restart processing of the queue. Sets the prefix that will be prepended to the javascript wrapper functions. Replace all occurances of the double quote character with a single quote character. Causes the processing of items in the queue to be delayed for the specified amount of time. Response command which instructs xajax to pause execution of the response commands, returning control to the browser so it can perform other commands asynchronously. Detect, and if found, remove the prefix ‘on’ from the specified string. Create a request object and submit the request using the specified request type; all request parameters should be finalized by this point. Generate a message indicating that a request is ready to be submitted; providing the URL and the function being invoked. alert ‘hallo’, then update the testButton’s label to ‘Success’ 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. Constructs and returns a set of event handlers that will be called by the xajax framework to set the status bar messages. Processes the data previously written to the DATA_FILE by graffiti->save. Call this to instruct the request to use double quotes while generating the javascript. Call this to instruct the request to use single quotes when generating the javascript. 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. Response command instructing xajax to delay execution of the response commands until a specified condition is met. 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. Response command instructing xajax to pause while the CSS files are loaded. Tests to see if the specified data is the same as the current value of the element’s attribute. 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. Response command used to construct a wrapper function around and existing javascript function on the browser. Output a debug message to the debug window if available or send to an alert box. |