On our intranet I am attempting to use multiple instances of FCK on the same page. I can use both the editors on PC-IE(5.5), but on PC-Firefox (1.04) I can only use the second instance of the editor.
I am using the CFMODULE version of FCK. Any suggestions would be appreciated. I have just discovered this oddity and do not want to redo my admin section for this reason it will also help the usability of the system to have both the instances on the same page.
TIA!
*********************
As you can see I have only changed the filed name for the different fields on the form in the sample below.
********************
<cfmodule
template="/fckeditor/fckeditor.cfm"
basePath="/Intranet/fckeditor/"
instanceName="Field_Name1"
value='#QueryA.FieldName1#'
width="100%"
height="200"
>
<cfmodule
template="/fckeditor/fckeditor.cfm"
basePath="/Intranet/fckeditor/"
instanceName="Field_Name2"
value='#QueryA.FieldName2#'
width="100%"
height="200"
>
I am using the CFMODULE version of FCK. Any suggestions would be appreciated. I have just discovered this oddity and do not want to redo my admin section for this reason it will also help the usability of the system to have both the instances on the same page.
TIA!
*********************
As you can see I have only changed the filed name for the different fields on the form in the sample below.
********************
<cfmodule
template="/fckeditor/fckeditor.cfm"
basePath="/Intranet/fckeditor/"
instanceName="Field_Name1"
value='#QueryA.FieldName1#'
width="100%"
height="200"
>
<cfmodule
template="/fckeditor/fckeditor.cfm"
basePath="/Intranet/fckeditor/"
instanceName="Field_Name2"
value='#QueryA.FieldName2#'
width="100%"
height="200"
>
RE: multiple instance of FCK on the same page...
I found this bug fix..
http://sourceforge.net/tracker/?group_i ... id=1161341
So maybe I have pre-bug fix version?
So I have a couple of questions:
1- How do I find out which version of FCK I have and,
2- What is the best way to upgrade - should I just swap the folder and the files out?
Please help!
RE: multiple instance of FCK on the same page
When I have retrieved the page I can enter data into the second editor. Again, when I save and retrieve the page, I can also no longer edit the data in the second editor.
I'm using ff 1.0.7 (worked the same in 1.0.6) employing the ReplaceTextarea() approach. It works fine in IE6.
IMHO, the bug remains unfixed.
RE: multiple instance of FCK on the same page
This was working for me under version 2.0 FC. I just upgraded to 2.0 final and it broke it.
You may want to try version 2.0 FC to see if it works. Be aware of the security fixes in 2.0 final that you will be giving up, though.
http://sourceforge.net/project/showfile ... p_id=75348
Strange that the bug referenced in dss-wy's post indicates it is fixed. I wonder what version it is supposed to be fixed in.
RE: multiple instance of FCK on the same page
This seems to be the bug report for this one:
http://sourceforge.net/tracker/index.ph ... tid=543653