8889841chome/clixcotz/mars.clix.co.tz/public/assets/js/ckeditor/samples/replacebyclass.html 0000666 00000015262 15051560124 0024626 0 ustar 00
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.