Mimimum syndical pour en faire un produit zope / cmf.
[ckeditor.git] / skins / ckeditor / _samples / index.html
diff --git a/skins/ckeditor/_samples/index.html b/skins/ckeditor/_samples/index.html
new file mode 100644 (file)
index 0000000..dabc9af
--- /dev/null
@@ -0,0 +1,116 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
+<!--\r
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.html or http://ckeditor.com/license\r
+-->\r
+<html xmlns="http://www.w3.org/1999/xhtml">\r
+<head>\r
+       <title>CKEditor Samples</title>\r
+       <meta content="text/html; charset=utf-8" http-equiv="content-type" />\r
+       <link type="text/css" rel="stylesheet" href="sample.css" />\r
+</head>\r
+<body>\r
+       <h1 class="samples">\r
+               CKEditor Samples Site\r
+       </h1>\r
+       <h2 class="samples">\r
+               Basic Samples\r
+       </h2>\r
+       <ul class="samples">\r
+               <li>\r
+                       <a class="samples" href="replacebyclass.html">Replace textarea elements by class name</a><br />\r
+                       Automatic replacement of all textarea elements of a given class with a CKEditor instance.\r
+               </li>\r
+               <li><a class="samples" href="replacebycode.html">Replace textarea elements by code</a><br />\r
+                       Replacement of textarea elements with CKEditor instances by using a JavaScript call.\r
+               </li>\r
+               <li><a class="samples" href="fullpage.html">Full page support with the Document Properties plugin</a><br />\r
+                       CKEditor inserted with a JavaScript call and used to edit the whole page from <code>&lt;html&gt;</code> to <code>&lt;/html&gt;</code>.\r
+               </li>\r
+       </ul>\r
+       <h2 class="samples">\r
+               Basic Customization\r
+       </h2>\r
+       <ul class="samples">\r
+               <li><a class="samples" href="skins.html">Skins</a><br />\r
+                       Changing the CKEditor skin by adjusting a single configuration option.\r
+               </li>\r
+               <li><a class="samples" href="ui_color.html">User Interface color</a><br />\r
+                       Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.\r
+               </li>\r
+               <li><a class="samples" href="ui_languages.html">User Interface languages</a><br />\r
+                       Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.\r
+               </li>\r
+       </ul>\r
+       <h2 class="samples">\r
+               Advanced Samples\r
+       </h2>\r
+       <ul class="samples">\r
+               <li><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a><br />\r
+                       Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.\r
+               </li>\r
+               <li><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a><br />\r
+                       Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.\r
+               </li>\r
+               <li><a class="samples" href="api.html">Basic usage of the API</a><br />\r
+                       Using the CKEditor JavaScript API to interact with the editor at runtime.\r
+               </li>\r
+               <li><a class="samples" href="api_dialog.html">Using the JavaScript API to customize dialog windows</a><br />\r
+                       Using the dialog windows API to customize dialog windows without changing the original editor code.\r
+               </li>\r
+               <li><a class="samples" href="enterkey.html">Using the "Enter" key in CKEditor</a><br />\r
+                        Configuring the behavior of <em>Enter</em> and <em>Shift+Enter</em> keys.\r
+               </li>\r
+               <li><a class="samples" href="sharedspaces.html">Shared toolbars</a><br />\r
+                       Displaying multiple editor instances that share the toolbar and/or the elements path.\r
+               </li>\r
+               <li><a class="samples" href="jqueryadapter.html">jQuery adapter example</a><br />\r
+                       Using the jQuery adapter to configure CKEditor.\r
+               </li>\r
+               <li><a class="samples" href="output_xhtml.html">Output XHTML</a><br />\r
+                       Configuring CKEditor to produce XHTML 1.1 compliant code.\r
+               </li>\r
+               <li><a class="samples" href="output_html.html">Output HTML</a><br />\r
+                       Configuring CKEditor to produce legacy HTML 4 code.\r
+               </li>\r
+               <li><a class="samples" href="output_for_flash.html">Output for Flash</a><br />\r
+                       Configuring CKEditor to produce HTML code that can be used with Adobe Flash.\r
+               </li>\r
+               <li><a class="samples" href="readonly.html">Read-only mode</a><br />\r
+                       Using the readOnly API to block introducing changes to the editor contents.\r
+               </li>\r
+       </ul>\r
+       <h2 class="samples">\r
+               Additional plugins\r
+       </h2>\r
+       <ul class="samples">\r
+               <li><a class="samples" href="autogrow.html">AutoGrow plugin</a><br />\r
+                       Using the AutoGrow plugin in order to make the editor grow to fit the size of its content.\r
+               </li>\r
+               <li><a class="samples" href="bbcode.html">Output for BBCode</a><br />\r
+                       Configuring CKEditor to produce BBCode tags instead of HTML.\r
+               </li>\r
+               <li><a class="samples" href="stylesheetparser.html">Stylesheet Parser plugin</a><br />\r
+                       Using the Stylesheet Parser plugin to fill the Styles drop-down list based on the CSS classes available in the document stylesheet.\r
+               </li>\r
+               <li><a class="samples" href="devtools.html">Developer Tools plugin</a><br />\r
+                       Using the Developer Tools plugin to display information about dialog window UI elements to allow for easier customization.\r
+               </li>\r
+               <li><a class="samples" href="placeholder.html">Placeholder plugin</a><br />\r
+                       Using the Placeholder plugin to create uneditable sections that can only be created and modified with a proper dialog window.\r
+               </li>\r
+               <li><a class="samples" href="tableresize.html">TableResize plugin</a><br />\r
+                       Using the TableResize plugin to enable table column resizing.\r
+               </li>\r
+       </ul>\r
+       <div id="footer">\r
+               <hr />\r
+               <p>\r
+                       CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>\r
+               </p>\r
+               <p id="copy">\r
+                       Copyright &copy; 2003-2011, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.\r
+               </p>\r
+       </div>\r
+</body>\r
+</html>\r