3 Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
\r 
   4 For licensing, see LICENSE.md or http://ckeditor.com/license
\r 
   8         <meta charset="utf-8">
\r 
   9         <title>CKEditor Samples</title>
\r 
  10         <link rel="stylesheet" href="sample.css">
\r 
  13         <h1 class="samples">
\r 
  16         <div class="warning deprecated">
\r 
  17                 These samples are not maintained anymore. Check out the <a href="http://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>.
\r 
  19         <div class="twoColumns">
\r 
  20                 <div class="twoColumnsLeft">
\r 
  21                         <h2 class="samples">
\r 
  24                         <dl class="samples">
\r 
  25                                 <dt><a class="samples" href="replacebyclass.html">Replace textarea elements by class name</a></dt>
\r 
  26                                 <dd>Automatic replacement of all textarea elements of a given class with a CKEditor instance.</dd>
\r 
  28                                 <dt><a class="samples" href="replacebycode.html">Replace textarea elements by code</a></dt>
\r 
  29                                 <dd>Replacement of textarea elements with CKEditor instances by using a JavaScript call.</dd>
\r 
  31                                 <dt><a class="samples" href="jquery.html">Create editors with jQuery</a></dt>
\r 
  32                                 <dd>Creating standard and inline CKEditor instances with jQuery adapter.</dd>
\r 
  35                         <h2 class="samples">
\r 
  38                         <dl class="samples">
\r 
  39                                 <dt><a class="samples" href="uicolor.html">User Interface color</a></dt>
\r 
  40                                 <dd>Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.</dd>
\r 
  42                                 <dt><a class="samples" href="uilanguages.html">User Interface languages</a></dt>
\r 
  43                                 <dd>Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.</dd>
\r 
  47                         <h2 class="samples">Plugins</h2>
 
  49 <dt><a class="samples" href="sourcedialog/sourcedialog.html">Editing source code in a dialog</a><span class="new">New!</span></dt>
 
  50 <dd>Editing HTML content of both inline and classic editor instances.</dd>
 
  53                 <div class="twoColumnsRight">
\r 
  54                         <h2 class="samples">
\r 
  57                         <dl class="samples">
\r 
  58                                 <dt><a class="samples" href="inlineall.html">Massive inline editor creation</a></dt>
\r 
  59                                 <dd>Turn all elements with <code>contentEditable = true</code> attribute into inline editors.</dd>
\r 
  61                                 <dt><a class="samples" href="inlinebycode.html">Convert element into an inline editor by code</a></dt>
\r 
  62                                 <dd>Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.</dd>
\r 
  64                                 <dt><a class="samples" href="inlinetextarea.html">Replace textarea with inline editor</a> <span class="new">New!</span></dt>
\r 
  65                                 <dd>A form with a textarea that is replaced by an inline editor at runtime.</dd>
\r 
  70                         <h2 class="samples">
\r 
  73                         <dl class="samples">
\r 
  74                                 <dt><a class="samples" href="datafiltering.html">Data filtering and features activation</a> <span class="new">New!</span></dt>
\r 
  75                                 <dd>Data filtering and automatic features activation basing on configuration.</dd>
\r 
  77                                 <dt><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a></dt>
\r 
  78                                 <dd>Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.</dd>
\r 
  80                                 <dt><a class="samples" href="appendto.html">Append editor instances</a></dt>
\r 
  81                                 <dd>Appending editor instances to existing DOM elements.</dd>
\r 
  83                                 <dt><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a></dt>
\r 
  84                                 <dd>Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.</dd>
\r 
  86                                 <dt><a class="samples" href="api.html">Basic usage of the API</a></dt>
\r 
  87                                 <dd>Using the CKEditor JavaScript API to interact with the editor at runtime.</dd>
\r 
  89                                 <dt><a class="samples" href="xhtmlstyle.html">XHTML-compliant style</a></dt>
\r 
  90                                 <dd>Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.</dd>
\r 
  92                                 <dt><a class="samples" href="readonly.html">Read-only mode</a></dt>
\r 
  93                                 <dd>Using the readOnly API to block introducing changes to the editor contents.</dd>
\r 
  95                                 <dt><a class="samples" href="tabindex.html">"Tab" key-based navigation</a></dt>
\r 
  96                                 <dd>Navigating among editor instances with tab key.</dd>
\r 
 100 <dt><a class="samples" href="dialog/dialog.html">Using the JavaScript API to customize dialog windows</a></dt>
 
 101 <dd>Using the dialog windows API to customize dialog windows without changing the original editor code.</dd>
 
 103 <dt><a class="samples" href="enterkey/enterkey.html">Using the "Enter" key in CKEditor</a></dt>
 
 104 <dd>Configuring the behavior of <em>Enter</em> and <em>Shift+Enter</em> keys.</dd>
 
 106 <dt><a class="samples" href="toolbar/toolbar.html">Toolbar Configurations</a></dt>
 
 107 <dd>Configuring CKEditor to display full or custom toolbar layout.</dd>
 
 115                         CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
\r 
 118                         Copyright © 2003-2017, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
\r