JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.1_full
[ckeditor.git] / samples / plugins / magicline / magicline.html
index 2456383..2ee60ee 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html>\r
 <!--\r
-Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 -->\r
 <html>\r
@@ -103,7 +103,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                        // window.onload event handler.\r
 \r
                        CKEDITOR.replace( 'editor1', {\r
-                               extraPlugins: 'magicline' // Ensure that magicline plugin, which is required for this sample, is loaded.\r
+                               extraPlugins: 'magicline',      // Ensure that magicline plugin, which is required for this sample, is loaded.\r
+                               allowedContent: true            // Switch off the ACF, so very complex content created to\r
+                                                                                       // show magicline's power isn't filtered.\r
                        } );\r
 \r
                </script>\r
@@ -184,7 +186,9 @@ CKEDITOR.replace( 'editor2', {
 \r
                        CKEDITOR.replace( 'editor2', {\r
                                extraPlugins: 'magicline',      // Ensure that magicline plugin, which is required for this sample, is loaded.\r
-                               magicline_color: 'blue'         // Blue line\r
+                               magicline_color: 'blue',        // Blue line\r
+                               allowedContent: true            // Switch off the ACF, so very complex content created to\r
+                                                                                       // show magicline's power isn't filtered.\r
                        });\r
 \r
                </script>\r
@@ -195,7 +199,7 @@ CKEDITOR.replace( 'editor2', {
                        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-2012, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
+                       Copyright &copy; 2003-2013, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
                        Knabben. All rights reserved.\r
                </p>\r
        </div>\r