X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_samples%2Foutput_xhtml.html;h=2fcd5b27c68489a06409082a29d761c5fc886408;hp=f65cd0b2ec88df210448ccad472501ba694b8210;hb=f0610347140239143439a511ee2bd48cb784f470;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba diff --git a/_samples/output_xhtml.html b/_samples/output_xhtml.html index f65cd0b..2fcd5b2 100644 --- a/_samples/output_xhtml.html +++ b/_samples/output_xhtml.html @@ -94,8 +94,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license font_style : { element : 'span', - attributes : { 'class' : '#(family)' }, - overrides : [ { element : 'span', attributes : { 'class' : /^Font(?:Comic|Courier|Times)$/ } } ] + attributes : { 'class' : '#(family)' } }, /* @@ -105,8 +104,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license fontSize_style : { element : 'span', - attributes : { 'class' : '#(size)' }, - overrides : [ { element : 'span', attributes : { 'class' : /^Font(?:Smaller|Larger|Small|Big|Double)$/ } } ] + attributes : { 'class' : '#(size)' } } , /* @@ -118,15 +116,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license colorButton_foreStyle : { element : 'span', - attributes : { 'class' : '#(color)' }, - overrides : [ { element : 'span', attributes : { 'class' : /^FontColor(?:1|2|3)$/ } } ] + attributes : { 'class' : '#(color)' } }, colorButton_backStyle : { element : 'span', - attributes : { 'class' : '#(color)BG' }, - overrides : [ { element : 'span', attributes : { 'class' : /^FontColor(?:1|2|3)BG$/ } } ] + attributes : { 'class' : '#(color)BG' } }, /*