X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=samples%2Fxhtmlstyle.html;h=cde2878f7805f49633a08da68e6041f7c4982a23;hb=26ea9b471a69b563dfa9fb7c9c8d97db8e56de0e;hp=d650d34f8a7dae4f39c0f0dc0927cbac09a662f1;hpb=4625dba05116026713fee9008dd93306be0d1553;p=ckeditor.git diff --git a/samples/xhtmlstyle.html b/samples/xhtmlstyle.html index d650d34..cde2878 100644 --- a/samples/xhtmlstyle.html +++ b/samples/xhtmlstyle.html @@ -1,7 +1,7 @@ @@ -62,6 +62,18 @@ CKEDITOR.replace( 'textarea_id', { contentsCss: 'assets/outputxhtml/outputxhtml.css', /* + * Special allowed content rules for spans used by + * font face, size, and color buttons. + * + * Note: all rules have been written separately so + * it was possible to specify required classes. + */ + extraAllowedContent: 'span(!FontColor1);span(!FontColor2);span(!FontColor3);' + + 'span(!FontColor1BG);span(!FontColor2BG);span(!FontColor3BG);' + + 'span(!FontComic);span(!FontCourier);span(!FontTimes);' + + 'span(!FontSmaller);span(!FontLarger);span(!FontSmall);span(!FontBig);span(!FontDouble)', + + /* * Core styles. */ coreStyles_bold: { @@ -211,7 +223,7 @@ CKEDITOR.replace( 'textarea_id', { CKEditor - The text editor for the Internet - http://ckeditor.com

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