PHP2Go Javascript Framework

Class AjaxUpdater

Object
   |
   +--Ajax
         |
         +--AjaxRequest
               |
               +--AjaxUpdater

class AjaxUpdater
extends AjaxRequest

Defined in ajax.js


Field Summary
 Object failure
          Failure container
 String insert
          Insert type.
 Boolean noScripts
          Whether to strip script tags from the response
 Object success
          Success container
   
Fields inherited from class AjaxRequest
uri, method, async, headers, contentType, encoding, ifModified, params, form, formFields, formUpload, formValidate, body, throbber, secureUri
   
Fields inherited from class Ajax
conn, transId, listeners
 
Constructor Summary
AjaxUpdater (<String> uri, <Object> args)
            Extends AjaxRequest in order to populate a given container with the response returned by the server.
 
Method Summary
 void update(<AjaxResponse> response)
           This method is called during the onSuccess and onFailure events.
 
Methods inherited from class AjaxRequest
readArguments, addParam, send, doFormUpload, abort, onStateChange, buildQueryString, createResponse, release
   
Methods inherited from class Ajax
bind, raise
 

Field Detail

failure

Object failure

insert

String insert

noScripts

Boolean noScripts

success

Object success

Constructor Detail

AjaxUpdater

AjaxUpdater(<String> uri, <Object> args)

Method Detail

update

void update(<AjaxResponse> response)

PHP2Go Javascript Framework

Copyright © 2002-2006 by Marcos Pont
Documentation generated by JSDoc on Sun Oct 7 19:52:10 2007