﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2454	V3: Instances creation	Frederico Caldeira Knabben	Frederico Caldeira Knabben	"The CKEditor prototype implements a few ways to create editor instances. All methods are defined under the CKEDITOR object, and are available in the ""basic"" code version.

 * '''CKEDITOR.replace()''': replaces a textarea or a div with an editor instance. See the replacebycode.html and divreplace.html samples.

 * '''CKEDITOR.replaceAll()''': replace all testareas in the page. It is possible to pass a class name to be used to filter selected textareas, or even a function that asserts the replacement.

 * '''CKEDITOR.appendTo()''': creates and editor instance inside a DOM element. There is no field associated to the editor in this case. See the ajax.html sample.

 * '''CKEDITOR.replaceClass''': if CKEDITOR.replaceByClassEnabled is enabled, all textareas with class name that match CKEDITOR.replaceClass will be automaticaly replaced. This is enabled by default, for the class name ""ckeditor"". See the replacebyclass.html sample.

All function return the created editor instance, which can be used to manipulate it, like adding event listeners.
"	New Feature	closed	Normal	CKEditor 3.0	General		fixed	Confirmed V3ProtoCore Review+	
