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

- Copyright © 2003-2011, CKSource - Frederico + Copyright © 2003-2013, CKSource - Frederico Knabben. All rights reserved.