Mercurial > hg > rr-repo
annotate sites/all/libraries/ckeditor/_samples/php/index.html @ 2:b74b41bb73f0
-- Google analytics module
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Thu, 22 Aug 2013 17:22:54 +0100 |
parents | ff03f76ab3fe |
children |
rev | line source |
---|---|
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 <meta content="text/html; charset=utf-8" http-equiv="content-type" /> |
danielebarchiesi@0 | 9 <title>CKEditor Samples — PHP Integration</title> |
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 List for PHP |
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><a class="samples" href="replace.php">Replace existing textarea elements by code</a><br /> |
danielebarchiesi@0 | 21 Replacement of selected textarea elements with CKEditor instances by using a JavaScript call.</li> |
danielebarchiesi@0 | 22 <li><a class="samples" href="replaceall.php">Replace all textarea elements by code</a><br /> |
danielebarchiesi@0 | 23 Replacement of all textarea elements with CKEditor instances by using a JavaScript call.</li> |
danielebarchiesi@0 | 24 <li><a class="samples" href="standalone.php">Create CKEditor instances in PHP</a><br /> |
danielebarchiesi@0 | 25 Creating a CKEditor instance (no initial textarea element is required).</li> |
danielebarchiesi@0 | 26 </ul> |
danielebarchiesi@0 | 27 <h2 class="samples"> |
danielebarchiesi@0 | 28 Advanced Samples |
danielebarchiesi@0 | 29 </h2> |
danielebarchiesi@0 | 30 <ul class="samples"> |
danielebarchiesi@0 | 31 <li><a class="samples" href="advanced.php">Setting configuration options</a><br /> |
danielebarchiesi@0 | 32 Creating a CKEditor instance with custom configuration options.</li> |
danielebarchiesi@0 | 33 <li><a class="samples" href="events.php">Listening to events</a><br /> |
danielebarchiesi@0 | 34 Creating event handlers. |
danielebarchiesi@0 | 35 </li> |
danielebarchiesi@0 | 36 </ul> |
danielebarchiesi@0 | 37 <div id="footer"> |
danielebarchiesi@0 | 38 <hr /> |
danielebarchiesi@0 | 39 <p> |
danielebarchiesi@0 | 40 CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> |
danielebarchiesi@0 | 41 </p> |
danielebarchiesi@0 | 42 <p id="copy"> |
danielebarchiesi@0 | 43 Copyright © 2003-2013, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. |
danielebarchiesi@0 | 44 </p> |
danielebarchiesi@0 | 45 </div> |
danielebarchiesi@0 | 46 </body> |
danielebarchiesi@0 | 47 </html> |