ckeditor/samples/old/index.html
changeset 0 44d330dccc59
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ckeditor/samples/old/index.html	Thu Dec 15 18:10:20 2016 +0300
     1.3 @@ -0,0 +1,134 @@
     1.4 +<!DOCTYPE html>
     1.5 +<!--
     1.6 +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
     1.7 +For licensing, see LICENSE.md or http://ckeditor.com/license
     1.8 +-->
     1.9 +<html>
    1.10 +<head>
    1.11 +	<meta charset="utf-8">
    1.12 +	<title>CKEditor Samples</title>
    1.13 +	<link rel="stylesheet" href="sample.css">
    1.14 +</head>
    1.15 +<body>
    1.16 +	<h1 class="samples">
    1.17 +		CKEditor Samples
    1.18 +	</h1>
    1.19 +	<div class="warning deprecated">
    1.20 +		These samples are not maintained anymore. Check out the <a href="http://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>.
    1.21 +	</div>
    1.22 +	<div class="twoColumns">
    1.23 +		<div class="twoColumnsLeft">
    1.24 +			<h2 class="samples">
    1.25 +				Basic Samples
    1.26 +			</h2>
    1.27 +			<dl class="samples">
    1.28 +				<dt><a class="samples" href="replacebyclass.html">Replace textarea elements by class name</a></dt>
    1.29 +				<dd>Automatic replacement of all textarea elements of a given class with a CKEditor instance.</dd>
    1.30 +
    1.31 +				<dt><a class="samples" href="replacebycode.html">Replace textarea elements by code</a></dt>
    1.32 +				<dd>Replacement of textarea elements with CKEditor instances by using a JavaScript call.</dd>
    1.33 +
    1.34 +				<dt><a class="samples" href="jquery.html">Create editors with jQuery</a></dt>
    1.35 +				<dd>Creating standard and inline CKEditor instances with jQuery adapter.</dd>
    1.36 +			</dl>
    1.37 +
    1.38 +			<h2 class="samples">
    1.39 +				Basic Customization
    1.40 +			</h2>
    1.41 +			<dl class="samples">
    1.42 +				<dt><a class="samples" href="uicolor.html">User Interface color</a></dt>
    1.43 +				<dd>Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.</dd>
    1.44 +
    1.45 +				<dt><a class="samples" href="uilanguages.html">User Interface languages</a></dt>
    1.46 +				<dd>Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.</dd>
    1.47 +			</dl>
    1.48 +
    1.49 +
    1.50 +			<h2 class="samples">Plugins</h2>
    1.51 +<dl class="samples">
    1.52 +<dt><a class="samples" href="magicline/magicline.html">Magicline plugin</a></dt>
    1.53 +<dd>Using the Magicline plugin to access difficult focus spaces.</dd>
    1.54 +
    1.55 +<dt><a class="samples" href="textselection/textselection.html">textselection plugin</a></dt>
    1.56 +<dd>Using the textselection plugin in order to make the editor keep it's text-selection when switching between WYSIWYG and Source mode</dd>
    1.57 +
    1.58 +<dt><a class="samples" href="wysiwygarea/fullpage.html">Full page support</a></dt>
    1.59 +<dd>CKEditor inserted with a JavaScript call and used to edit the whole page from &lt;html&gt; to &lt;/html&gt;.</dd>
    1.60 +</dl>
    1.61 +		</div>
    1.62 +		<div class="twoColumnsRight">
    1.63 +			<h2 class="samples">
    1.64 +				Inline Editing
    1.65 +			</h2>
    1.66 +			<dl class="samples">
    1.67 +				<dt><a class="samples" href="inlineall.html">Massive inline editor creation</a></dt>
    1.68 +				<dd>Turn all elements with <code>contentEditable = true</code> attribute into inline editors.</dd>
    1.69 +
    1.70 +				<dt><a class="samples" href="inlinebycode.html">Convert element into an inline editor by code</a></dt>
    1.71 +				<dd>Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.</dd>
    1.72 +
    1.73 +				<dt><a class="samples" href="inlinetextarea.html">Replace textarea with inline editor</a> <span class="new">New!</span></dt>
    1.74 +				<dd>A form with a textarea that is replaced by an inline editor at runtime.</dd>
    1.75 +
    1.76 +				
    1.77 +			</dl>
    1.78 +
    1.79 +			<h2 class="samples">
    1.80 +				Advanced Samples
    1.81 +			</h2>
    1.82 +			<dl class="samples">
    1.83 +				<dt><a class="samples" href="datafiltering.html">Data filtering and features activation</a> <span class="new">New!</span></dt>
    1.84 +				<dd>Data filtering and automatic features activation basing on configuration.</dd>
    1.85 +
    1.86 +				<dt><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a></dt>
    1.87 +				<dd>Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.</dd>
    1.88 +
    1.89 +				<dt><a class="samples" href="appendto.html">Append editor instances</a></dt>
    1.90 +				<dd>Appending editor instances to existing DOM elements.</dd>
    1.91 +
    1.92 +				<dt><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a></dt>
    1.93 +				<dd>Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.</dd>
    1.94 +
    1.95 +				<dt><a class="samples" href="api.html">Basic usage of the API</a></dt>
    1.96 +				<dd>Using the CKEditor JavaScript API to interact with the editor at runtime.</dd>
    1.97 +
    1.98 +				<dt><a class="samples" href="xhtmlstyle.html">XHTML-compliant style</a></dt>
    1.99 +				<dd>Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.</dd>
   1.100 +
   1.101 +				<dt><a class="samples" href="readonly.html">Read-only mode</a></dt>
   1.102 +				<dd>Using the readOnly API to block introducing changes to the editor contents.</dd>
   1.103 +
   1.104 +				<dt><a class="samples" href="tabindex.html">"Tab" key-based navigation</a></dt>
   1.105 +				<dd>Navigating among editor instances with tab key.</dd>
   1.106 +
   1.107 +
   1.108 +				
   1.109 +<dt><a class="samples" href="dialog/dialog.html">Using the JavaScript API to customize dialog windows</a></dt>
   1.110 +<dd>Using the dialog windows API to customize dialog windows without changing the original editor code.</dd>
   1.111 +
   1.112 +<dt><a class="samples" href="enterkey/enterkey.html">Using the &quot;Enter&quot; key in CKEditor</a></dt>
   1.113 +<dd>Configuring the behavior of <em>Enter</em> and <em>Shift+Enter</em> keys.</dd>
   1.114 +
   1.115 +<dt><a class="samples" href="htmlwriter/outputforflash.html">Output for Flash</a></dt>
   1.116 +<dd>Configuring CKEditor to produce HTML code that can be used with Adobe Flash.</dd>
   1.117 +
   1.118 +<dt><a class="samples" href="htmlwriter/outputhtml.html">Output HTML</a></dt>
   1.119 +<dd>Configuring CKEditor to produce legacy HTML 4 code.</dd>
   1.120 +
   1.121 +<dt><a class="samples" href="toolbar/toolbar.html">Toolbar Configurations</a></dt>
   1.122 +<dd>Configuring CKEditor to display full or custom toolbar layout.</dd>
   1.123 +
   1.124 +			</dl>
   1.125 +		</div>
   1.126 +	</div>
   1.127 +	<div id="footer">
   1.128 +		<hr>
   1.129 +		<p>
   1.130 +			CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
   1.131 +		</p>
   1.132 +		<p id="copy">
   1.133 +			Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
   1.134 +		</p>
   1.135 +	</div>
   1.136 +</body>
   1.137 +</html>