X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=samples%2Findex.html;h=97e5e5acfa91fbbdc0a0144acd15dbddab762ed2;hb=10cdc4f5281828f2edcee3782050b80af5183f50;hp=1301067ab8c9dda30fc47e366d572cbb3aa513e1;hpb=860af3c4bde9866c53d5123c57e3dc6166e0fe1e;p=ckeditor.git diff --git a/samples/index.html b/samples/index.html index 1301067..97e5e5a 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.
@@ -88,6 +97,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license +
Toolbar ConfigurationsNew!
+
Configuring CKEditor to display full or custom toolbar layout.
+
Using the JavaScript API to customize dialog windows
Using the dialog windows API to customize dialog windows without changing the original editor code.
@@ -99,9 +111,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
Output HTML
Configuring CKEditor to produce legacy HTML 4 code.
- -
Toolbar ConfigurationsNew!
-
Configuring CKEditor to display full or custom toolbar layout.