8889841chome/clixcotz/mars.clix.co.tz/public/assets/js/ckeditor/samples/inlinetextarea.html 0000666 00000011213 15051517773 0024652 0 ustar 00
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' );