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