|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--Ajax
|
+--AjaxRequest
|
+--AjaxUpdater
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 |
Object failure
String insert
Boolean noScripts
Object success
| Constructor Detail |
AjaxUpdater(<String> uri, <Object> args)
uri - Request URI
args - Settings
| Method Detail |
void update(<AjaxResponse> response)
response - AJAX response
|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||