Changeset 1545 for trunk/Docs/Request/Request.HTML.md
- Timestamp:
- 05/02/08 15:24:33 (2 weeks ago)
- Files:
-
- 1 modified
-
trunk/Docs/Request/Request.HTML.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Docs/Request/Request.HTML.md
r1444 r1545 16 16 ### Arguments: 17 17 18 1. url - (*string*, optional) The URL pointing to the server-side script. 19 2. options - (*object*, optional) See options below. Also inherited are all the options from [Request][]. 18 1. options - (*object*, optional) See options below. Also inherited are all the options from [Request][]. 20 19 21 20 ### Options: 22 21 23 * url - (*string*: defaults to null) The URL to load. This can also be passed within the .get() and .post() methods.24 22 * update - (*element*: defaults to null) The Element to insert the response text of the Request into upon completion of the request. 25 23 * evalScripts - (*boolean*: defaults to true) If set to true, `script` tags inside the response will be evaluated.