Changeset 4267
- Timestamp:
- 06/05/06 22:00:00 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/io/IframeIO.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/io/IframeIO.js
r4198 r4267 131 131 dojo.lang.inArray(kwArgs["mimetype"], 132 132 [ "text/plain", "text/html", 133 "application/xml", "text/xml",134 133 "text/javascript", "text/json"]) 135 134 )&&( … … 213 212 if(cmt == "text/json") { js = "(" + js + ")"; } 214 213 value = dj_eval(js); 215 }else if( (cmt == "application/xml")||(cmt == "text/xml")||(cmt == "text/html")){214 }else if(cmt == "text/html"){ 216 215 value = ifd; 217 216 }else{ // text/plain