in partnership with mediatemple

Show
Ignore:
Timestamp:
05/02/08 15:24:33 (2 weeks ago)
Author:
aaron
Message:

fixing the docs, which stated that url was an argument that Request.HTML accepted

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Docs/Request/Request.HTML.md

    r1444 r1545  
    1616### Arguments: 
    1717 
    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][]. 
     181. options - (*object*, optional) See options below.  Also inherited are all the options from [Request][]. 
    2019 
    2120### Options: 
    2221 
    23 * url          - (*string*: defaults to null)  The URL to load.  This can also be passed within the .get() and .post() methods. 
    2422* update       - (*element*: defaults to null) The Element to insert the response text of the Request into upon completion of the request. 
    2523* evalScripts  - (*boolean*: defaults to true) If set to true, `script` tags inside the response will be evaluated.