Opened 16 years ago
Closed 11 years ago
#2371 closed New Feature (fixed)
ForcePasteFromWord configuration option
Reported by: | caezar | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: | caezaris@… |
Description
Sometimes it is necessary to clean all text pasted to the editor. Since Gecko browsers do not provide methods to do this in the OnPaste handler, this should be done other way. FCK.CustomCleanWord function provides a way to write a custom cleaning function. So the only thing needed here: to have an option to pass all pasted text thru this function. Such option may be called ForcePasteFromWord. It should work likewise ForcePasteAsPlainText option, so I do not think that I should write complete definition here.
Change History (3)
comment:1 Changed 16 years ago by
Cc: | caezaris@… added |
---|
comment:2 Changed 16 years ago by
Keywords: | Confirmed added |
---|
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Currently (CKE 4.x and even CKE 3.6.x) code pasted from Word is recognized by editor when you paste it with PasteFromWord button, Ctrl+V or Paste button in IE.
This is connected with #856.