Built motion from commit 7767ffc.|0.0.132
[motion.git] / public / assets / plugins / ckeditor / samples / old / index.html
index 6c1c138..77138af 100644 (file)
@@ -1,49 +1,49 @@
-\feff<!DOCTYPE html>\r
-<!--\r
-Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
-For licensing, see LICENSE.md or http://ckeditor.com/license\r
--->\r
-<html>\r
-<head>\r
-       <meta charset="utf-8">\r
-       <title>CKEditor Samples</title>\r
-       <link rel="stylesheet" href="sample.css">\r
-</head>\r
-<body>\r
-       <h1 class="samples">\r
-               CKEditor Samples\r
-       </h1>\r
-       <div class="warning deprecated">\r
-               These samples are not maintained anymore. Check out the <a href="http://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>.\r
-       </div>\r
-       <div class="twoColumns">\r
-               <div class="twoColumnsLeft">\r
-                       <h2 class="samples">\r
-                               Basic Samples\r
-                       </h2>\r
-                       <dl class="samples">\r
-                               <dt><a class="samples" href="replacebyclass.html">Replace textarea elements by class name</a></dt>\r
-                               <dd>Automatic replacement of all textarea elements of a given class with a CKEditor instance.</dd>\r
-\r
-                               <dt><a class="samples" href="replacebycode.html">Replace textarea elements by code</a></dt>\r
-                               <dd>Replacement of textarea elements with CKEditor instances by using a JavaScript call.</dd>\r
-\r
-                               <dt><a class="samples" href="jquery.html">Create editors with jQuery</a></dt>\r
-                               <dd>Creating standard and inline CKEditor instances with jQuery adapter.</dd>\r
-                       </dl>\r
-\r
-                       <h2 class="samples">\r
-                               Basic Customization\r
-                       </h2>\r
-                       <dl class="samples">\r
-                               <dt><a class="samples" href="uicolor.html">User Interface color</a></dt>\r
-                               <dd>Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.</dd>\r
-\r
-                               <dt><a class="samples" href="uilanguages.html">User Interface languages</a></dt>\r
-                               <dd>Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.</dd>\r
-                       </dl>\r
-\r
-\r
+\feff<!DOCTYPE html>
+<!--
+Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.md or http://ckeditor.com/license
+-->
+<html>
+<head>
+       <meta charset="utf-8">
+       <title>CKEditor Samples</title>
+       <link rel="stylesheet" href="sample.css">
+</head>
+<body>
+       <h1 class="samples">
+               CKEditor Samples
+       </h1>
+       <div class="warning deprecated">
+               These samples are not maintained anymore. Check out the <a href="http://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>.
+       </div>
+       <div class="twoColumns">
+               <div class="twoColumnsLeft">
+                       <h2 class="samples">
+                               Basic Samples
+                       </h2>
+                       <dl class="samples">
+                               <dt><a class="samples" href="replacebyclass.html">Replace textarea elements by class name</a></dt>
+                               <dd>Automatic replacement of all textarea elements of a given class with a CKEditor instance.</dd>
+
+                               <dt><a class="samples" href="replacebycode.html">Replace textarea elements by code</a></dt>
+                               <dd>Replacement of textarea elements with CKEditor instances by using a JavaScript call.</dd>
+
+                               <dt><a class="samples" href="jquery.html">Create editors with jQuery</a></dt>
+                               <dd>Creating standard and inline CKEditor instances with jQuery adapter.</dd>
+                       </dl>
+
+                       <h2 class="samples">
+                               Basic Customization
+                       </h2>
+                       <dl class="samples">
+                               <dt><a class="samples" href="uicolor.html">User Interface color</a></dt>
+                               <dd>Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.</dd>
+
+                               <dt><a class="samples" href="uilanguages.html">User Interface languages</a></dt>
+                               <dd>Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.</dd>
+                       </dl>
+
+
                        <h2 class="samples">Plugins</h2>
 <dl class="samples">
 <dt><a class="samples" href="codesnippet/codesnippet.html">Code Snippet plugin</a> <span class="new">New!</span></dt>
@@ -90,54 +90,54 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
 
 <dt><a class="samples" href="wysiwygarea/fullpage.html">Full page support</a></dt>
 <dd>CKEditor inserted with a JavaScript call and used to edit the whole page from &lt;html&gt; to &lt;/html&gt;.</dd>
