|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--AjaxResponse
Defined in ajax.js
| Field Summary | |
Object |
headers
Response headers |
Object |
json
Response JSON object |
String |
responseText
Response text |
Object |
responseXML
Response XML |
Number |
status
Response status |
String |
statusText
Text response status |
Boolean |
success
Indicates a successful response |
String |
transId
Transaction ID |
Object |
xmlRoot
XML root, when responseXML is available |
| Constructor Summary | |
AjaxResponse
(<String> transId)
This class is used to respond to an Ajax HTTP request. |
|
| Method Summary | |
void
|
run()
Parses and executes command definitions returned in the response in JSON format |
| Field Detail |
Object headers
Object json
String responseText
Object responseXML
Number status
String statusText
Boolean success
String transId
Object xmlRoot
| Constructor Detail |
AjaxResponse(<String> transId)
transId - Transaction ID
| Method Detail |
void run()
|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||