X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=samples%2Fxhtmlstyle.html;h=cbda1640925fe32bbe17479f917659478acd7c09;hb=53700a2c9aa44599d0a74cb0e0b5e5fbdead0fcd;hp=d650d34f8a7dae4f39c0f0dc0927cbac09a662f1;hpb=4625dba05116026713fee9008dd93306be0d1553;p=ckeditor.git diff --git a/samples/xhtmlstyle.html b/samples/xhtmlstyle.html index d650d34..cbda164 100644 --- a/samples/xhtmlstyle.html +++ b/samples/xhtmlstyle.html @@ -1,6 +1,6 @@ @@ -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.