diff -r 1324bd8747ff -r 7f25a4453865 server/php/basic/public_html/static/lib/ckeditor/samples/replacebyclass.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/server/php/basic/public_html/static/lib/ckeditor/samples/replacebyclass.html Fri Jun 19 13:35:23 2015 +0200 @@ -0,0 +1,57 @@ + + + +
+ +
+ 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.
+