Try our conversational search powered by Generative AI!

Paste unformatted as default

Vote:
 
A customer relies heavily on pasting text from Word into the editor. Using right click to paste the text as unformatted takes a lot of extra time and it would be nice to avoid this extra step. Is it possible to make Ctrl-V paste unformatted text into the editor as default? Regards /Nisse Melkerud
#15981
Jan 25, 2008 14:03
Vote:
 
Hi Nils, You can can add keybindings in the HandleKeydownEvent in TableEdit.js that's located in Util\editor\javascript. To paste unformatted with CTRL+V add the following case: case KEYCODE_V: pasteUnformatted(this.editorID); returnValue = false; break;
#16743
Jan 28, 2008 13:59
Vote:
 
Thank you! /Nils Melkerud
#16744
Jan 28, 2008 16:05
Vote:
 

Is there a way to paste unformatted while doing a drag & drop?

#29307
Apr 20, 2009 14:41
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.