Hi guys,
I have a problem, probably cache problem...
In my asp page I have 3 editor, for each editor I wrote this code:
<textarea id="MyTextarea3" name="ART_Image"><%=ART_Image%></textarea> <script type="text/javascript">CKEDITOR.replace( 'MyTextarea3',{customConfig : 'config-image.js'});</script>
For each editor i load a different config, in the config I have different parameters for the toolbar and width/heigt. Other js are the copy of the original config for ckeditor.
After the refresh page (f5) on IE8, the toolbar load random on the 3 different editor (not in the original order), but when I enter the first time in the page from the link in the site, the toolbar load correctly on each editor.
Sorry for my bad english , I hope there is a solution, i think is a cache problem, i tryed to insert a no cache code (pragma no cache) in the page but nothing changed...any ideas?
Re: problem load toolbar with multiple editor in the same pa
I've found this information about this problem, a guy in google code wrote:

"If you create more than one editor instance with a custom toolbar, the last toolbar definition will be used for all instances.
It's because the current implementation will always use the name 'temp' for the name of the custom
toolbar (see setToolbarObject in CKConfig). A unique name should be generated instead"
Probably he solved this problem but in a private discussion with another friend.
Anyone have multiple editor instances with different toolbars? i think it's an evident bug of ckeditor, please help me
Re: problem load toolbar with multiple editor in the same pa
Ok, the only working solution it's specify the toolbar for each script in the page, like this:
So, if i want to specify a different height for each texarea, how i do? I tryed different code but nothing worked, it's possible?

Thanks
Re: problem load toolbar with multiple editor in the same pa
Re: problem load toolbar with multiple editor in the same pa
so, the problem of different js with custom toolbar, it's a ie problem, in firefox work correctly, i think it's a bug of ckeditor.
I don't know how specify the height in the above code...
Re: problem load toolbar with multiple editor in the same pa
Ok, I think that it's a bug in your code.
are you happy now?
You can't refute me because you aren't showing any testcase, so you just have to trust me.
Re: problem load toolbar with multiple editor in the same pa
In this moment i haven't time to prepare a testcase, tomorrow i create it for you, so I'm sure you will give me the solution.
In my recent posts i explained the problem with code, if you need more details just ask politely....
Re: problem load toolbar with multiple editor in the same pa
This is my testcase: http://www.klan.it/demo/ckeditor/svilup ... canews.asp
...
If you open this page in explorer8 (v.8.0.7600.16385), also chrome, and referesh few times, the toolbars randomize on each editor, each textarea have a customConfig.
The 3 config js are:
http://www.klan.it/demo/ckeditor/ckeditor/config.js
http://www.klan.it/demo/ckeditor/ckedit ... g-image.js
http://www.klan.it/demo/ckeditor/ckedit ... bstract.js
The config are specified with this code:
Hope you help me tnks.
Re: problem load toolbar with multiple editor in the same pa
Re: problem load toolbar with multiple editor in the same pa
But if you find a solution to correctly use separated config (one for each textarea) would be the ideal solution.
I also tryed to add the same id and name because explorer seems to have a problem when jquery use getElementById or getElementsByName to find the textarea for the replace, but again didn't work wen i make the page reload.
Re: problem load toolbar with multiple editor in the same pa
I've created http://dev.ckeditor.com/ticket/6504 about this problem.
Re: problem load toolbar with multiple editor in the same pa
Use diifferent ckeditor skin in one php page
Hello sir,
Can i use different ckeditor in same php page, with different toolbar. and i attech two ckeditor image for demo.
Attachments: