X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_samples%2Fajax.html;h=499c09b88708573c018426bbf3f21438d4543e9c;hp=153e5469cdcc1734abba364c0e95584745739cbb;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hpb=9afde8772159bd3436f1f5b7862960307710ae5a diff --git a/_samples/ajax.html b/_samples/ajax.html index 153e546..499c09b 100644 --- a/_samples/ajax.html +++ b/_samples/ajax.html @@ -1,11 +1,11 @@ - Ajax - CKEditor Sample + Ajax — CKEditor Sample @@ -46,9 +46,20 @@ function removeEditor() -

- CKEditor Sample +

+ CKEditor Sample — Create and Destroy Editor Instances for Ajax Applications

+
+

+ This sample shows how to create and destroy CKEditor instances on the fly. After the removal of CKEditor the content created inside the editing + area will be displayed in a <div> element. +

+

+ For details of how to create this setup check the source code of this sample page + for JavaScript code responsible for the creation and destruction of a CKEditor instance. +

+
+
+

Click the buttons to create and remove a CKEditor instance.

@@ -76,10 +88,10 @@ function removeEditor()