FCK Editor paste from word
I am using FCKEditor.java 2.6 version but not able to see the option to paste from word. In my case users want to copy tables from Excel开发者_如何学编程 and they are not able to do now because I don't have the paste from word option. My understanding is that paste from Word should solve my problem. Any help is appreciated.
Just configure the toolbar to include the PasteFromWord
button. Selecting the toolbar_full
option in the config does include that button. BTW: FCKEditor 2.6 is quite outdated; currently, CKEditor for Java 3.6.1 is available.
精彩评论