8889841chome/clixcotz/mars.clix.co.tz/public/assets/js/ckeditor/samples/replacebyclass.html000066600000015262150515601240024626 0ustar00 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.