JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.3
[ckeditor.git] / _samples / output_xhtml.html
index 2fcd5b2..ba66a48 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
 <!--\r
-Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 -->\r
 <html xmlns="http://www.w3.org/1999/xhtml">\r
@@ -94,7 +94,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                                                font_style :\r
                                                {\r
                                                                element         : 'span',\r
-                                                               attributes              : { 'class' : '#(family)' }\r
+                                                               attributes              : { 'class' : '#(family)' },\r
+                                                               overrides       : [ { element : 'span', attributes : { 'class' : /^Font(?:Comic|Courier|Times)$/ } } ]\r
                                                },\r
 \r
                                                /*\r
@@ -104,7 +105,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                                                fontSize_style :\r
                                                        {\r
                                                                element         : 'span',\r
-                                                               attributes      : { 'class' : '#(size)' }\r
+                                                               attributes      : { 'class' : '#(size)' },\r
+                                                               overrides       : [ { element : 'span', attributes : { 'class' : /^Font(?:Smaller|Larger|Small|Big|Double)$/ } } ]\r
                                                        } ,\r
 \r
                                                /*\r
@@ -116,13 +118,15 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                                                colorButton_foreStyle :\r
                                                        {\r
                                                                element : 'span',\r
-                                                               attributes : { 'class' : '#(color)' }\r
+                                                               attributes : { 'class' : '#(color)' },\r
+                                                               overrides       : [ { element : 'span', attributes : { 'class' : /^FontColor(?:1|2|3)$/ } } ]\r
                                                        },\r
 \r
                                                colorButton_backStyle :\r
                                                        {\r
                                                                element : 'span',\r
-                                                               attributes : { 'class' : '#(color)BG' }\r
+                                                               attributes : { 'class' : '#(color)BG' },\r
+                                                               overrides       : [ { element : 'span', attributes : { 'class' : /^FontColor(?:1|2|3)BG$/ } } ]\r
                                                        },\r
 \r
                                                /*\r
@@ -169,7 +173,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                        CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
                </p>\r
                <p id="copy">\r
-                       Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+                       Copyright &copy; 2003-2012, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
                        Knabben. All rights reserved.\r
                </p>\r
        </div>\r