Hi,
Is there a limit to how many CK editors you can use on one page? I am using the following code
<textarea name="editor1" class="ckeditor"></textarea>
<textarea name="editor2" class="ckeditor"></textarea>
<textarea name="editor3" class="ckeditor"></textarea>
<textarea name="editor4" class="ckeditor"></textarea>
But it only shows two.
Is there a limit to how many CK editors you can use on one page? I am using the following code
<textarea name="editor1" class="ckeditor"></textarea>
<textarea name="editor2" class="ckeditor"></textarea>
<textarea name="editor3" class="ckeditor"></textarea>
<textarea name="editor4" class="ckeditor"></textarea>
But it only shows two.

Re: Multiple CK Editors
Try this:
Dennis
Re: Multiple CK Editors
for example im simply calling 10 RTE.
this works fine. but as soon as you add a form tag it only shows two
Re: Multiple CK Editors
try something like this:
Re: Multiple CK Editors
Re: Multiple CK Editors
Re: Multiple CK Editors
If you upload that script are you getting the same problem? Is anyone else getting this problem?
Re: Multiple CK Editors
name id
viewtopic.php?f=11&t=15900
Re: Multiple CK Editors
Thanks for your reply. Much appricated!
My settings are Windows Shared Server.
Downloaded, uncompressed and uploaded v3.01 to the root
drop down menus work fine
I think I've found where its going wrong.
Doesn't work in Google Chrome Browser
Works fine in Internet Explorer and Firefox.
Re: Multiple CK Editors
I have played with Chrome a bit, and it has promise, but it would take a lot to get me to switch from Firefox at this point. (Obviously, they are an up-and-coming contender in the browser arena, and a percentage of site visitors are going to be using Chrome, so the pages have to work in Chrome. I'm actually surprised Chrome did not render the page properly. In this particular case, I'm guessing it was something odd in Chrome, rather than a CKEditor coding issue.)
As of this moment, my use for CKEditor is content management by admins, not the general site visitors. I'll tell my admin users (using CKEditor) to use Firefox. So far, I have the luxury of doing that.
Dennis
Re: Multiple CK Editors
Thanks for your help Dennis!
Matt