X-Git-Url: https://scm.cri.minesparis.psl.eu/git/ckeditor.git/blobdiff_plain/e11f66eb655db8339a2d9b197b89f6c3b26099e1..579f65bc95a773bc6f8da75f6849ea49f365368b:/skins/ckeditor/_samples/replacebyclass.html?ds=sidebyside diff --git a/skins/ckeditor/_samples/replacebyclass.html b/skins/ckeditor/_samples/replacebyclass.html deleted file mode 100644 index 117640f..0000000 --- a/skins/ckeditor/_samples/replacebyclass.html +++ /dev/null @@ -1,64 +0,0 @@ - - - -
-
- 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.
-