X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_samples%2Freplacebyclass.html;fp=_samples%2Freplacebyclass.html;h=0000000000000000000000000000000000000000;hb=4625dba05116026713fee9008dd93306be0d1553;hp=c397193713cb1acb1f866d220ca05add9d34c4dc;hpb=3fe9cac293e090ea459a3ee10d78cbe9e1dd0e03;p=ckeditor.git diff --git a/_samples/replacebyclass.html b/_samples/replacebyclass.html deleted file mode 100644 index c397193..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. -

-
- - -
- -
-
-

- - -

-

- -

-
- - -