X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_samples%2Fajax.html;h=82c0ea257544fb2254e616e7d19e05160e9717c2;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=0cd8ce8b68edd7778ea9ef35fd73cd4e1d0600c4;hpb=c6e377a02b54abc07129d72b632763c727476a15;p=ckeditor.git diff --git a/_samples/ajax.html b/_samples/ajax.html index 0cd8ce8..82c0ea2 100644 --- a/_samples/ajax.html +++ b/_samples/ajax.html @@ -1,11 +1,11 @@ - Ajax - CKEditor Sample + Ajax — CKEditor Sample @@ -13,31 +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.

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