X-Git-Url: https://scm.cri.minesparis.psl.eu/git/ckeditor.git/blobdiff_plain/e11f66eb655db8339a2d9b197b89f6c3b26099e1..579f65bc95a773bc6f8da75f6849ea49f365368b:/skins/ckeditor/_samples/replacebycode.html diff --git a/skins/ckeditor/_samples/replacebycode.html b/skins/ckeditor/_samples/replacebycode.html deleted file mode 100644 index beb779e..0000000 --- a/skins/ckeditor/_samples/replacebycode.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - Replace Textarea by Code — CKEditor Sample - - - - - - -

- CKEditor Sample — Replace Textarea Elements Using JavaScript Code -

-
-

- This sample shows how to automatically replace all <textarea> elements - with a CKEditor instance by using a JavaScript call. -

-

- To replace a <textarea> element, place the following call at any point - after the <textarea> element or inside a <script> element located - in the <head> section of the page, in a window.onload event handler: -

-
CKEDITOR.replace( 'textarea_id' );
-

- Note that textarea_id in the code above is the id attribute of - the <textarea> element to be replaced. -

-
- - -
- -
-
-

- - - -

-

- - - -

-

- -

-
- - -