source: trunk/admin/inc/ckeditor/_samples/php/index.html@ 239

Last change on this file since 239 was 239, checked in by luc, 9 years ago

Admin: correzione visulaizzazione immissione dati spoglio per Chrome e Safari - Aggiornamento dell'editor da FCKeditor a CKeditor , accessibili anche a Chrome e Safari.

  • Property svn:executable set to *
File size: 1.9 KB
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-2011, 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 <meta content="text/html; charset=utf-8" http-equiv="content-type" />
9 <title>CKEditor Samples &mdash; 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 &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
44 </p>
45 </div>
46</body>
47</html>
Note: See TracBrowser for help on using the repository browser.