1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
4 For licensing, see LICENSE.html or http://ckeditor.com/license
6 <html xmlns=
"http://www.w3.org/1999/xhtml">
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" />
14 CKEditor Samples List for PHP
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>
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.
40 CKEditor - The text editor for the Internet -
<a class=
"samples" href=
"http://ckeditor.com/">http://ckeditor.com
</a>
43 Copyright
© 2003-
2011,
<a class=
"samples" href=
"http://cksource.com/">CKSource
</a> - Frederico Knabben. All rights reserved.