Author: pyaschenko
Date: 2008-10-31 10:19:59 -0400 (Fri, 31 Oct 2008)
New Revision: 10990
Modified:
trunk/sandbox/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/plugins/paste/js/pasteword.js
Log:
Modified:
trunk/sandbox/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/plugins/paste/js/pasteword.js
===================================================================
---
trunk/sandbox/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/plugins/paste/js/pasteword.js 2008-10-31
13:54:57 UTC (rev 10989)
+++
trunk/sandbox/ui/editor/src/main/resources/org/richfaces/renderkit/html/scripts/tiny_mce/plugins/paste/js/pasteword.js 2008-10-31
14:19:59 UTC (rev 10990)
@@ -20,7 +20,8 @@
}
function createIFrame() {
- document.getElementById('iframecontainer').innerHTML = '<iframe
id="frmData" name="frmData" class="sourceIframe"
src="blank.htm" height="280" width="400"
frameborder="0" style="background-color:#FFFFFF; width:100%;"
dir="ltr" wrap="soft"></iframe>';
+ // RF: added extsuffix // PY
+ document.getElementById('iframecontainer').innerHTML = '<iframe
id="frmData" name="frmData" class="sourceIframe"
src="blank.htm'+(Richfaces && Richfaces.Editor ?
Richfaces.Editor.extSuffix : '')+'" height="280"
width="400" frameborder="0" style="background-color:#FFFFFF;
width:100%;" dir="ltr" wrap="soft"></iframe>';
}
var wHeight=0, wWidth=0, owHeight=0, owWidth=0;
Show replies by date