<textarea id="MyTextarea3" name="ART_Image"><%=ART_Image%></textarea>
<script type="text/javascript">CKEDITOR.replace( 'MyTextarea3',{customConfig : 'config-image.js'});</script>
Mon, 10/18/2010 - 18:17
#1

Re: problem load toolbar with multiple editor in the same pa
Re: problem load toolbar with multiple editor in the same pa
<script type="text/javascript"> CKEDITOR.replace( 'MyTextarea', { toolbar : [ ['Source'], ['Save'], ['Cut','Copy','Paste','PasteText','PasteFromWord'], ['Undo','Redo', 'Find','Replace','SelectAll','RemoveFormat'], ['Link','Image','Unlink','Anchor'], ['Table','Smiley'], ['TextColor','BGColor'], ['Maximize','Preview'], '/', ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['FontSize'] ] } ); </script>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
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
<script type="text/javascript">CKEDITOR.replace( 'MyTextarea3',{customConfig : 'config-image.js'});</script>Re: problem load toolbar with multiple editor in the same pa
Re: problem load toolbar with multiple editor in the same pa
<script type="text/javascript"> CKEDITOR.replace( 'MyTextarea', { toolbar : [ ['Source'], ['Save'], ['Cut','Copy','Paste','PasteText','PasteFromWord'], ['Undo','Redo', 'Find','Replace','SelectAll','RemoveFormat'], ['Link','Image','Unlink','Anchor'], ['Table','Smiley'], ['TextColor','BGColor'], ['Maximize','Preview'], '/', ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['FontSize'] ] } ); </script>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
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: