X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=samples%2Findex.html;h=cd02f3cf2762c46dea1f00cef81531319b203112;hb=26ea9b471a69b563dfa9fb7c9c8d97db8e56de0e;hp=1301067ab8c9dda30fc47e366d572cbb3aa513e1;hpb=860af3c4bde9866c53d5123c57e3dc6166e0fe1e;p=ckeditor.git diff --git a/samples/index.html b/samples/index.html index 1301067..cd02f3c 100644 --- a/samples/index.html +++ b/samples/index.html @@ -1,7 +1,7 @@ @@ -24,6 +24,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
Replace textarea elements by code
Replacement of textarea elements with CKEditor instances by using a JavaScript call.
+ +
Create editors with jQuery New!
+
Creating standard and inline CKEditor instances with jQuery adapter.

@@ -58,6 +61,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
Convert element into an inline editor by code New!
Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.
+
Replace textarea with inline editor New!
+
A form with a textarea that is replaced by an inline editor at runtime.
+ @@ -65,6 +71,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license Advanced Samples

+
Data filtering and features activation New!
+
Data filtering and automatic features activation basing on configuration.
+
Replace DIV elements on the fly
Transforming a div element into an instance of CKEditor with a mouse click.