I'm using ckeditor with a <div> element, when the page loads I can see the editor but if I click somewhere out of the <div> then it disappears. I whant to show is constantly but seems to be difficult. Can you help me please?
Mon, 02/11/2013 - 15:24
#1
Are you using Inline Editing
Are you using Inline Editing -- is this the same behavior as on the demo here: http://ckeditor.com/demo#inline
What is your setup, CKEditor version, how is it integrated with your website?
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Yes, is the inline editor!
Yes, is the inline editor!
I'm using the last version, but i chenged this parameter:
config.startupFocus = true;
In this way the editor appears directly without clicking on the div box, on the other side when I click out of the box the editor disappears but I don't want it to disappear.
Do you need anything else? Thank you very much!!
I whant do do it like this:
I whant do do it like this: http://ckeditor.com/demo#div
*note that fonts and colors match the styles of this website
But I can't understand how to.
I examined the code of this
I examined the code of this example: http://ckeditor.com/demo#div
It is exactly what I need to do: I whant an inline editor that never disappear....but that code was impossible, all the commands of the editor are in HTML language so obviously never disappear.
--------------------
I already set this to make appear the editor when the page loads ond without clicking on the div:
config.startupFocus = true;
Now I need do not make it disappear clicking outside, something like that:
config.EveryMomentKeepFocus = true;
but obviously does not work because it's an invention to explain what I need...
---------
Help!!!!!!!!