From 20f9884f9a52e810d7e3cdbdd92eabc64812e097 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 15 Mar 2014 15:05:42 -0300 Subject: Squashed 'mod/ckeditor/' content from commit 9f4ede0 git-subtree-dir: mod/ckeditor git-subtree-split: 9f4ede06562e229a26d7ae8d32ebb23453c293e7 --- .../samples/plugins/magicline/magicline.html | 203 +++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 vendors/ckeditor/samples/plugins/magicline/magicline.html (limited to 'vendors/ckeditor/samples/plugins/magicline') diff --git a/vendors/ckeditor/samples/plugins/magicline/magicline.html b/vendors/ckeditor/samples/plugins/magicline/magicline.html new file mode 100644 index 000000000..77e90931a --- /dev/null +++ b/vendors/ckeditor/samples/plugins/magicline/magicline.html @@ -0,0 +1,203 @@ + + + + + Using Magicline plugin — CKEditor Sample + + + + + + + + + +

+ CKEditor Samples » Using Magicline plugin +

+
+

+ This sample shows the advantages of Magicline plugin + which is to enhance the editing process. Thanks to this plugin, + a number of difficult focus spaces which are inaccessible due to + browser issues can now be focused. +

+

+ Magicline plugin shows a red line with a handler + which, when clicked, inserts a paragraph and allows typing. To see this, + focus an editor and move your mouse above the focus space you want + to access. The plugin is enabled by default so no additional + configuration is necessary. +

+
+
+ +
+

+ This editor uses a default Magicline setup. +

+
+ + +
+
+
+ +
+

+ This editor is using a blue line. +

+
+CKEDITOR.replace( 'editor2', {
+	magicline_color: 'blue'
+});
+
+ + +
+ + + -- cgit v1.2.3