#9273 closed Bug (invalid)
CK Editor does not copy paste microsoft word formatting into it like tables, colouring inside table cells
Reported by: | vipin bardia | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Plugin : Paste from Word | Version: | 3.0 |
Keywords: | Cc: |
Description
1) Use CK Editor
2) Do some formatting in MS Word like formatting table cells with color
3) Copy these content to CK Editor
4) Click on Word Icon
5) pop up will open to ask paste the content
6) Paste it to the pop up
7) Only text formatting would preserve.
Change History (5)
comment:2 Changed 12 years ago by
Replying to j.swiderski:
To get that you need to set below two properties to false:
config.pasteFromWordRemoveFontStyles=false; config.pasteFromWordRemoveStyles=false;
Please let me know in which file i have to make these changes.
comment:3 follow-up: 4 Changed 12 years ago by
File: /ckeditor/config.js
Please read the manual http://docs.cksource.com/CKEditor_3.x/Developers_Guide and use the api - http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html. It's a big help if you are starting to work with CKEditor.
comment:4 Changed 12 years ago by
Replying to j.swiderski:
File: /ckeditor/config.js
Please read the manual http://docs.cksource.com/CKEditor_3.x/Developers_Guide and use the api - http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html. It's a big help if you are starting to work with CKEditor.
Thanks Dear, issue is resolved.
comment:5 Changed 11 years ago by
Component: | Core : Pasting → Plugin : Paste from Word |
---|