Mercurial > hg > rr-repo
comparison sites/all/libraries/ckeditor/_samples/php/index.html @ 0:ff03f76ab3fe
initial version
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Wed, 21 Aug 2013 18:51:11 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ff03f76ab3fe |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 <!-- | |
3 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. | |
4 For licensing, see LICENSE.html or http://ckeditor.com/license | |
5 --> | |
6 <html xmlns="http://www.w3.org/1999/xhtml"> | |
7 <head> | |
8 <meta content="text/html; charset=utf-8" http-equiv="content-type" /> | |
9 <title>CKEditor Samples — PHP Integration</title> | |
10 <link type="text/css" rel="stylesheet" href="../sample.css" /> | |
11 </head> | |
12 <body> | |
13 <h1 class="samples"> | |
14 CKEditor Samples List for PHP | |
15 </h1> | |
16 <h2 class="samples"> | |
17 Basic Samples | |
18 </h2> | |
19 <ul class="samples"> | |
20 <li><a class="samples" href="replace.php">Replace existing textarea elements by code</a><br /> | |
21 Replacement of selected textarea elements with CKEditor instances by using a JavaScript call.</li> | |
22 <li><a class="samples" href="replaceall.php">Replace all textarea elements by code</a><br /> | |
23 Replacement of all textarea elements with CKEditor instances by using a JavaScript call.</li> | |
24 <li><a class="samples" href="standalone.php">Create CKEditor instances in PHP</a><br /> | |
25 Creating a CKEditor instance (no initial textarea element is required).</li> | |
26 </ul> | |
27 <h2 class="samples"> | |
28 Advanced Samples | |
29 </h2> | |
30 <ul class="samples"> | |
31 <li><a class="samples" href="advanced.php">Setting configuration options</a><br /> | |
32 Creating a CKEditor instance with custom configuration options.</li> | |
33 <li><a class="samples" href="events.php">Listening to events</a><br /> | |
34 Creating event handlers. | |
35 </li> | |
36 </ul> | |
37 <div id="footer"> | |
38 <hr /> | |
39 <p> | |
40 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> | |
41 </p> | |
42 <p id="copy"> | |
43 Copyright © 2003-2013, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. | |
44 </p> | |
45 </div> | |
46 </body> | |
47 </html> |