The forum operates in read-only mode. Please head to StackOverflow for support.
When I Move My Cursor to the end of the text in CKEditor a Pointer with a Red Line Appear Saying "Inser Paragraph Here". For More Clarification, Here is its Snapshot.
Please Tell me How Can I Stop It from Appearing.
First of all, I would appreciate if you stopped using Heading formats to format your whole post. Thank you.
The feature you are describing is the Magic Line. If you want to get rid of it, you can either create a custom build that will not include this plugin (remove it from the Selected plugins list) or disable it by using the removePlugins configuration option, as described here: http://docs.ckeditor.com/#!/guide/dev_howtos_basic_configuration-section-3
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!
Thanks, I removed it by changing my config.js file.
config.removePlugins = 'magicline';
First of all, I would
First of all, I would appreciate if you stopped using Heading formats to format your whole post. Thank you.
The feature you are describing is the Magic Line. If you want to get rid of it, you can either create a custom build that will not include this plugin (remove it from the Selected plugins list) or disable it by using the removePlugins configuration option, as described here: http://docs.ckeditor.com/#!/guide/dev_howtos_basic_configuration-section-3
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!
Thanks, I removed it by
Thanks, I removed it by changing my config.js file.