Changes between Initial Version and Version 1 of Ticket #10341, comment 1


Ignore:
Timestamp:
Apr 18, 2013, 12:35:17 PM (11 years ago)
Author:
Piotrek Koszuliński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10341, comment 1

    initial v1  
    1 The filter#allowedContent property is documented is read only - http://docs.ckeditor.com/#!/api/CKEDITOR.filter-property-allowedContent
     1The filter#allowedContent property is documented as read only - http://docs.ckeditor.com/#!/api/CKEDITOR.filter-property-allowedContent
    22
    33You should rather:
    44
    55* use `config.extraAllowedContent` if you're just working on integrating CKEditor with a system,
    6 * or use `editor.filter.allow( 'checkbox(whatever)', 'checkbox' )` if you're working on plugin.
     6* or use `editor.filter.allow( 'checkbox(whatever)', 'checkbox' )` if you're working on a plugin.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy