Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredj authored and phiggins42 committed Nov 20, 2011
1 parent 91634e7 commit 75120f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dojo/io/iframe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ The iframe IO functions are intended to handle complex IO operations that cannot
Usage
=====

Usage is similar to `dojo.xhrGet <dojo/xhrGet>`_ and `dojo.xhrPost <dojo/xhrPost>`_. Please see below for information on specific properties that are accepted by the dojo.io.iframe functions and what they control.

dojo.io.iframe supported object properties
-------------------------------------------

Expand Down Expand Up @@ -61,6 +63,8 @@ dojo.io.iframe supported object properties
Important usage notes
---------------------

dojo.io.iframe calls cannot be made synchronous; therefore trying to set the 'sync' parameter (as shown in dojo.xhrGet()) will do nothing.

**IMPORTANT:** For all values EXCEPT html, The server response should be an HTML file with a textarea element. The response data should be inside the textarea element. Using an HTML document the only reliable, cross-browser way this transport can know when the response has loaded. For the text/html mimetype, just return a normal HTML document. NOTE: text/xml or any other XML type is NOT supported by this transport. In other words, your services for XML, JSON, and Text formats should return the data wrapped as the following:

.. code-block :: javascript
Expand Down

0 comments on commit 75120f8

Please sign in to comment.