X-Git-Url: https://git.0d.be/?p=panikdb.git;a=blobdiff_plain;f=panikdb%2Fstatic%2Fckeditor%2Fckeditor%2Fsamples%2Finlinetextarea.html;fp=panikdb%2Fstatic%2Fckeditor%2Fckeditor%2Fsamples%2Finlinetextarea.html;h=0000000000000000000000000000000000000000;hp=e61b1d45e33d8547b9033d23072e5a1f2c42239a;hb=783c5ef5f527e7ef660042061d1e800036654443;hpb=b6c88586ad4f2aed1fa77a3d227835a825234b50 diff --git a/panikdb/static/ckeditor/ckeditor/samples/inlinetextarea.html b/panikdb/static/ckeditor/ckeditor/samples/inlinetextarea.html deleted file mode 100644 index e61b1d4..0000000 --- a/panikdb/static/ckeditor/ckeditor/samples/inlinetextarea.html +++ /dev/null @@ -1,110 +0,0 @@ - - - - - Replace Textarea with Inline Editor — CKEditor Sample - - - - - - -

- CKEditor Samples » Replace Textarea with Inline Editor -

-
-

- 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):
- -

-

- -

-
- - - - -