JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
1b9c30c1208be6f579ab1aec370b4bb2e79850fe
[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-2009, 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         </ul>\r
22         <h2>\r
23                 Basic Customization\r
24         </h2>\r
25         <ul>\r
26                 <li><a href="skins.html">Skins</a></li>\r
27                 <li><a href="ui_color.html">User Interface Color</a></li>\r
28                 <li><a href="ui_languages.html">User Interface Languages</a></li>\r
29         </ul>\r
30         <h2>\r
31                 Advanced Samples\r
32         </h2>\r
33         <ul>\r
34                 <li><a href="divreplace.html">Replace DIV elements on the fly</a>&nbsp; </li>\r
35                 <li><a href="ajax.html">Create and destroy editor instances for Ajax applications</a></li>\r
36                 <li><a href="api.html">Basic usage of the API</a></li>\r
37                 <li><a href="api_dialog.html">Using the JavaScript API to customize dialogs</a></li>\r
38                 <li><a href="enterkey.html">Using the "Enter" key in CKEditor</a></li>\r
39         </ul>\r
40         <div id="footer">\r
41                 <hr />\r
42                 <p>\r
43                         CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a>\r
44                 </p>\r
45                 <p id="copy">\r
46                         Copyright &copy; 2003-2009, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.\r
47                 </p>\r
48         </div>\r
49 </body>\r
50 </html>\r