X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=samples%2Findex.html;fp=samples%2Findex.html;h=d9065ff6bef4eecfd3bd03e8172cda8ad4ec7561;hp=97e5e5acfa91fbbdc0a0144acd15dbddab762ed2;hb=57bde48ab8a99810fe524a8b511b2f501bf7f318;hpb=10cdc4f5281828f2edcee3782050b80af5183f50 diff --git a/samples/index.html b/samples/index.html index 97e5e5a..d9065ff 100644 --- a/samples/index.html +++ b/samples/index.html @@ -25,7 +25,7 @@ For licensing, see LICENSE.md 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!
+
Create editors with jQuery
Creating standard and inline CKEditor instances with jQuery adapter.
@@ -43,7 +43,7 @@ For licensing, see LICENSE.md or http://ckeditor.com/license

Plugins

-
Magicline pluginNew!
+
Magicline plugin
Using the Magicline plugin to access difficult focus spaces.
Full page support
@@ -52,13 +52,13 @@ For licensing, see LICENSE.md 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!
@@ -92,14 +92,11 @@ For licensing, see LICENSE.md 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.
-
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.
@@ -111,6 +108,9 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
Output HTML
Configuring CKEditor to produce legacy HTML 4 code.
+ +
Toolbar Configurations
+
Configuring CKEditor to display full or custom toolbar layout.