Changes between Version 7 and Version 13 of Ticket #10021


Ignore:
Timestamp:
May 13, 2014, 2:57:14 PM (11 years ago)
Author:
Piotrek Koszuliński
Comment:

BTW. Since CKEditor 4.4 this is possible:

CKEDITOR.replace( 'editor1', {
	disallowedContent: 'table[cellspacing,cellpadding,border]'
} );

Fields are removed from the dialog and content is filtered on input. This works even in ACFs automatic mode, so no need to redefine entire allowed content rules.

Read more in the Disallowed Content guide.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10021 – Description

    v7 v13  
    44When I insert new table it uses attributes that are deprecated in HTML5
    55cellpadding,cellspacing,align,summary,rules,frame,bgcolor attributes. Please see: http://www.w3schools.com/tags/tag_table.asp
     6
     7--------
     8
     9Easy workaround (aka solution): comment:13.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy