index.html 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <!DOCTYPE html>
  2. <!--
  3. Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
  4. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  5. -->
  6. <html lang="en">
  7. <head>
  8. <meta charset="utf-8">
  9. <title>CKEditor Samples</title>
  10. <link rel="stylesheet" href="sample.css">
  11. <meta name="description" content="Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.">
  12. </head>
  13. <body>
  14. <h1 class="samples">
  15. CKEditor Samples
  16. </h1>
  17. <div class="warning deprecated">
  18. These samples are not maintained anymore. Check out the <a href="https://ckeditor.com/docs/ckeditor4/latest/examples/index.html">brand new samples in CKEditor Examples</a>.
  19. </div>
  20. <div class="twoColumns">
  21. <div class="twoColumnsLeft">
  22. <h2 class="samples">
  23. Basic Samples
  24. </h2>
  25. <dl class="samples">
  26. <dt><a class="samples" href="replacebyclass.html">Replace textarea elements by class name</a></dt>
  27. <dd>Automatic replacement of all textarea elements of a given class with a CKEditor instance.</dd>
  28. <dt><a class="samples" href="replacebycode.html">Replace textarea elements by code</a></dt>
  29. <dd>Replacement of textarea elements with CKEditor instances by using a JavaScript call.</dd>
  30. <dt><a class="samples" href="jquery.html">Create editors with jQuery</a></dt>
  31. <dd>Creating standard and inline CKEditor instances with jQuery adapter.</dd>
  32. </dl>
  33. <h2 class="samples">
  34. Basic Customization
  35. </h2>
  36. <dl class="samples">
  37. <dt><a class="samples" href="uicolor.html">User Interface color</a></dt>
  38. <dd>Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.</dd>
  39. <dt><a class="samples" href="uilanguages.html">User Interface languages</a></dt>
  40. <dd>Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.</dd>
  41. </dl>
  42. <h2 class="samples">Plugins</h2>
  43. <dl class="samples">
  44. <dt><a class="samples" href="magicline/magicline.html">Magicline plugin</a></dt>
  45. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  46. <dt><a class="samples" href="wysiwygarea/fullpage.html">Full page support</a></dt>
  47. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  48. </dl>
  49. </div>
  50. <div class="twoColumnsRight">
  51. <h2 class="samples">
  52. Inline Editing
  53. </h2>
  54. <dl class="samples">
  55. <dt><a class="samples" href="inlineall.html">Massive inline editor creation</a></dt>
  56. <dd>Turn all elements with <code>contentEditable = true</code> attribute into inline editors.</dd>
  57. <dt><a class="samples" href="inlinebycode.html">Convert element into an inline editor by code</a></dt>
  58. <dd>Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.</dd>
  59. <dt><a class="samples" href="inlinetextarea.html">Replace textarea with inline editor</a> <span class="new">New!</span></dt>
  60. <dd>A form with a textarea that is replaced by an inline editor at runtime.</dd>
  61. </dl>
  62. <h2 class="samples">
  63. Advanced Samples
  64. </h2>
  65. <dl class="samples">
  66. <dt><a class="samples" href="datafiltering.html">Data filtering and features activation</a> <span class="new">New!</span></dt>
  67. <dd>Data filtering and automatic features activation basing on configuration.</dd>
  68. <dt><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a></dt>
  69. <dd>Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.</dd>
  70. <dt><a class="samples" href="appendto.html">Append editor instances</a></dt>
  71. <dd>Appending editor instances to existing DOM elements.</dd>
  72. <dt><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a></dt>
  73. <dd>Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.</dd>
  74. <dt><a class="samples" href="api.html">Basic usage of the API</a></dt>
  75. <dd>Using the CKEditor JavaScript API to interact with the editor at runtime.</dd>
  76. <dt><a class="samples" href="xhtmlstyle.html">XHTML-compliant style</a></dt>
  77. <dd>Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.</dd>
  78. <dt><a class="samples" href="readonly.html">Read-only mode</a></dt>
  79. <dd>Using the readOnly API to block introducing changes to the editor contents.</dd>
  80. <dt><a class="samples" href="tabindex.html">"Tab" key-based navigation</a></dt>
  81. <dd>Navigating among editor instances with tab key.</dd>
  82. <dt><a class="samples" href="dialog/dialog.html">Using the JavaScript API to customize dialog windows</a></dt>
  83. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  84. <dt><a class="samples" href="enterkey/enterkey.html">Using the &quot;Enter&quot; key in CKEditor</a></dt>
  85. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  86. <dt><a class="samples" href="htmlwriter/outputhtml.html">Output HTML</a></dt>
  87. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  88. <dt><a class="samples" href="toolbar/toolbar.html">Toolbar Configurations</a></dt>
  89. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  90. </dl>
  91. </div>
  92. </div>
  93. <div id="footer">
  94. <hr>
  95. <p>
  96. CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
  97. </p>
  98. <p id="copy">
  99. Copyright &copy; 2003-2023, <a class="samples" href="https://cksource.com/">CKSource</a> Holding sp. z o.o. All rights reserved.
  100. </p>
  101. </div>
  102. </body>
  103. </html>