Hello,
I have a issue when there are multiple editors in the same form (IE 6, FF 2.x). The issue causes an endless load in the browser which is a bit confusing to some clients as they wait for the page to load! Below is the configuration I am using for the editors, if anyone could help me sort this out I would be extremely grateful.
Editor #1
Editor #2
The editors are usable, but the loading continues until the user navigates away from it.
Thanks again!
I have a issue when there are multiple editors in the same form (IE 6, FF 2.x). The issue causes an endless load in the browser which is a bit confusing to some clients as they wait for the page to load! Below is the configuration I am using for the editors, if anyone could help me sort this out I would be extremely grateful.
Editor #1
<div >
<textarea name="frmFields[hoopShortDescription][field_value]" id="Hoop Short Description"></textarea>
</div>
<script type="text/javascript"> <!--
var oFCKeditor_hoopShortDescription = new FCKeditor('Hoop Short Description');
oFCKeditor_hoopShortDescription.BasePath = SGL_JS_WEBROOT + "/fckeditor/";
oFCKeditor_hoopShortDescription.Height = 400;
oFCKeditor_hoopShortDescription.Width = 623;
oFCKeditor_hoopShortDescription.ToolbarSet = 'Custom' ;
oFCKeditor_hoopShortDescription.ReplaceTextarea();
//--> </script>
Editor #2
<div >
<textarea name="frmFields[hoopFullDescription][field_value]" id="Hoop Full Description"></textarea>
</div>
<script type="text/javascript"> <!--
var oFCKeditor_hoopFullDescription = new FCKeditor('Hoop Full Description');
oFCKeditor_hoopFullDescription.BasePath = SGL_JS_WEBROOT + "/fckeditor/";
oFCKeditor_hoopFullDescription.Height = 400;
oFCKeditor_hoopFullDescription.Width = 623;
oFCKeditor_hoopFullDescription.ToolbarSet = 'Custom' ;
oFCKeditor_hoopFullDescription.ReplaceTextarea();
//--> </script>
The editors are usable, but the loading continues until the user navigates away from it.
Thanks again!
