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

-
- - -
- -
-
-

- - - -

-

- - - -

-

- -

-
- - -