X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/871bad8291b6dbc29d489d95d185458caab25158..14d450d78a2d67ec1decd64c928151851961dd36:/_samples/replacebyclass.html diff --git a/_samples/replacebyclass.html b/_samples/replacebyclass.html deleted file mode 100644 index 117640f..0000000 --- a/_samples/replacebyclass.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - Replace Textareas by Class Name — CKEditor Sample - - - - - - -

- CKEditor Sample — 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. -

-
- - -
- -
-
-

- - -

-

- -

-
- - -