/home/desid573/public_html/eway/pdd/app/webroot/admin/plugins/ckeditor/samples
NameSizeModeActions
assets/-0755rm
plugins/-0755rm
ajax.html24260644editdlrm
api.html67790644editdlrm
appendto.html20260644editdlrm
datafiltering.html343240644editdlrm
divreplace.html43520644editdlrm
index.html55310644editdlrm
inlineall.html96880644editdlrm
inlinebycode.html58730644editdlrm
inlinetextarea.html46140644editdlrm
jquery.html72280644editdlrm
readonly.html26150644editdlrm
replacebyclass.html67770644editdlrm
replacebycode.html66610644editdlrm
sample.css50300644editdlrm
sample.js16250644editdlrm
sample_posteddata.php8150644editdlrm
tabindex.html21310644editdlrm
uicolor.html23380644editdlrm
uilanguages.html41750644editdlrm
xhtmlstyle.html66060644editdlrm
Edit: /home/desid573/public_html/eway/pdd/app/webroot/admin/plugins/ckeditor/samples/replacebyclass.html (6777B)
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.