source: sandbox/2.3-MailArchiver/filemanager/tp/ckeditor/_samples/index.html @ 6779

Revision 6779, 1.6 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

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