Ticket #153 (closed Bug: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by fredck

  • keywords paste CustomCleanWord removed
  • status changed from new to closed
  • resolution set to fixed

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.