CKEditor '+CKEDITOR.version+" (revision "+CKEDITOR.revision+')
http://ckeditor.com
'+a.help.replace("$1",''+ 7 | a.userGuide+"")+"
"+a.moreInfo+'
http://ckeditor.com/about/license
'+a.copy.replace("$1",'CKSource - Frederico Knabben')+"
20 | The CKEDITOR.appendTo()
method serves to to place editors inside existing DOM elements. Unlike CKEDITOR.replace()
,
21 | a target container to be replaced is no longer necessary. A new editor
22 | instance is inserted directly wherever it is desired.
23 |
CKEDITOR.appendTo( 'container_id', 25 | { /* Configuration options to be used. */ } 26 | 'Editor content to be used.' 27 | );28 |