JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.1_full
[ckeditor.git] / samples / plugins / magicline / magicline.html
index 77e9093..2ee60ee 100644 (file)
@@ -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