| Server IP : 195.130.67.5 / Your IP : 216.73.217.127 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/Civil/control/ckeditor/_samples/php/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta content="text/html; charset=utf-8" http-equiv="content-type" /> <title>CKEditor Samples — PHP Integration</title> <link type="text/css" rel="stylesheet" href="../sample.css" /> </head> <body> <h1 class="samples"> CKEditor Samples List for PHP </h1> <h2 class="samples"> Basic Samples </h2> <ul class="samples"> <li><a class="samples" href="replace.php">Replace existing textarea elements by code</a><br /> Replacement of selected textarea elements with CKEditor instances by using a JavaScript call.</li> <li><a class="samples" href="replaceAll.php">Replace all textarea elements by code</a><br /> Replacement of all textarea elements with CKEditor instances by using a JavaScript call.</li> <li><a class="samples" href="standalone.php">Create CKEditor instances in PHP</a><br /> Creating a CKEditor instance (no initial textarea element is required).</li> </ul> <h2 class="samples"> Advanced Samples </h2> <ul class="samples"> <li><a class="samples" href="advanced.php">Setting configuration options</a><br /> Creating a CKEditor instance with custom configuration options.</li> <li><a class="samples" href="events.php">Listening to events</a><br /> Creating event handlers. </li> </ul> <div id="footer"> <hr /> <p> CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a> </p> <p id="copy"> Copyright © 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. </p> </div> </body> </html>