In our project, we are using Fckeditor 2.6.5 as the html editor. Now, we don't want people paste text into the editor, we want people type the character in the editor one by one.
Kindly let me know if anybody knows the way to disable [paste] in fck.
Thanks in advance.
Kindly let me know if anybody knows the way to disable [paste] in fck.
Thanks in advance.
Re: How to disable [paste] in Fckeditor.
1) Remove the lines in FCKConfig.Keystrokes concerning paste (CTRL - V and CTRL - INS)
2) Remove the Paste actions in your active FCKConfig.ToolbarSets
Tell us if it works.
Re: How to disable [paste] in Fckeditor.
[ CTRL + 86 /*V*/, 'Paste' ],
[ CTRL + 45 /*INS*/, true ],
[ SHIFT + 45 /*INS*/, 'Paste' ],
Ctrl+V is disabled, but Shift+Insert also works, is there any other parameters I should config?
Re: How to disable [paste] in Fckeditor.
Hi & excuse my terrible english
Looking for a way to prevent Paste into the ckeditor Area :
Manually By Ctrl-V and in the Api with contextual menu.
Thx for your help.