Changeset 1546 for trunk/Docs/Request/Request.md
- Timestamp:
- 05/05/08 10:36:32 (1 week ago)
- Files:
-
- 1 modified
-
trunk/Docs/Request/Request.md (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Docs/Request/Request.md
r1504 r1546 30 30 ---------------------------------------- 31 31 32 ### onRequest32 ### request 33 33 34 34 (*function*) Function to execute when the Request is sent. … … 42 42 1. instance - (Request) The transport instance. 43 43 44 ### onSuccess44 ### success 45 45 46 46 (*function*) Function to execute when the Request completes. … … 55 55 2. responseXML - (*mixed*) The response XML from the request. 56 56 57 ### onFailure57 ### failure 58 58 59 59 (*function*) Function to execute when the request fails (error status code). … … 67 67 instance - (Request) The transport instance. 68 68 69 ### onException69 ### exception 70 70 71 71 (*function*) Function to execute when setting a request header fails. … … 80 80 2. value - (*string*) The value of the failing header. 81 81 82 ### onCancel82 ### cancel 83 83 84 84 (*function*) Function to execute when a request has been cancelled. … … 91 91 92 92 * running - (*boolean*) True if the request is running. 93 * response - (*object*) Object with text and XML as keys. You can access this property in the onSuccessevent.93 * response - (*object*) Object with text and XML as keys. You can access this property in the 'success' event. 94 94 95 95 ### Returns: