X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c59e85c3a7538b1279e25022a6cf431ca1dee700..b857a9fcba5c0f6f96cfc7d85308aab6860ca089:/js/ckeditor/samples/old/appendto.html diff --git a/js/ckeditor/samples/old/appendto.html b/js/ckeditor/samples/old/appendto.html new file mode 100644 index 000000000..dbabf750a --- /dev/null +++ b/js/ckeditor/samples/old/appendto.html @@ -0,0 +1,59 @@ + + + +
+ +
+ 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.'
+);
+