/home/techb158/workloadmatch.com/workloadmatch.com/plugins/ckeditor/samples/old
Edit: /home/techb158/workloadmatch.com/workloadmatch.com/plugins/ckeditor/samples/old/replacebyclass.html (6951B)
Replace Textareas by Class Name — CKEditor Sample
CKEditor Samples » Replace Textarea Elements by Class Name
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.