JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-4.1_full
[ckeditor.git] / samples / index.html
1 <!DOCTYPE html>\r
2 <!--\r
3 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
4 For licensing, see LICENSE.html or http://ckeditor.com/license\r
5 -->\r
6 <html>\r
7 <head>\r
8         <title>CKEditor Samples</title>\r
9         <meta charset="utf-8">\r
10         <link rel="stylesheet" href="sample.css">\r
11 </head>\r
12 <body>\r
13         <h1 class="samples">\r
14                 CKEditor Samples\r
15         </h1>\r
16         <div class="twoColumns">\r
17                 <div class="twoColumnsLeft">\r
18                         <h2 class="samples">\r
19                                 Basic Samples\r
20                         </h2>\r
21                         <dl class="samples">\r
22                                 <dt><a class="samples" href="replacebyclass.html">Replace textarea elements by class name</a></dt>\r
23                                 <dd>Automatic replacement of all textarea elements of a given class with a CKEditor instance.</dd>\r
24 \r
25                                 <dt><a class="samples" href="replacebycode.html">Replace textarea elements by code</a></dt>\r
26                                 <dd>Replacement of textarea elements with CKEditor instances by using a JavaScript call.</dd>\r
27                         </dl>\r
28 \r
29                         <h2 class="samples">\r
30                                 Basic Customization\r
31                         </h2>\r
32                         <dl class="samples">\r
33                                 <dt><a class="samples" href="uicolor.html">User Interface color</a></dt>\r
34                                 <dd>Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.</dd>\r
35 \r
36                                 <dt><a class="samples" href="uilanguages.html">User Interface languages</a></dt>\r
37                                 <dd>Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.</dd>\r
38                         </dl>\r
39 \r
40 \r
41                         <h2 class="samples">Plugins</h2>
42 <dl class="samples">
43 <dt><a class="samples" href="plugins/magicline/magicline.html">Magicline plugin</a><span class="new">New!</span></dt>
44 <dd>Using the Magicline plugin to access difficult focus spaces.</dd>
45
46 <dt><a class="samples" href="plugins/wysiwygarea/fullpage.html">Full page support</a></dt>
47 <dd>CKEditor inserted with a JavaScript call and used to edit the whole page from &lt;html&gt; to &lt;/html&gt;.</dd>
48 </dl>\r
49                 </div>\r
50                 <div class="twoColumnsRight">\r
51                         <h2 class="samples">\r
52                                 Inline Editing <span class="new">New!</span>\r
53                         </h2>\r
54                         <dl class="samples">\r
55                                 <dt><a class="samples" href="inlineall.html">Massive inline editor creation</a> <span class="new">New!</span></dt>\r
56                                 <dd>Turn all elements with <code>contentEditable = true</code> attribute into inline editors.</dd>\r
57 \r
58                                 <dt><a class="samples" href="inlinebycode.html">Convert element into an inline editor by code</a> <span class="new">New!</span></dt>\r
59                                 <dd>Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.</dd>\r
60 \r
61                                 \r
62                         </dl>\r
63 \r
64                         <h2 class="samples">\r
65                                 Advanced Samples\r
66                         </h2>\r
67                         <dl class="samples">\r
68                                 <dt><a class="samples" href="datafiltering.html">Data filtering and features activation</a> <span class="new">New!</span></dt>\r
69                                 <dd>Data filtering and automatic features activation basing on configuration.</dd>\r
70 \r
71                                 <dt><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a></dt>\r
72                                 <dd>Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.</dd>\r
73 \r
74                                 <dt><a class="samples" href="appendto.html">Append editor instances</a></dt>\r
75                                 <dd>Appending editor instances to existing DOM elements.</dd>\r
76 \r
77                                 <dt><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a></dt>\r
78                                 <dd>Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.</dd>\r
79 \r
80                                 <dt><a class="samples" href="api.html">Basic usage of the API</a></dt>\r
81                                 <dd>Using the CKEditor JavaScript API to interact with the editor at runtime.</dd>\r
82 \r
83                                 <dt><a class="samples" href="xhtmlstyle.html">XHTML-compliant style</a></dt>\r
84                                 <dd>Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.</dd>\r
85 \r
86                                 <dt><a class="samples" href="readonly.html">Read-only mode</a></dt>\r
87                                 <dd>Using the readOnly API to block introducing changes to the editor contents.</dd>\r
88 \r
89                                 <dt><a class="samples" href="tabindex.html">"Tab" key-based navigation</a> <span class="new">New!</span></dt>\r
90                                 <dd>Navigating among editor instances with tab key.</dd>\r
91 \r
92 \r
93                                 
94 <dt><a class="samples" href="plugins/dialog/dialog.html">Using the JavaScript API to customize dialog windows</a></dt>
95 <dd>Using the dialog windows API to customize dialog windows without changing the original editor code.</dd>
96
97 <dt><a class="samples" href="plugins/enterkey/enterkey.html">Using the &quot;Enter&quot; key in CKEditor</a></dt>
98 <dd>Configuring the behavior of <em>Enter</em> and <em>Shift+Enter</em> keys.</dd>
99
100 <dt><a class="samples" href="plugins/htmlwriter/outputforflash.html">Output for Flash</a></dt>
101 <dd>Configuring CKEditor to produce HTML code that can be used with Adobe Flash.</dd>
102
103 <dt><a class="samples" href="plugins/htmlwriter/outputhtml.html">Output HTML</a></dt>
104 <dd>Configuring CKEditor to produce legacy HTML 4 code.</dd>
105
106 <dt><a class="samples" href="plugins/toolbar/toolbar.html">Toolbar Configurations</a><span class="new">New!</span></dt>
107 <dd>Configuring CKEditor to display full or custom toolbar layout.</dd>
108 \r
109                         </dl>\r
110                 </div>\r
111         </div>\r
112         <div id="footer">\r
113                 <hr>\r
114                 <p>\r
115                         CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
116                 </p>\r
117                 <p id="copy">\r
118                         Copyright &copy; 2003-2013, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.\r
119                 </p>\r
120         </div>\r
121 </body>\r
122 </html>\r