JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.2_full
[ckeditor.git] / samples / plugins / magicline / magicline.html
index 77e9093..0417235 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>\r
 <!--\r
 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
-For licensing, see LICENSE.html or http://ckeditor.com/license\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
 -->\r
 <html>\r
 <head>\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