Hello everyone! :-)
I successful integrated latest CKEditor into jqGrid and enabling extraPlugins to paste from word as like:
$(element).ckeditor({ toolbar: 'Full', enterMode : Number(2), height : 370, extraPlugins : 'dialogui,dialog,clipboard,pastefromword', pasteFromWordRemoveFontStyles : false, pasteFromWordRemoveStyles : false });
but when I try to paste from word using CTRL+V or even using the dialog pressing button "paste from Word" in the toolbar, it pastes always as plain text...
I also checked if it loaded correctly ckeditor.js and once loading the form the config.js and it was ok.
Any suggest would be appreciated... thanks!
Cheers,
Luigi
I tried also this kind of
I tried also this kind of code:
CKEDITOR.replace(element, { toolbar: 'Full', enterMode : Number(2), height : 370, extraPlugins : 'dialogui,dialog,clipboard,pastefromword', pasteFromWordRemoveFontStyles : false, pasteFromWordRemoveStyles : false });
but neither in this way when I do CTRL+V or even using "paste from Word" dialog it does preserve Word formattings...
Precisely I tried to paste a text with some bold characters and it pastes asl plain text without bold even if I settled FALSE to pasteFromWordRemoveStyles...
Any trick/suggest would be appreciated..
Thanks in advance,
Cheers!
Luigi