From e0ce9b34fc67a7555ad2bd1c49f565ab63200a03 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Sat, 16 May 2026 15:10:06 +0100 Subject: Strip samples folder --- samples/old/inlinetextarea.html | 116 ---------------------------------------- 1 file changed, 116 deletions(-) delete mode 100755 samples/old/inlinetextarea.html (limited to 'samples/old/inlinetextarea.html') diff --git a/samples/old/inlinetextarea.html b/samples/old/inlinetextarea.html deleted file mode 100755 index eea0a97..0000000 --- a/samples/old/inlinetextarea.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - Replace Textarea with Inline Editor — CKEditor Sample - - - - - - -

- CKEditor Samples » Replace Textarea with Inline Editor -

-
- This sample is not maintained anymore. Check out its brand new version in CKEditor - Examples. -
-
-

- You can also create an inline editor from a textarea - element. In this case the textarea will be replaced - by a div element with inline editing enabled. -

-
-// "article-body" is the name of a textarea element.
-var editor = CKEDITOR.inline( 'article-body' );
-
-
-
-

This is a sample form with some fields

-

- Title:
- -

-

- Article Body (Textarea converted to CKEditor):
- -

-

- -

-
- - - - - - \ No newline at end of file -- cgit v1.3