source: trunk/phpgwapi/js/ckeditor/_samples/index.html @ 2862

Revision 2862, 1.9 KB checked in by rodsouza, 14 years ago (diff)

Ticket #663 - Atualizando e centralizando o CKEditor (v. 3.2.1)

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