index.html 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. <!DOCTYPE html>
  2. <!--
  3. Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
  4. For licensing, see LICENSE.md or http://ckeditor.com/license
  5. -->
  6. <html>
  7. <head>
  8. <meta charset="utf-8">
  9. <title>CKEditor Samples</title>
  10. <link rel="stylesheet" href="sample.css">
  11. </head>
  12. <body>
  13. <h1 class="samples">
  14. CKEditor Samples
  15. </h1>
  16. <div class="warning deprecated">
  17. These samples are not maintained anymore. Check out the <a href="http://sdk.ckeditor.com/">brand new samples in CKEditor SDK</a>.
  18. </div>
  19. <div class="twoColumns">
  20. <div class="twoColumnsLeft">
  21. <h2 class="samples">
  22. Basic Samples
  23. </h2>
  24. <dl class="samples">
  25. <dt><a class="samples" href="replacebyclass.html">Replace textarea elements by class name</a></dt>
  26. <dd>Automatic replacement of all textarea elements of a given class with a CKEditor instance.</dd>
  27. <dt><a class="samples" href="replacebycode.html">Replace textarea elements by code</a></dt>
  28. <dd>Replacement of textarea elements with CKEditor instances by using a JavaScript call.</dd>
  29. <dt><a class="samples" href="jquery.html">Create editors with jQuery</a></dt>
  30. <dd>Creating standard and inline CKEditor instances with jQuery adapter.</dd>
  31. </dl>
  32. <h2 class="samples">
  33. Basic Customization
  34. </h2>
  35. <dl class="samples">
  36. <dt><a class="samples" href="uicolor.html">User Interface color</a></dt>
  37. <dd>Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.</dd>
  38. <dt><a class="samples" href="uilanguages.html">User Interface languages</a></dt>
  39. <dd>Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.</dd>
  40. </dl>
  41. <h2 class="samples">Plugins</h2>
  42. <dl class="samples">
  43. <dt><a class="samples" href="codesnippet/codesnippet.html">Code Snippet plugin</a> <span class="new">New!</span></dt>
  44. <dd>View and modify code using the Code Snippet plugin.</dd>
  45. <dt><a class="samples" href="image2/image2.html">New Image plugin</a> <span class="new">New!</span></dt>
  46. <dd>Using the new Image plugin to insert captioned images and adjust their dimensions.</dd>
  47. <dt><a class="samples" href="mathjax/mathjax.html">Mathematics plugin</a> <span class="new">New!</span></dt>
  48. <dd>Create mathematical equations in TeX and display them in visual form.</dd>
  49. <dt><a class="samples" href="sourcedialog/sourcedialog.html">Editing source code in a dialog</a> <span class="new">New!</span></dt>
  50. <dd>Editing HTML content of both inline and classic editor instances.</dd>
  51. <dt><a class="samples" href="autogrow/autogrow.html">AutoGrow plugin</a></dt>
  52. <dd>Using the AutoGrow plugin in order to make the editor grow to fit the size of its content.</dd>
  53. <dt><a class="samples" href="bbcode/bbcode.html">Output for BBCode</a></dt>
  54. <dd>Configuring CKEditor to produce BBCode tags instead of HTML.</dd>
  55. <dt><a class="samples" href="devtools/devtools.html">Developer Tools plugin</a></dt>
  56. <dd>Using the Developer Tools plugin to display information about dialog window UI elements to allow for easier customization.</dd>
  57. <dt><a class="samples" href="docprops/docprops.html">Document Properties plugin</a></dt>
  58. <dd>Manage various page meta data with a dialog.</dd>
  59. <dt><a class="samples" href="magicline/magicline.html">Magicline plugin</a></dt>
  60. <dd>Using the Magicline plugin to access difficult focus spaces.</dd>
  61. <dt><a class="samples" href="placeholder/placeholder.html">Placeholder plugin</a></dt>
  62. <dd>Using the Placeholder plugin to create uneditable sections that can only be created and modified with a proper dialog window.</dd>
  63. <dt><a class="samples" href="sharedspace/sharedspace.html">Shared-Space plugin</a></dt>
  64. <dd>Having the toolbar and the bottom bar spaces shared by different editor instances.</dd>
  65. <dt><a class="samples" href="stylesheetparser/stylesheetparser.html">Stylesheet Parser plugin</a></dt>
  66. <dd>Using the Stylesheet Parser plugin to fill the Styles drop-down list based on the CSS classes available in the document stylesheet.</dd>
  67. <dt><a class="samples" href="tableresize/tableresize.html">TableResize plugin</a></dt>
  68. <dd>Using the TableResize plugin to enable table column resizing.</dd>
  69. <dt><a class="samples" href="uicolor/uicolor.html">UIColor plugin</a></dt>
  70. <dd>Using the UIColor plugin to pick up skin color.</dd>
  71. <dt><a class="samples" href="wysiwygarea/fullpage.html">Full page support</a></dt>
  72. <dd>CKEditor inserted with a JavaScript call and used to edit the whole page from &lt;html&gt; to &lt;/html&gt;.</dd>
  73. </dl>
  74. </div>
  75. <div class="twoColumnsRight">
  76. <h2 class="samples">
  77. Inline Editing
  78. </h2>
  79. <dl class="samples">
  80. <dt><a class="samples" href="inlineall.html">Massive inline editor creation</a></dt>
  81. <dd>Turn all elements with <code>contentEditable = true</code> attribute into inline editors.</dd>
  82. <dt><a class="samples" href="inlinebycode.html">Convert element into an inline editor by code</a></dt>
  83. <dd>Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.</dd>
  84. <dt><a class="samples" href="inlinetextarea.html">Replace textarea with inline editor</a> <span class="new">New!</span></dt>
  85. <dd>A form with a textarea that is replaced by an inline editor at runtime.</dd>
  86. </dl>
  87. <h2 class="samples">
  88. Advanced Samples
  89. </h2>
  90. <dl class="samples">
  91. <dt><a class="samples" href="datafiltering.html">Data filtering and features activation</a> <span class="new">New!</span></dt>
  92. <dd>Data filtering and automatic features activation basing on configuration.</dd>
  93. <dt><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a></dt>
  94. <dd>Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.</dd>
  95. <dt><a class="samples" href="appendto.html">Append editor instances</a></dt>
  96. <dd>Appending editor instances to existing DOM elements.</dd>
  97. <dt><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a></dt>
  98. <dd>Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.</dd>
  99. <dt><a class="samples" href="api.html">Basic usage of the API</a></dt>
  100. <dd>Using the CKEditor JavaScript API to interact with the editor at runtime.</dd>
  101. <dt><a class="samples" href="xhtmlstyle.html">XHTML-compliant style</a></dt>
  102. <dd>Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.</dd>
  103. <dt><a class="samples" href="readonly.html">Read-only mode</a></dt>
  104. <dd>Using the readOnly API to block introducing changes to the editor contents.</dd>
  105. <dt><a class="samples" href="tabindex.html">"Tab" key-based navigation</a></dt>
  106. <dd>Navigating among editor instances with tab key.</dd>
  107. <dt><a class="samples" href="dialog/dialog.html">Using the JavaScript API to customize dialog windows</a></dt>
  108. <dd>Using the dialog windows API to customize dialog windows without changing the original editor code.</dd>
  109. <dt><a class="samples" href="divarea/divarea.html">Replace Textarea with a &quot;DIV-based&quot; editor</a></dt>
  110. <dd>Using <code>div</code> instead of <code>iframe</code> for rich editing.</dd>
  111. <dt><a class="samples" href="enterkey/enterkey.html">Using the &quot;Enter&quot; key in CKEditor</a></dt>
  112. <dd>Configuring the behavior of <em>Enter</em> and <em>Shift+Enter</em> keys.</dd>
  113. <dt><a class="samples" href="htmlwriter/outputforflash.html">Output for Flash</a></dt>
  114. <dd>Configuring CKEditor to produce HTML code that can be used with Adobe Flash.</dd>
  115. <dt><a class="samples" href="htmlwriter/outputhtml.html">Output HTML</a></dt>
  116. <dd>Configuring CKEditor to produce legacy HTML 4 code.</dd>
  117. <dt><a class="samples" href="toolbar/toolbar.html">Toolbar Configurations</a></dt>
  118. <dd>Configuring CKEditor to display full or custom toolbar layout.</dd>
  119. </dl>
  120. </div>
  121. </div>
  122. <div id="footer">
  123. <hr>
  124. <p>
  125. CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
  126. </p>
  127. <p id="copy">
  128. Copyright &copy; 2003-2016, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
  129. </p>
  130. </div>
  131. </body>
  132. </html>