diff -r 1324bd8747ff -r 3329b413db18 server/php/basic/public_html/static/lib/ckeditor/samples/appendto.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/server/php/basic/public_html/static/lib/ckeditor/samples/appendto.html Thu Jun 18 16:54:57 2015 +0200 @@ -0,0 +1,56 @@ + + + +
+ +
+ The CKEDITOR.appendTo() method serves to to place editors inside existing DOM elements. Unlike CKEDITOR.replace(),
+ a target container to be replaced is no longer necessary. A new editor
+ instance is inserted directly wherever it is desired.
+
CKEDITOR.appendTo( 'container_id',
+ { /* Configuration options to be used. */ }
+ 'Editor content to be used.'
+);
+