Opened 17 years ago

Closed 17 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 17 years ago by Frederico Caldeira Knabben

Keywords: paste CustomCleanWord removed
Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy