Changes between Initial Version and Version 1 of Ticket #5617


Ignore:
Timestamp:
May 5, 2010, 5:15:12 AM (15 years ago)
Author:
Garry Yao
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5617

    • Property Owner set to Garry Yao
    • Property Keywords Review? added
    • Property Status changed from new to assigned
  • Ticket #5617 – Description

    initial v1  
    1 By adding another 'text' type filter to htmldataprocessor breaks the editor output.
     1By adding another 'text' type filter to htmldataprocessor breaks the editor output, e.g.
     2{{{
     3htmlFilter.addRules(
     4        {
     5                text : function( text )
     6                {
     7                        return text;
     8                }
     9        });
     10}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy