Changeset 13455

Show
Ignore:
Timestamp:
04/29/08 11:50:25 (7 months ago)
Author:
ttrenka
Message:

Refs #6334. Updated documentation on dojo.io.iframe.send.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/io/iframe.js

    r13454 r13455  
    126126                //      handleAs: String? 
    127127                //              Specifies what format the result data should be given to the 
    128                 //              load/handle callback. Valid values are: text, html, javascript, 
    129                 //              json. IMPORTANT: For all values EXCEPT html, The server 
    130                 //              response should be an HTML file with a textarea element. The 
    131                 //              response data should be inside the textarea element. Using an 
     128                //              load/handle callback. Valid values are: text, html, xml, json, 
     129                //              javascript. IMPORTANT: For all values EXCEPT html and xml, The 
     130                //              server response should be an HTML file with a textarea element. 
     131                //              The response data should be inside the textarea element. Using an 
    132132                //              HTML document the only reliable, cross-browser way this 
    133133                //              transport can know when the response has loaded. For the html 
    134134                //              handleAs value, just return a normal HTML document.  NOTE: xml 
    135                 //              or any other XML type is NOT supported by this transport. 
     135                //              is now supported with this transport (as of 1.1+); a known issue 
     136                //              is if the XML document in question is malformed, Internet Explorer 
     137                //              will throw an uncatchable error. 
    136138                //      content: Object? 
    137139                //              If "form" is one of the other args properties, then the content