PRAjax
[ class tree: PRAjax ] [ index: PRAjax ] [ all elements ]

Element index for package PRAjax

[ a ] [ b ] [ c ] [ e ] [ f ] [ g ] [ h ] [ i ] [ o ] [ p ] [ r ] [ s ] [ v ]

a

$aAllowedDynamicLibraries
in file PRAjax.php, variable PRAjax::$aAllowedDynamicLibraries
$aRegisteredClasses
in file PRAjax.php, variable PRAjax::$aRegisteredClasses
$aRegisteredClassFunctions
in file PRAjax.php, variable PRAjax::$aRegisteredClassFunctions
$aRegisteredFunctions
in file PRAjax.php, variable PRAjax::$aRegisteredFunctions
$aTagBoundaries
in file PRAjax_Component_UpdatePanel.php, variable PRAjax_Component_UpdatePanel::$aTagBoundaries
$aTagBoundaryOpen
in file PRAjax_Component_UpdatePanel.php, variable PRAjax_Component_UpdatePanel::$aTagBoundaryOpen
AddScript
in file PRAjax.php, method PRAjax::AddScript()
    Add a JavaScript script
Alert
in file PRAjax.php, method PRAjax::Alert()
    Show a JavaScript alert()
top

b

$bFurtherPRAjaxHandling
in file PRAjax_DynamicLibrary.php, variable PRAjax_DynamicLibrary::$bFurtherPRAjaxHandling
$blnIsAjaxCall
in file PRAjax.php, variable PRAjax::$blnIsAjaxCall
$blnShowBusyMessage
in file PRAjax.php, variable PRAjax::$blnShowBusyMessage
$blnShowWaitCursor
in file PRAjax.php, variable PRAjax::$blnShowWaitCursor
$blnUsePRAjaxTransport
in file PRAjax.php, variable PRAjax::$blnUsePRAjaxTransport
BeginTag
in file PRAjax_Component_UpdatePanel.php, method PRAjax_Component_UpdatePanel::BeginTag()
    Begin tag
top

c

ClassToJS
in file PRAjax.php, method PRAjax::ClassToJS()
    Create a PHP class wrapper for JavaScript
top

e

EndTag
in file PRAjax_Component_UpdatePanel.php, method PRAjax_Component_UpdatePanel::EndTag()
    End tag
ErrorHandler
in file PRAjax.php, method PRAjax::ErrorHandler()
    Output Ajax errors as a simple echo and stop script execution.
ExecuteScript
in file PRAjax.php, method PRAjax::ExecuteScript()
    Execute a JavaScript script
top

f

FunctionToJS
in file PRAjax.php, method PRAjax::FunctionToJS()
    Create a PHP function wrapper for JavaScript
top

g

getCharset
in file PRAjax.php, method PRAjax::getCharset()
    Get Charset
getFurtherPRAjaxHandling
in file PRAjax_DynamicLibrary.php, method PRAjax_DynamicLibrary::getFurtherPRAjaxHandling()
    Get FurtherPRAjaxHandling
GetJavaScript
in file PRAjax.php, method PRAjax::GetJavaScript()
    Print the PRAjax code to output (echo of script)
getPRAjaxFilesRoot
in file PRAjax.php, method PRAjax::getPRAjaxFilesRoot()
    Get PRAjaxFilesRoot
getURI
in file PRAjax.php, method PRAjax::getURI()
    Get URI
getUsePRAjaxTransport
in file PRAjax.php, method PRAjax::getUsePRAjaxTransport()
    Get use PRAjax transport object
top

h

HandleClientRequest
in file PRAjax_DynamicLibrary.php, method PRAjax_DynamicLibrary::HandleClientRequest()
    Handle client request
HandleClientRequest
in file PRAjax_Component_UpdatePanel.php, method PRAjax_Component_UpdatePanel::HandleClientRequest()
    Handle client request
HandleClientRequest
in file PRAjax.php, method PRAjax::HandleClientRequest()
    Handle an eventual incoming client request
top

i

Initialise
in file PRAjax_DynamicLibrary.php, method PRAjax_DynamicLibrary::Initialise()
    Initialise the dynamic library