-</dl>\r
-               </div>\r
-               <div class="twoColumnsRight">\r
-                       <h2 class="samples">\r
-                               Inline Editing\r
-                       </h2>\r
-                       <dl class="samples">\r
-                               <dt><a class="samples" href="inlineall.html">Massive inline editor creation</a></dt>\r
-                               <dd>Turn all elements with <code>contentEditable = true</code> attribute into inline editors.</dd>\r
-\r
-                               <dt><a class="samples" href="inlinebycode.html">Convert element into an inline editor by code</a></dt>\r
-                               <dd>Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.</dd>\r
-\r
-                               <dt><a class="samples" href="inlinetextarea.html">Replace textarea with inline editor</a> <span class="new">New!</span></dt>\r
-                               <dd>A form with a textarea that is replaced by an inline editor at runtime.</dd>\r
-\r
-                               \r
-                       </dl>\r
-\r
-                       <h2 class="samples">\r
-                               Advanced Samples\r
-                       </h2>\r
-                       <dl class="samples">\r
-                               <dt><a class="samples" href="datafiltering.html">Data filtering and features activation</a> <span class="new">New!</span></dt>\r
-                               <dd>Data filtering and automatic features activation basing on configuration.</dd>\r
-\r
-                               <dt><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a></dt>\r
-                               <dd>Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.</dd>\r
-\r
-                               <dt><a class="samples" href="appendto.html">Append editor instances</a></dt>\r
-                               <dd>Appending editor instances to existing DOM elements.</dd>\r
-\r
-                               <dt><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a></dt>\r
-                               <dd>Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.</dd>\r
-\r
-                               <dt><a class="samples" href="api.html">Basic usage of the API</a></dt>\r
-                               <dd>Using the CKEditor JavaScript API to interact with the editor at runtime.</dd>\r
-\r
-                               <dt><a class="samples" href="xhtmlstyle.html">XHTML-compliant style</a></dt>\r
-                               <dd>Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.</dd>\r
-\r
-                               <dt><a class="samples" href="readonly.html">Read-only mode</a></dt>\r
-                               <dd>Using the readOnly API to block introducing changes to the editor contents.</dd>\r
-\r
-                               <dt><a class="samples" href="tabindex.html">"Tab" key-based navigation</a></dt>\r
-                               <dd>Navigating among editor instances with tab key.</dd>\r
-\r
-\r
+</dl>
+               </div>
+               <div class="twoColumnsRight">
+                       <h2 class="samples">
+                               Inline Editing
+                       </h2>
+                       <dl class="samples">
+                               <dt><a class="samples" href="inlineall.html">Massive inline editor creation</a></dt>
+                               <dd>Turn all elements with <code>contentEditable = true</code> attribute into inline editors.</dd>
+
+                               <dt><a class="samples" href="inlinebycode.html">Convert element into an inline editor by code</a></dt>
+                               <dd>Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.</dd>
+
+                               <dt><a class="samples" href="inlinetextarea.html">Replace textarea with inline editor</a> <span class="new">New!</span></dt>
+                               <dd>A form with a textarea that is replaced by an inline editor at runtime.</dd>
+
+                               
+                       </dl>
+
+                       <h2 class="samples">
+                               Advanced Samples
+                       </h2>
+                       <dl class="samples">
+                               <dt><a class="samples" href="datafiltering.html">Data filtering and features activation</a> <span class="new">New!</span></dt>
+                               <dd>Data filtering and automatic features activation basing on configuration.</dd>
+
+                               <dt><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a></dt>
+                               <dd>Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.</dd>
+
+                               <dt><a class="samples" href="appendto.html">Append editor instances</a></dt>
+                               <dd>Appending editor instances to existing DOM elements.</dd>
+
+                               <dt><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a></dt>
+                               <dd>Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.</dd>
+
+                               <dt><a class="samples" href="api.html">Basic usage of the API</a></dt>
+                               <dd>Using the CKEditor JavaScript API to interact with the editor at runtime.</dd>
+
+                               <dt><a class="samples" href="xhtmlstyle.html">XHTML-compliant style</a></dt>
+                               <dd>Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.</dd>
+
+                               <dt><a class="samples" href="readonly.html">Read-only mode</a></dt>
+                               <dd>Using the readOnly API to block introducing changes to the editor contents.</dd>
+
+                               <dt><a class="samples" href="tabindex.html">"Tab" key-based navigation</a></dt>
+                               <dd>Navigating among editor instances with tab key.</dd>
+
+
                                
 <dt><a class="samples" href="dialog/dialog.html">Using the JavaScript API to customize dialog windows</a></dt>
 <dd>Using the dialog windows API to customize dialog windows without changing the original editor code.</dd>
@@ -156,18 +156,18 @@ For licensing, see LICENSE.md or http://ckeditor.com/license
 
 <dt><a class="samples" href="toolbar/toolbar.html">Toolbar Configurations</a></dt>
 <dd>Configuring CKEditor to display full or custom toolbar layout.</dd>
-\r
-                       </dl>\r
-               </div>\r
-       </div>\r
-       <div id="footer">\r
-               <hr>\r
-               <p>\r
-                       CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
-               </p>\r
-               <p id="copy">\r
-                       Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.\r
-               </p>\r
-       </div>\r
-</body>\r
-</html>\r
+
+                       </dl>
+               </div>
+       </div>
+       <div id="footer">
+               <hr>
+               <p>
+                       CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
+               </p>
+               <p id="copy">
+                       Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
+               </p>
+       </div>
+</body>
+</html>