Navigator : Home > Replace Textarea Elements by Class Name

This sample shows how to automatically replace all <textarea> elements of a given class with a eWebEditor instance. To replace a <textarea> element, simply assign it the "ewebeditor" class, as in the code below:

<textarea class="ewebeditor" name="content1"></textarea>

Example 1:

Example 2: