X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_samples%2Foutput_xhtml.html;h=ba66a48e1a4372704c65e709292b7a75764b3d1e;hp=2fcd5b27c68489a06409082a29d761c5fc886408;hb=2f22c0c38f17e75be5541089076885442aaa2377;hpb=e73319a12b56100b29ef456fd74114fe5519e01c diff --git a/_samples/output_xhtml.html b/_samples/output_xhtml.html index 2fcd5b2..ba66a48 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-2012, CKSource - Frederico Knabben. All rights reserved.