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

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