JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.3.2_full
[ckeditor.git] / samples / plugins / magicline / magicline.html
index 2456383..800fbb3 100644 (file)
@@ -1,18 +1,17 @@
 <!DOCTYPE html>\r
 <!--\r
-Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
-For licensing, see LICENSE.html or http://ckeditor.com/license\r
+Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
 -->\r
 <html>\r
 <head>\r
-       <title>Using Magicline plugin &mdash; CKEditor Sample</title>\r
        <meta charset="utf-8">\r
+       <title>Using Magicline plugin &mdash; CKEditor Sample</title>\r
        <script src="../../../ckeditor.js"></script>\r
        <link rel="stylesheet" href="../../../samples/sample.css">\r
        <meta name="ckeditor-sample-name" content="Magicline plugin">\r
        <meta name="ckeditor-sample-group" content="Plugins">\r
        <meta name="ckeditor-sample-description" content="Using the Magicline plugin to access difficult focus spaces.">\r
-       <meta name="ckeditor-sample-isnew" content="1">\r
 </head>\r
 <body>\r
        <h1 class="samples">\r
@@ -103,7 +102,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 +185,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 +198,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-2014, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico\r
                        Knabben. All rights reserved.\r
                </p>\r
        </div>\r