By default ckeditor gets initialized on element with attribute contenteditable= true.
Found a setting to avoid this initialization.
CKEDITOR.disableAutoInline = true;
But this is not working.
Need help!! :(
By default ckeditor gets initialized on element with attribute contenteditable= true.
Found a setting to avoid this initialization.
CKEDITOR.disableAutoInline = true;
But this is not working.
Need help!! :(
Sorry.. Got it fixed.. By
Sorry.. Got it fixed.. By mistake I was calling the js twice.