X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/e7f8fb547940c134de50db80ffaf54be1135ca7b..fbd145a2acd338b7bb7d152fa24692d8ff3e6b4c:/skins/ckeditor/samples/replacebyclass.html diff --git a/skins/ckeditor/samples/replacebyclass.html b/skins/ckeditor/samples/replacebyclass.html deleted file mode 100644 index 6fc3e6f..0000000 --- a/skins/ckeditor/samples/replacebyclass.html +++ /dev/null @@ -1,57 +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.
-