Opened 19 years ago
Closed 19 years ago
#153 closed Bug (fixed)
fck_paste.html : CustomCleanWord : line 78
| Reported by: | jw_ceb | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.4 |
| Keywords: | Cc: |
Description
line 78 of fck_paste.html should be:
sHtml = FCKTools.CustomCleanWord( oBody, document.getElementById('chkRemoveFont').checked, document.getElementById('chkRemoveStyles').checked ) ;
instead of:
sHtml = FCK.CustomCleanWord( oBody, document.getElementById('chkRemoveFont').checked, document.getElementById('chkRemoveStyles').checked ) ;
Change History (1)
comment:1 Changed 19 years ago by
| Keywords: | paste CustomCleanWord removed |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |

Fixed with [177].
Actually the correct is FCK.CustomCleanWord, so one can easily create the function inline in the page if needed, by just retrieving the editor instance. I'll update the documentation.