Changeset 13455
- Timestamp:
- 04/29/08 11:50:25 (7 months ago)
- Files:
-
- 1 modified
-
dojo/trunk/io/iframe.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojo/trunk/io/iframe.js
r13454 r13455 126 126 // handleAs: String? 127 127 // Specifies what format the result data should be given to the 128 // load/handle callback. Valid values are: text, html, javascript,129 // j son. IMPORTANT: For all values EXCEPT html, The server130 // response should be an HTML file with a textarea element. The131 // response data should be inside the textarea element. Using an128 // 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 132 132 // HTML document the only reliable, cross-browser way this 133 133 // transport can know when the response has loaded. For the html 134 134 // 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. 136 138 // content: Object? 137 139 // If "form" is one of the other args properties, then the content