From b71f4c216fbe725af0b81ca42ab628d0f596b5a0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 11 Jul 2015 15:26:48 -0700 Subject: update CKeditor --- .../ckeditor/samples/old/replacebyclass.html | 60 ++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 httemplate/elements/ckeditor/samples/old/replacebyclass.html (limited to 'httemplate/elements/ckeditor/samples/old/replacebyclass.html') diff --git a/httemplate/elements/ckeditor/samples/old/replacebyclass.html b/httemplate/elements/ckeditor/samples/old/replacebyclass.html new file mode 100644 index 000000000..72dc23218 --- /dev/null +++ b/httemplate/elements/ckeditor/samples/old/replacebyclass.html @@ -0,0 +1,60 @@ + + + + + + Replace Textareas by Class Name — CKEditor Sample + + + + +

+ CKEditor Samples » Replace Textarea Elements by Class Name +

+
+ This sample is not maintained anymore. Check out the brand new samples in CKEditor SDK. +
+
+

+ This sample shows how to automatically replace all <textarea> elements + of a given class with a CKEditor instance. +

+

+ To replace a <textarea> element, simply assign it the ckeditor + class, as in the code below: +

+
+<textarea class="ckeditor" name="editor1"></textarea>
+
+

+ Note that other <textarea> attributes (like id or name) need to be adjusted to your document. +

+
+
+

+ + +

+

+ +

+
+ + + -- cgit v1.2.1