X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_samples%2Fajax.html;h=82c0ea257544fb2254e616e7d19e05160e9717c2;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=931f58bcc501e1da7c875ed197c7b623e94dbfd5;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_samples/ajax.html b/_samples/ajax.html index 931f58b..82c0ea2 100644 --- a/_samples/ajax.html +++ b/_samples/ajax.html @@ -1,11 +1,11 @@ - Ajax - CKEditor Sample + Ajax — CKEditor Sample @@ -13,29 +13,17 @@ For licensing, see LICENSE.html or http://ckeditor.com/license -

- 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.

@@ -87,10 +87,10 @@ function removeEditor()