| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <!-- 3 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. 4 For licensing, see LICENSE.html or http://ckeditor.com/license 5 --> 6 <html xmlns="http://www.w3.org/1999/xhtml"> 7 <head> 8 <title>Samples List - CKEditor</title> 9 <link type="text/css" rel="stylesheet" href="sample.css" /> 10 </head> 11 <body> 12 <h1> 13 CKEditor Samples List 14 </h1> 15 <h2> 16 Basic Samples 17 </h2> 18 <ul> 19 <li><a href="replacebyclass.html">Replace textareas by class name</a></li> 20 <li><a href="replacebycode.html">Replace textareas by code</a></li> 21 <li><a href="fullpage.html">Full page support (editing from <html> to </html>)</a></li> 22 </ul> 23 <h2> 24 Basic Customization 25 </h2> 26 <ul> 27 <li><a href="skins.html">Skins</a></li> 28 <li><a href="ui_color.html">User Interface Color</a></li> 29 <li><a href="ui_languages.html">User Interface Languages</a></li> 30 </ul> 31 <h2> 32 Advanced Samples 33 </h2> 34 <ul> 35 <li><a href="divreplace.html">Replace DIV elements on the fly</a> </li> 36 <li><a href="ajax.html">Create and destroy editor instances for Ajax applications</a></li> 37 <li><a href="api.html">Basic usage of the API</a></li> 38 <li><a href="api_dialog.html">Using the JavaScript API to customize dialogs</a></li> 39 <li><a href="enterkey.html">Using the "Enter" key in CKEditor</a></li> 40 <li><a href="sharedspaces.html">Shared toolbars</a></li> 41 <li><a href="jqueryadapter.html">jQuery adapter example</a></li> 42 <li><a href="output_xhtml.html">Output XHTML</a></li> 43 <li><a href="output_html.html">Output HTML</a></li> 44 <li><a href="autogrow.html">AutoGrow plugin</a></li> 45 </ul> 46 <div id="footer"> 47 <hr /> 48 <p> 49 CKEditor - The text editor for Internet - <a href="http://ckeditor.com/">http://ckeditor.com</a> 50 </p> 51 <p id="copy"> 52 Copyright © 2003-2010, <a href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved. 53 </p> 54 </div> 55 </body> 56 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |