All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.org.richfaces.ckeditor.samples.old.inlinetextarea.html Maven / Gradle / Ivy

There is a newer version: 5.0.0.Alpha3
Show newest version




	
	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 SDK.

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy