X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=samples%2Fplugins%2Fmagicline%2Fmagicline.html;h=b09fcf7e7dc596dc385d253d5aa58c4a9e2969a4;hb=a0df3d0ab0c5252b5e2e0fd274705ede834c2276;hp=2456383ed407a53a714afa35dd11fcffb78175a6;hpb=4625dba05116026713fee9008dd93306be0d1553;p=ckeditor.git diff --git a/samples/plugins/magicline/magicline.html b/samples/plugins/magicline/magicline.html index 2456383..b09fcf7 100644 --- a/samples/plugins/magicline/magicline.html +++ b/samples/plugins/magicline/magicline.html @@ -1,18 +1,17 @@ - Using Magicline plugin — CKEditor Sample + Using Magicline plugin — CKEditor Sample -

@@ -103,7 +102,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license // window.onload event handler. CKEDITOR.replace( 'editor1', { - extraPlugins: 'magicline' // Ensure that magicline plugin, which is required for this sample, is loaded. + extraPlugins: 'magicline', // Ensure that magicline plugin, which is required for this sample, is loaded. + allowedContent: true // Switch off the ACF, so very complex content created to + // show magicline's power isn't filtered. } ); @@ -184,7 +185,9 @@ CKEDITOR.replace( 'editor2', { CKEDITOR.replace( 'editor2', { extraPlugins: 'magicline', // Ensure that magicline plugin, which is required for this sample, is loaded. - magicline_color: 'blue' // Blue line + magicline_color: 'blue', // Blue line + allowedContent: true // Switch off the ACF, so very complex content created to + // show magicline's power isn't filtered. }); @@ -195,7 +198,7 @@ CKEDITOR.replace( 'editor2', { CKEditor - The text editor for the Internet - http://ckeditor.com

- Copyright © 2003-2012, CKSource - Frederico + Copyright © 2003-2015, CKSource - Frederico Knabben. All rights reserved.