Hi,
I have integrated CKEditor in Yii framework. Its working fine in chrome browser. But in mozilla the ckeditor inline content area is readonly and the content is hidden. My CKEditor version is 4, mozilla version is 31.0 and os is windows 7. How can i fix this issue. Its very urgent. Anybody help me to solve this? Thanks in advance
If the DOM element for which
If the DOM element for which inline editing is being enabled does not have the "contenteditable" attribute set to "true", the editor will start in read-only mode. Check if this may be the cause of your issues.
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!
inline content
I have initialized the config.readOnly = false; in config.js. I think it wont be a problem. Please help me to find any solutions. I have got stucked with this.
DOM element
Actually, I was having a similar problem and setting the "contenteditable" to true solved it. Check it again, this might also work for you! Btw, thanks Anna, great answer! - Roger