X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=samples%2Findex.html;h=97e5e5acfa91fbbdc0a0144acd15dbddab762ed2;hb=10cdc4f5281828f2edcee3782050b80af5183f50;hp=b868a2395250f1720a1850ebcefd3c955c678319;hpb=9ff13aaba26bcf5e5315d53a58465507b3c44196;p=ckeditor.git diff --git a/samples/index.html b/samples/index.html index b868a23..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.
+ @@ -91,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.
@@ -102,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.