JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1
[ckeditor.git] / _samples / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
2 <!--\r
3 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
4 For licensing, see LICENSE.html or http://ckeditor.com/license\r
5 -->\r
6 <html xmlns="http://www.w3.org/1999/xhtml">\r
7 <head>\r
8         <title>Samples List - CKEditor</title>\r
9         <link type="text/css" rel="stylesheet" href="sample.css" />\r
10 </head>\r
11 <body>\r
12         <h1>\r
13                 CKEditor Samples List\r
14         </h1>\r
15         <h2>\r
16                 Basic Samples\r
17         </h2>\r
18         <ul>\r
19                 <li><a href="replacebyclass.html">Replace textareas by class name</a></li>\r
20                 <li><a href="replacebycode.html">Replace textareas by code</a></li>\r
21                 <li><a href="fullpage.html">Full page support (editing from &lt;html&gt; to &lt;/html&gt;)</a></li>\r
22         </ul>\r
23         <h2>\r
24                 Basic Customization\r
25         </h2>\r
26         <ul>\r
27                 <li><a href="skins.html">Skins</a></li>\r
28                 <li><a href="ui_color.html">User Interface Color</a></li>\r
29                 <li><a href="ui_languages.html">User Interface Languages</a></li>\r
30         </ul>\r
31         <h2>\r
32                 Advanced Samples\r
33         </h2>\r
34         <ul>\r
35                 <li><a href="divreplace.html">Replace DIV elements on the fly</a>&nbsp; </li>\r
36                 <li><a href="ajax.html">Create and destroy editor instances for Ajax applications</a></li>\r
37                 <li><a href="api.html">Basic usage of the API</a></li>\r
38                 <li><a href="api_dialog.html">Using the JavaScript API to customize dialogs</a></li>\r
39                 <li><a href="enterkey.html">Using the "Enter" key in CKEditor</a></li>\r
40                 <li><a href="sharedspaces.html">Shared toolbars</a></li>\r
41                 <li><a href="jqueryadapter.html">jQuery adapter example</a></li>\r
42         </ul>\r
43         <div id="footer">\r
44                 <hr />\r
45                 <p>\r
46                         CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>\r
47                 </p>\r
48                 <p id="copy">\r
49                         Copyright &copy; 2003-2010, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.\r
50                 </p>\r
51         </div>\r
52 </body>\r
53 </html>\r