JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5.1
[ckeditor.git] / _samples / php / index.html
diff --git a/_samples/php/index.html b/_samples/php/index.html
new file mode 100644 (file)
index 0000000..f51c639
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
+<!--\r
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.html or http://ckeditor.com/license\r
+-->\r
+<html xmlns="http://www.w3.org/1999/xhtml">\r
+<head>\r
+  <meta content="text/html; charset=utf-8" http-equiv="content-type" />\r
+       <title>CKEditor Samples &mdash; PHP Integration</title>\r
+       <link type="text/css" rel="stylesheet" href="../sample.css" />\r
+</head>\r
+<body>\r
+       <h1 class="samples">\r
+               CKEditor Samples List for PHP\r
+       </h1>\r
+       <h2 class="samples">\r
+               Basic Samples\r
+       </h2>\r
+       <ul class="samples">\r
+               <li><a class="samples" href="replace.php">Replace existing textarea elements by code</a><br />\r
+               Replacement of selected textarea elements with CKEditor instances by using a JavaScript call.</li>\r
+               <li><a class="samples" href="replaceAll.php">Replace all textarea elements by code</a><br />\r
+               Replacement of all textarea elements with CKEditor instances by using a JavaScript call.</li>\r
+               <li><a class="samples" href="standalone.php">Create CKEditor instances in PHP</a><br />\r
+               Creating a CKEditor instance (no initial textarea element is required).</li>\r
+       </ul>\r
+       <h2 class="samples">\r
+               Advanced Samples\r
+       </h2>\r
+       <ul class="samples">\r
+               <li><a class="samples" href="advanced.php">Setting configuration options</a><br />\r
+               Creating a CKEditor instance with custom configuration options.</li>\r
+               <li><a class="samples" href="events.php">Listening to events</a><br />\r
+               Creating event handlers.\r
+               </li>\r
+       </ul>\r
+       <div id="footer">\r
+               <hr />\r
+               <p>\r
+                       CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
+               </p>\r
+               <p id="copy">\r
+                       Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.\r
+               </p>\r
+       </div>\r
+</body>\r
+</html>\r