Initialise
in file PRAjax_Component_UpdatePanel.php, method PRAjax_Component_UpdatePanel::Initialise()
    Initialise the dynamic library
isAjaxCall
in file PRAjax.php, method PRAjax::isAjaxCall()
    Is the current call an Ajax Call?
isClassFunctionRegistered
in file PRAjax.php, method PRAjax::isClassFunctionRegistered()
    Is PHP class function registered for use in JavaScript?
isClassRegistered
in file PRAjax.php, method PRAjax::isClassRegistered()
    Is PHP class registered for use in JavaScript?
isFunctionRegistered
in file PRAjax.php, method PRAjax::isFunctionRegistered()
    Is PHP function registered for use in JavaScript?
top

o

$objJSON
in file PRAjax.php, variable PRAjax::$objJSON
OBCallback
in file PRAjax_Component_UpdatePanel.php, method PRAjax_Component_UpdatePanel::OBCallback()
    Handle page output at the end of the executing script
top

p

PRAjax
in file PRAjax.php, method PRAjax::PRAjax()
    PRAJax constructor
PRAjax
in file PRAjax.php, class PRAjax
    PRAjax - PHP Reflected Ajax
PRAjax.php
procedural page PRAjax.php
PRAjaxToPHP
in file PRAjax.php, method PRAjax::PRAjaxToPHP()
    Convert PRAjax-encoded value to PHP
PRAjax_Component_UpdatePanel
in file PRAjax_Component_UpdatePanel.php, class PRAjax_Component_UpdatePanel
    PRAjax_Component_UpdatePanel - PHP Reflected Ajax
PRAjax_Component_UpdatePanel.php
procedural page PRAjax_Component_UpdatePanel.php
PRAjax_DynamicLibrary
in file PRAjax_DynamicLibrary.php, class PRAjax_DynamicLibrary
    PRAjax_DynamicLibrary - PHP Reflected Ajax
PRAjax_DynamicLibrary.php
procedural page PRAjax_DynamicLibrary.php
top

r

RegisterClass
in file PRAjax.php, method PRAjax::RegisterClass()
    Register a PHP class for use in JavaScript
RegisterClassFunction
in file PRAjax.php, method PRAjax::RegisterClassFunction()
    Register a PHP class function for use in JavaScript
RegisterFunction
in file PRAjax.php, method PRAjax::RegisterFunction()
    Register a PHP function for use in JavaScript
top

s

$strBusyMessage
in file PRAjax.php, variable PRAjax::$strBusyMessage
$strCharset
in file PRAjax.php, variable PRAjax::$strCharset
$strMode
in file PRAjax.php, variable PRAjax::$strMode
$strPRAjaxFilesRoot
in file PRAjax.php, variable PRAjax::$strPRAjaxFilesRoot
$strShowStatusId
in file PRAjax.php, variable PRAjax::$strShowStatusId
$strUri
in file PRAjax.php, variable PRAjax::$strUri
setCharset
in file PRAjax.php, method PRAjax::setCharset()
    Set Charset
setFurtherPRAjaxHandling
in file PRAjax_DynamicLibrary.php, method PRAjax_DynamicLibrary::setFurtherPRAjaxHandling()
    Set FurtherPRAjaxHandling
setPRAjaxFilesRoot
in file PRAjax.php, method PRAjax::setPRAjaxFilesRoot()
    Set PRAjaxFilesRoot
setURI
in file PRAjax.php, method PRAjax::setURI()
    Set URI
setUsePRAjaxTransport
in file PRAjax.php, method PRAjax::setUsePRAjaxTransport()
    Set use PRAjax transport object
ShowBusyMessage
in file PRAjax.php, method PRAjax::ShowBusyMessage()
    Set to true/false if you want PRAjax to display a busy message on the client-side. Optionaly, specify the busy message and/or DOM element id to display the status in.
ShowWaitCursor
in file PRAjax.php, method PRAjax::ShowWaitCursor()
    Set to true/false if you want PRAjax to display a wait cursor on the client-side when waiting for a callback.
top

v

ValueToJS
in file PRAjax.php, method PRAjax::ValueToJS()
    Convert a PHP value to JavaScript
top

Documentation generated on Wed, 30 Aug 2006 11:35:29 +0200 by phpDocumentor 1.3.0RC6