X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/e7f8fb547940c134de50db80ffaf54be1135ca7b..fbd145a2acd338b7bb7d152fa24692d8ff3e6b4c:/skins/ckeditor/samples/appendto.html diff --git a/skins/ckeditor/samples/appendto.html b/skins/ckeditor/samples/appendto.html deleted file mode 100644 index e308eda..0000000 --- a/skins/ckeditor/samples/appendto.html +++ /dev/null @@ -1,57 +0,0 @@ - - - -
- -
- CKEDITOR.appendTo
is basically 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.' -);-