Changes between Initial Version and Version 1 of Ticket #10341, comment 1
- Timestamp:
- Apr 18, 2013, 12:35:17 PM (12 years ago)
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-allowedContent1 The filter#allowedContent property is documented as read only - http://docs.ckeditor.com/#!/api/CKEDITOR.filter-property-allowedContent 2 2 3 3 You should rather: 4 4 5 5 * 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.