X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/js/ckeditor/samples/old/replacebyclass.html diff --git a/js/ckeditor/samples/old/replacebyclass.html b/js/ckeditor/samples/old/replacebyclass.html new file mode 100644 index 000000000..2edbf4934 --- /dev/null +++ b/js/ckeditor/samples/old/replacebyclass.html @@ -0,0 +1,60 @@ + + + +
+ +
+ 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.
+