JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.3
[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-2012, 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>CKEditor Samples</title>\r
9         <meta content="text/html; charset=utf-8" http-equiv="content-type" />\r
10         <link type="text/css" rel="stylesheet" href="sample.css" />\r
11 </head>\r
12 <body>\r
13         <h1 class="samples">\r
14                 CKEditor Samples Site\r
15         </h1>\r
16         <h2 class="samples">\r
17                 Basic Samples\r
18         </h2>\r
19         <ul class="samples">\r
20                 <li>\r
21                         <a class="samples" href="replacebyclass.html">Replace textarea elements by class name</a><br />\r
22                         Automatic replacement of all textarea elements of a given class with a CKEditor instance.\r
23                 </li>\r
24                 <li><a class="samples" href="replacebycode.html">Replace textarea elements by code</a><br />\r
25                         Replacement of textarea elements with CKEditor instances by using a JavaScript call.\r
26                 </li>\r
27                 <li><a class="samples" href="fullpage.html">Full page support with the Document Properties plugin</a><br />\r
28                         CKEditor inserted with a JavaScript call and used to edit the whole page from <code>&lt;html&gt;</code> to <code>&lt;/html&gt;</code>.\r
29                 </li>\r
30         </ul>\r
31         <h2 class="samples">\r
32                 Basic Customization\r
33         </h2>\r
34         <ul class="samples">\r
35                 <li><a class="samples" href="skins.html">Skins</a><br />\r
36                         Changing the CKEditor skin by adjusting a single configuration option.\r
37                 </li>\r
38                 <li><a class="samples" href="ui_color.html">User Interface color</a><br />\r
39                         Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.\r
40                 </li>\r
41                 <li><a class="samples" href="ui_languages.html">User Interface languages</a><br />\r
42                         Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.\r
43                 </li>\r
44         </ul>\r
45         <h2 class="samples">\r
46                 Advanced Samples\r
47         </h2>\r
48         <ul class="samples">\r
49                 <li><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a><br />\r
50                         Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.\r
51                 </li>\r
52                 <li><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a><br />\r
53                         Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.\r
54                 </li>\r
55                 <li><a class="samples" href="api.html">Basic usage of the API</a><br />\r
56                         Using the CKEditor JavaScript API to interact with the editor at runtime.\r
57                 </li>\r
58                 <li><a class="samples" href="api_dialog.html">Using the JavaScript API to customize dialog windows</a><br />\r
59                         Using the dialog windows API to customize dialog windows without changing the original editor code.\r
60                 </li>\r
61                 <li><a class="samples" href="enterkey.html">Using the "Enter" key in CKEditor</a><br />\r
62                          Configuring the behavior of <em>Enter</em> and <em>Shift+Enter</em> keys.\r
63                 </li>\r
64                 <li><a class="samples" href="sharedspaces.html">Shared toolbars</a><br />\r
65                         Displaying multiple editor instances that share the toolbar and/or the elements path.\r
66                 </li>\r
67                 <li><a class="samples" href="jqueryadapter.html">jQuery adapter example</a><br />\r
68                         Using the jQuery adapter to configure CKEditor.\r
69                 </li>\r
70                 <li><a class="samples" href="output_xhtml.html">Output XHTML</a><br />\r
71                         Configuring CKEditor to produce XHTML 1.1 compliant code.\r
72                 </li>\r
73                 <li><a class="samples" href="output_html.html">Output HTML</a><br />\r
74                         Configuring CKEditor to produce legacy HTML 4 code.\r
75                 </li>\r
76                 <li><a class="samples" href="output_for_flash.html">Output for Flash</a><br />\r
77                         Configuring CKEditor to produce HTML code that can be used with Adobe Flash.\r
78                 </li>\r
79                 <li><a class="samples" href="readonly.html">Read-only mode</a><br />\r
80                         Using the readOnly API to block introducing changes to the editor contents.\r
81                 </li>\r
82         </ul>\r
83         <h2 class="samples">\r
84                 Additional plugins\r
85         </h2>\r
86         <ul class="samples">\r
87                 <li><a class="samples" href="autogrow.html">AutoGrow plugin</a><br />\r
88                         Using the AutoGrow plugin in order to make the editor grow to fit the size of its content.\r
89                 </li>\r
90                 <li><a class="samples" href="bbcode.html">Output for BBCode</a><br />\r
91                         Configuring CKEditor to produce BBCode tags instead of HTML.\r
92                 </li>\r
93                 <li><a class="samples" href="stylesheetparser.html">Stylesheet Parser plugin</a><br />\r
94                         Using the Stylesheet Parser plugin to fill the Styles drop-down list based on the CSS classes available in the document stylesheet.\r
95                 </li>\r
96                 <li><a class="samples" href="devtools.html">Developer Tools plugin</a><br />\r
97                         Using the Developer Tools plugin to display information about dialog window UI elements to allow for easier customization.\r
98                 </li>\r
99                 <li><a class="samples" href="placeholder.html">Placeholder plugin</a><br />\r
100                         Using the Placeholder plugin to create uneditable sections that can only be created and modified with a proper dialog window.\r
101                 </li>\r
102                 <li><a class="samples" href="tableresize.html">TableResize plugin</a><br />\r
103                         Using the TableResize plugin to enable table column resizing.\r
104                 </li>\r
105         </ul>\r
106         <div id="footer">\r
107                 <hr />\r
108                 <p>\r
109                         CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
110                 </p>\r
111                 <p id="copy">\r
112                         Copyright &copy; 2003-2012, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.\r
113                 </p>\r
114         </div>\r
115 </body>\r
116 </html>\r