From e47e83cf6bded3d1924b4d500193e7876833ef83 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 2 Jul 2017 13:03:43 -0400 Subject: Created admin panel Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :( --- .../ckeditor/plugins/image2/samples/image2.html | 68 ++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 app/assets/javascripts/ckeditor/plugins/image2/samples/image2.html (limited to 'app/assets/javascripts/ckeditor/plugins/image2/samples/image2.html') diff --git a/app/assets/javascripts/ckeditor/plugins/image2/samples/image2.html b/app/assets/javascripts/ckeditor/plugins/image2/samples/image2.html new file mode 100644 index 0000000..9c3ef13 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/image2/samples/image2.html @@ -0,0 +1,68 @@ + + + + + + New Image plugin — CKEditor Sample + + + + + + + + + +

+ CKEditor Samples » New Image plugin +

+
+ This sample is not maintained anymore. Check out its brand new version in CKEditor SDK. +
+ +
+

+ This editor is using the new Image (image2) plugin, which implements a dynamic click-and-drag resizing + and easy captioning of the images. +

+

+ To use the new plugin, extend config.extraPlugins: +

+
+CKEDITOR.replace( 'textarea_id', {
+	extraPlugins: 'image2'
+} );
+
+
+ + + + + + + + -- cgit 1.4.1