[ Index ]
 

Code source de Seagull 0.6.1

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/js/html_ajax/ -> HTML_AJAX.js (sommaire)

Compat functions

Author: Joshua Eichorn <josh@bluga.net>
Copyright: 2005 Joshua Eichorn
License: http://www.opensource.org/licenses/lgpl-license.php LGPL
Poids: 3285 lignes (89 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 29 fonctions

  DOMParser()
  XMLSerializer()
  HTML_AJAX_Serialize_Null()
  HTML_AJAX_Serialize_XML()
  HTML_AJAX_Serialize_JSON()
  HTML_AJAX_Serialize_Error()
  HTML_AJAX_Queue_Immediate()
  HTML_AJAX_Queue_Interval_SingleBuffer()
  HTML_AJAX_Queue_Ordered()
  HTML_AJAX_Queue_Single()
  HTML_AJAX_Queue_Priority_Item()
  HTML_AJAX_Queue_Priority_Simple()
  HTML_AJAX_IframeXHR()
  HTML_AJAX_Serialize_Urlencoded()
  HTML_AJAX_Serialize_PHP()
  HTML_AJAX_Dispatcher()
  HTML_AJAX_HttpClient()
  HTML_AJAX_Request()
  error()
  next()
  white()
  string()
  array()
  object()
  number()
  word()
  value()
  HTML_AJAX_Serialize_HA()
  BehaviorRule()

Fonctions
Fonctions qui ne font pas partie d'une Classe:

DOMParser()   X-Ref
Pas de description

XMLSerializer()   X-Ref
Pas de description

HTML_AJAX_Serialize_Null()   X-Ref
Pas de description

HTML_AJAX_Serialize_XML()   X-Ref
Pas de description

HTML_AJAX_Serialize_JSON()   X-Ref
Pas de description

HTML_AJAX_Serialize_Error()   X-Ref
Pas de description

HTML_AJAX_Queue_Immediate()   X-Ref
Pas de description

HTML_AJAX_Queue_Interval_SingleBuffer(interval,singleOutstandingRequest)   X-Ref
Pas de description

HTML_AJAX_Queue_Ordered()   X-Ref
Pas de description

HTML_AJAX_Queue_Single()   X-Ref
Pas de description

HTML_AJAX_Queue_Priority_Item(item, time)   X-Ref
Priority queue

author: Arpad Ray <arpad@php.net>

HTML_AJAX_Queue_Priority_Simple(interval)   X-Ref
Pas de description

HTML_AJAX_IframeXHR()   X-Ref
XMLHttpRequest Iframe fallback

http://lxr.mozilla.org/seamonkey/source/extensions/xmlextras/tests/ - should work with these

author: Elizabeth Smith <auroraeosrose@gmail.com>

HTML_AJAX_Serialize_Urlencoded()   X-Ref
URL-encoding serializer

This class can be used to serialize and unserialize data in a
format compatible with PHP's handling of HTTP query strings.
Due to limitations of the format, all input is serialized as an
array or a string. See examples/serialize.url.examples.php


HTML_AJAX_Serialize_PHP()   X-Ref
PHP serializer

This class can be used to serialize and unserialize data in a
format compatible with PHP's native serialization functions.


HTML_AJAX_Dispatcher(className,mode,callback,serverUrl,serializerType)   X-Ref
Class that is used by generated stubs to make actual AJAX calls

author: Joshua Eichorn <josh@bluga.net>

HTML_AJAX_HttpClient()   X-Ref
XMLHttpRequest Wrapper

author: Joshua Eichorn <josh@bluga.net>

HTML_AJAX_Request(serializer)   X-Ref
Class that contains everything needed to make a request
This includes:
The url were calling
If were calling a remote method, the class and method name
The payload, unserialized
The timeout for async calls
The callback method
Optional event handlers: onError, Load, Send
A serializer instance

author: Joshua Eichorn <josh@bluga.net>

error(m)   X-Ref
Pas de description

next()   X-Ref
Pas de description

white()   X-Ref
Pas de description

string()   X-Ref
Pas de description

array()   X-Ref
Pas de description

object()   X-Ref
Pas de description

number()   X-Ref
Pas de description

word()   X-Ref
Pas de description

value()   X-Ref
Pas de description

HTML_AJAX_Serialize_HA()   X-Ref
HTML_AJAX_Serialize_HA  - custom serialization

This class is used with the JSON serializer and the HTML_AJAX_Action php class
to allow users to easily write data handling and dom manipulation related to
ajax actions directly from their php code

See Main.js for Author/license details

BehaviorRule(selector, from, action)   X-Ref
Pas de description



Généré le : Fri Mar 30 01:27:52 2007 par Balluche grâce à PHPXref 0.7