X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=samples%2Findex.html;h=d9065ff6bef4eecfd3bd03e8172cda8ad4ec7561;hb=57bde48ab8a99810fe524a8b511b2f501bf7f318;hp=b868a2395250f1720a1850ebcefd3c955c678319;hpb=9ff13aaba26bcf5e5315d53a58465507b3c44196;p=ckeditor.git diff --git a/samples/index.html b/samples/index.html index b868a23..d9065ff 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
+
Creating standard and inline CKEditor instances with jQuery adapter.

@@ -40,7 +43,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license

Plugins

-
Magicline pluginNew!
+
Magicline plugin
Using the Magicline plugin to access difficult focus spaces.
Full page support
@@ -49,15 +52,18 @@ For licensing, see LICENSE.html or http://ckeditor.com/license

- Inline Editing New! + Inline Editing

-
Massive inline editor creation New!
+
Massive inline editor creation
Turn all elements with contentEditable = true attribute into inline editors.
-
Convert element into an inline editor by code New!
+
Convert element into an inline editor by code
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.
+
@@ -86,7 +92,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
Read-only mode
Using the readOnly API to block introducing changes to the editor contents.
-
"Tab" key-based navigation New!
+
"Tab" key-based navigation
Navigating among editor instances with tab key.
@@ -103,7 +109,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
Output HTML
Configuring CKEditor to produce legacy HTML 4 code.
-
Toolbar ConfigurationsNew!
+
Toolbar Configurations
Configuring CKEditor to display full or custom toolbar layout.