Changeset 268
- Timestamp:
- 07/17/05 05:15:29 (8 years ago)
- Files:
-
- 1 modified
-
trunk/htmlarea.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htmlarea.js
r267 r268 1314 1314 // create the IFRAME & add to container 1315 1315 var iframe = document.createElement("iframe"); 1316 iframe.src = _editor_url + editor.config.URIs["blank"]; 1316 1317 this._framework.ed_cell.appendChild(iframe); 1317 1318 this._iframe = iframe; … … 1381 1382 ); 1382 1383 1383 // Set src of iframe1384 this._iframe.src = _editor_url + editor.config.URIs["blank"];1385 1384 }; 1386 1385
