Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /AppServ/www/umedia3/js/ckeditor/_samples/ |
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-2009, 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> <title>Samples List - CKEditor</title> <link type="text/css" rel="stylesheet" href="sample.css" /> </head> <body> <h1> CKEditor Samples List </h1> <h2> Basic Samples </h2> <ul> <li><a href="replacebyclass.html">Replace textareas by class name</a></li> <li><a href="replacebycode.html">Replace textareas by code</a></li> </ul> <h2> Basic Customization </h2> <ul> <li><a href="skins.html">Skins</a></li> <li><a href="ui_color.html">User Interface Color</a></li> <li><a href="ui_languages.html">User Interface Languages</a></li> </ul> <h2> Advanced Samples </h2> <ul> <li><a href="divreplace.html">Replace DIV elements on the fly</a> </li> <li><a href="ajax.html">Create and destroy editor instances for Ajax applications</a></li> <li><a href="api.html">Basic usage of the API</a></li> <li><a href="api_dialog.html">Using the JavaScript API to customize dialogs</a></li> <li><a href="enterkey.html">Using the "Enter" key in CKEditor</a></li> </ul> <div id="footer"> <hr /> <p> CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a> </p> <p id="copy"> Copyright © 2003-2009, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. </p> </div> </body> </html>