[NAJAX] element index

All elements
' a b c d e f g h i l m n o p r s t u
'
top
'NAJAX_'.strtoupper($extension).'_BASE'
NAJAX extension base folder that contains all extension files.
a
top
addObserver
NAJAX_Server::addObserver() in Server.class.php
Adds a NAJAX_Server events observer.
addObserver
NAJAX_Utilities::addObserver() in Utilities.class.php
Adds a NAJAX_Utilities events observer.
addObserver
NAJAX_Client::addObserver() in Client.class.php
Adds a NAJAX_Client events observer.
addObserver
NAJAX_Serializer::addObserver() in Serializer.class.php
Adds a NAJAX_Serializer events observer.
addObserver
NAJAX_Observable::addObserver() in Observable.class.php
addObserver
NAJAX_Meta::addObserver() in Meta.class.php
Adds a NAJAX_Meta events observer.
allowClasses
NAJAX_Server::allowClasses() in Server.class.php
Adds specified classes to the allowed classes map.
$attributes
Holds attributes collection. This array is not populated from the client and it is empty initially.
addScriptBlock
Adds a given JavaScript code to the output.
b
top
blur
NAJAX_HTML_DOM_ElementById::blur() in ElementById.class.php
This method removes keyboard focus from the element.
BaseElement.class.php
BaseElement.class.php in BaseElement.class.php
c
top
caseConvert
NAJAX_Utilities::caseConvert() in Utilities.class.php
Returns the input string with all alphabetic characters converted to lower or upper case depending on the configuration.
Client.class.php
Client.class.php in Client.class.php
cleanEvents
Deletes old events from the database.
cleanEvents
Abstract base class method.
closeConnection
Closes a MySQL connection link.
$clientCode
Holds the client JavaScript code associated with the element(s).
d
top
denyClasses
NAJAX_Server::denyClasses() in Server.class.php
Adds specified classes to the denied classes map.
dispatch
NAJAX_Server::dispatch() in Server.class.php
Dispatches a client callback to the server.
e
top
extensions.config.php
extensions.config.php in extensions.config.php
eventsHeader
NAJAX_Utilities::eventsHeader() in Utilities.class.php
Registers NACLES header data.
extensionHeader
NAJAX_Utilities::extensionHeader() in Utilities.class.php
Registers NAJAX extension client header file.
escapeString
Escapes special characters in the $unescapedString, taking into account the current charset of the connection.
ElementById.class.php
ElementById.class.php in ElementById.class.php
ElementsByName.class.php
ElementsByName.class.php in ElementsByName.class.php
ElementsByTagName.class.php
ElementsByTagName.class.php in ElementsByTagName.class.php
f
top
findMethodName
filterEvents
Abstract base class method.
filterEvents
Filters the events in the database using a single criteria.
filterMultipleEvents
Abstract base class method.
filterMultipleEvents
Filters the events in the database using multiple criterias.
focus
NAJAX_HTML_DOM_ElementById::focus() in ElementById.class.php
This method sets focus on the element.
g
top
getMicroTime
NAJAX_Utilities::getMicroTime() in Utilities.class.php
Return current UNIX timestamp with microseconds.
getType
NAJAX_Utilities::getType() in Utilities.class.php
Gets the type of a variable.
getConnection
Creates a MySQL connection link.
getStorage
Retrieves an instane to the configurated NACLES storage provider.
getStorage
Retrieves a new instance of the NAJAX_Events_Storage_MySQL class.
getElement
Returns the JavaScript name of the element.
getElement
NAJAX_HTML_DOM_ElementsByTagName::getElement() in ElementsByTagName.class.php
Returns the JavaScript name of the elements.
getElement
Returns the JavaScript name of the elements.
getElementById
Returns the element whose ID is specified.
getElementsByName
Returns an object representing a list of elements of a given name in the document.
getElementsByTagName
Returns an object representing a list of elements of a given tag name in the document.
h
top
handleError
NAJAX_Server::handleError() in Server.class.php
Handles all errors that occur during the callback.
header
NAJAX_Utilities::header() in Utilities.class.php
Registers NAJAX client header files.
HTML.class.php
HTML.class.php in HTML.class.php
html.ext.php
html.ext.php in html.ext.php
i
top
initializeCallback
Checks if the request is a client callback to the server and initializes callback parameters.
isAssocArray
NAJAX_Utilities::isAssocArray() in Utilities.class.php
Checks if an array is an associative array.
isClassAllowed
NAJAX_Server::isClassAllowed() in Server.class.php
Checks if a class can be accessed within a callback request.
isPublicMethod
isPublicVariable
importForm
NAJAX_HTML::importForm() in HTML.class.php
Imports an associative array to the corresponding form elements.
l
top
loadClass
NAJAX_Server::loadClass() in Server.class.php
Loads a specified class from the classes map.
m
top
$methodsMap
NAJAX_Meta::$methodsMap in Meta.class.php
Meta.class.php
Meta.class.php in Meta.class.php
mapClass
NAJAX_Server::mapClass() in Server.class.php
Adds a specified class to the classes map.
mapMethods
NAJAX_Client::mapMethods() in Client.class.php
Assigns methods map to the class meta data.
MySQL.class.php
MySQL.class.php in MySQL.class.php
n
top
najax.config.php
najax.config.php in najax.config.php
NAJAX_BASE
NAJAX_BASE in najax.php
NAJAX base folder that contains all package files.
NAJAX_Client
NAJAX_Client in Client.class.php
NAJAX Client Class.
NAJAX_CLIENT_METADATA_METHOD_NAME
Defines the method name that is called when NAJAX needs more information about an object.
NAJAX_EVENTS_LIFETIME
NAJAX_EVENTS_LIFETIME in najax.config.php
Defines the default lifetime for an event.
NAJAX_EVENTS_STORAGE_DSN
NAJAX_EVENTS_STORAGE_DSN in najax.config.php
Defines the data source name and parameters to use when event's information is saved.
NAJAX_Meta
NAJAX_Meta in Meta.class.php
NAJAX Meta Class.
NAJAX_Observable
NAJAX_Observable in Observable.class.php
NAJAX Observable Class.
NAJAX_Observer
NAJAX_Observer in Observer.class.php
NAJAX Observer Class.
najax.php
najax.php in najax.php
NAJAX_Serializer
NAJAX_Serializer in Serializer.class.php
NAJAX Serializer Class.
NAJAX_SERIALIZER_SKIP_STRING
NAJAX_SERIALIZER_SKIP_STRING in najax.config.php
Defines the prefix that is used to indicate the Serializer to skip string serialization.
NAJAX_Server
NAJAX_Server in Server.class.php
NAJAX Server Class.
NAJAX_Utilities
NAJAX_Utilities in Utilities.class.php
NAJAX Utilities Class.
notifyObservers
notifyObservers
NAJAX_Utilities::notifyObservers() in Utilities.class.php
notifyObservers
NAJAX_Serializer::notifyObservers() in Serializer.class.php
notifyObservers
NAJAX_Observable::notifyObservers() in Observable.class.php
notifyObservers
notifyObservers
NAJAX_Events_Storage
NAJAX_Events_Storage in Storage.class.php
NAJAX Events Storage Class.
NAJAX_Events_Storage_MySQL
Creates a new instance of the NAJAX_Events_Storage_MySQL class.
NAJAX_Events_Storage_MySQL
NAJAX_Events_Storage_MySQL in MySQL.class.php
NAJAX Events Storage MySQL Class.
NAJAX_HTML
NAJAX_HTML in HTML.class.php
NAJAX HTML Class.
NAJAX_HTML_CURRENT_VALUE
NAJAX_HTML_CURRENT_VALUE in HTML.class.php
Defines the string that is replaced with the current value of the field.
NAJAX_HTML_DOM_BaseElement
Creates a new instance of the NAJAX_HTML_DOM_BaseElement class.
NAJAX_HTML_DOM_BaseElement
NAJAX_HTML_DOM_BaseElement in BaseElement.class.php
NAJAX HTML DOM Base Element Class.
NAJAX_HTML_DOM_ElementById
Creates a new instance of the NAJAX_HTML_DOM_ElementById class.
NAJAX_HTML_DOM_ElementById
NAJAX_HTML_DOM_ElementById in ElementById.class.php
NAJAX HTML DOM Element By Id Class.
NAJAX_HTML_DOM_ElementsByName
NAJAX_HTML_DOM_ElementsByName in ElementsByName.class.php
NAJAX HTML DOM Elements By Name Class.
NAJAX_HTML_DOM_ElementsByName
Creates a new instance of the NAJAX_HTML_DOM_ElementsByName class.
NAJAX_HTML_DOM_ElementsByTagName
NAJAX_HTML_DOM_ElementsByTagName in ElementsByTagName.class.php
NAJAX HTML DOM Elements By Tag Name Class.
NAJAX_HTML_DOM_ElementsByTagName
Creates a new instance of the NAJAX_HTML_DOM_ElementsByTagName class.
NAJAX_HTML_DOM_ScriptBlock
Creates a new instance of the NAJAX_HTML_DOM_ScriptBlock class.
NAJAX_HTML_DOM_ScriptBlock
NAJAX_HTML_DOM_ScriptBlock in ScriptBlock.class.php
NAJAX HTML DOM Script Block Class.
NAJAX_HTML_ServerObserver
NAJAX_HTML_ServerObserver in ServerObserver.class.php
NAJAX HTML Server Observer Class.
o
top
Observable.class.php
Observable.class.php in Observable.class.php
Observer.class.php
Observer.class.php in Observer.class.php
p
top
$privateMethods
NAJAX_Meta::$privateMethods in Meta.class.php
$privateVariables
$publicMethods
NAJAX_Meta::$publicMethods in Meta.class.php
$publicVariables
privateMethods
NAJAX_Client::privateMethods() in Client.class.php
Assigns private methods to the class meta data.
privateVariables
Assigns private variables to the class meta data.
publicMethods
NAJAX_Client::publicMethods() in Client.class.php
Assigns public methods to the class meta data.
publicVariables
Assigns public variables to the class meta data.
postEvent
Abstract base class method.
postEvent
Posts a single event to the database.
postMultipleEvents
Abstract base class method.
postMultipleEvents
Posts multiple events to the database.
process
NAJAX_HTML::process() in HTML.class.php
Returns the JavaScript code of all DOM elements.
process
NAJAX_HTML_DOM_ScriptBlock::process() in ScriptBlock.class.php
Returns the JavaScript code that the block contains.
process
NAJAX_HTML_DOM_ElementsByTagName::process() in ElementsByTagName.class.php
Returns the JavaScript code of the DOM elements.
process
NAJAX_HTML_DOM_ElementsByName::process() in ElementsByName.class.php
Returns the JavaScript code of the DOM elements.
process
NAJAX_HTML_DOM_ElementById::process() in ElementById.class.php
Returns the JavaScript code of the DOM element.
process
NAJAX_HTML_DOM_BaseElement::process() in BaseElement.class.php
Returns the JavaScript code of the DOM element.
r
top
register
NAJAX_Client::register() in Client.class.php
Registers a PHP variable/class in JavaScript.
runServer
NAJAX_Server::runServer() in Server.class.php
Checks if the request is a client callback to the server and handles it.
removeAttribute
This method removes an attribute from the element(s).
s
top
Serializer.class.php
Serializer.class.php in Serializer.class.php
Server.class.php
Server.class.php in Server.class.php
serialize
NAJAX_Serializer::serialize() in Serializer.class.php
Serializes a PHP variable into a JSON string.
setMethodsMap
NAJAX_Meta::setMethodsMap() in Meta.class.php
setPrivateMethods
setPrivateVariables
setPublicMethods
setPublicVariables
$sqlDatabase
Holds the MySQL database used in the connection string.
$sqlOpenNew
Indicates whether to open a new connection to the MySQL server if an old one already exists.
$sqlPassword
Holds the MySQL password used in the connection string.
$sqlPort
Holds the MySQL port used in the connection string.
$sqlServer
Holds the MySQL server used in the connection string.
$sqlUser
Holds the MySQL user used in the connection string.
Storage.class.php
Storage.class.php in Storage.class.php
$script
NAJAX_HTML_DOM_ScriptBlock::$script in ScriptBlock.class.php
Holds script block source code.
$skipKeys
NAJAX_HTML_DOM_BaseElement::$skipKeys in BaseElement.class.php
Holds the keys that will be skipped (like id, clientCode ...).
$style
NAJAX_HTML_DOM_BaseElement::$style in BaseElement.class.php
Holds style collection. This array is not populated from the client and it is empty initially.
ScriptBlock.class.php
ScriptBlock.class.php in ScriptBlock.class.php
ServerObserver.class.php
ServerObserver.class.php in ServerObserver.class.php
setAttribute
This method adds a new attribute or changes the value of an existing attribute on the element(s).
t
top
throwException
NAJAX_Server::throwException() in Server.class.php
Throws a NAJAX callback exception.
u
top
Utilities.class.php
Utilities.class.php in Utilities.class.php
updateObserver
NAJAX_Observer::updateObserver() in Observer.class.php
This method is called when NAJAX_Observable::notifyObservers is called.
updateObserver
This method is called when NAJAX_Server::notifyObservers is called.
' a b c d e f g h i l m n o p r s t u