
META-INF.resources.primefaces-extensions.ckeditor.samples.inlinetextarea.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of resources-ckeditor Show documentation
Show all versions of resources-ckeditor Show documentation
CKEditor Resources for PrimeFaces Extensions Project for Maven.
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' );
© 2015 - 2025 Weber Informatics LLC | Privacy Policy