helloworld.php

Test / example page demonstrating the basic xajax implementation.

Summary
Test / example page demonstrating the basic xajax implementation.
Please see copyright.inc.php for a detailed description, copyright and license information.
Modify the innerHTML of div1.
Modify the style.color of div1
This will detect an incoming xajax request, process it and exit.

Hello world sample page.

Please see copyright.inc.php for a detailed description, copyright and license information.

Standard xajax startup

Summary
Modify the innerHTML of div1.
Modify the style.color of div1

Functions

helloWorld

function helloWorld($isCaps)

Modify the innerHTML of div1.

setColor

function setColor($sColor)

Modify the style.color of div1

Register functions

processRequest

This will detect an incoming xajax request, process it and exit.  If this is not a xajax request, then it is a request to load the initial contents of the page (HTML).

Everything prior to this statement will be executed upon each request (whether it is for the initial page load or a xajax request.  Everything after this statement will be executed only when the page is first loaded.

This file contains detailed information regarding the xajax project, current version, copyrights, licnese and documentation.
function helloWorld($isCaps)
Modify the innerHTML of div1.
function setColor($sColor)
Modify the style.color of div1
Main xajax class and setup file.