X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/js/ckeditor/samples/old/inlinetextarea.html diff --git a/js/ckeditor/samples/old/inlinetextarea.html b/js/ckeditor/samples/old/inlinetextarea.html new file mode 100644 index 000000000..504d181b3 --- /dev/null +++ b/js/ckeditor/samples/old/inlinetextarea.html @@ -0,0 +1,113 @@ + + + +
+ +
+ 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' ); ++