国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

175 lines
9.2KB

  1. <!DOCTYPE html>
  2. <!--
  3. Copyright (c) 2003-2020, CKSource - Frederico Knabben. 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="codesnippet/codesnippet.html">Code Snippet plugin</a> <span class="new">New!</span></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="image2/image2.html">New Image plugin</a> <span class="new">New!</span></dt>
  47. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  48. <dt><a class="samples" href="mathjax/mathjax.html">Mathematics plugin</a> <span class="new">New!</span></dt>
  49. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  50. <dt><a class="samples" href="sourcedialog/sourcedialog.html">Editing source code in a dialog</a> <span class="new">New!</span></dt>
  51. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  52. <dt><a class="samples" href="autogrow/autogrow.html">AutoGrow plugin</a></dt>
  53. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  54. <dt><a class="samples" href="bbcode/bbcode.html">Output for BBCode</a></dt>
  55. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  56. <dt><a class="samples" href="devtools/devtools.html">Developer Tools plugin</a></dt>
  57. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  58. <dt><a class="samples" href="docprops/docprops.html">Document Properties plugin</a></dt>
  59. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  60. <dt><a class="samples" href="magicline/magicline.html">Magicline plugin</a></dt>
  61. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  62. <dt><a class="samples" href="placeholder/placeholder.html">Placeholder plugin</a></dt>
  63. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  64. <dt><a class="samples" href="sharedspace/sharedspace.html">Shared-Space plugin</a></dt>
  65. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  66. <dt><a class="samples" href="stylesheetparser/stylesheetparser.html">Stylesheet Parser plugin</a></dt>
  67. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  68. <dt><a class="samples" href="tableresize/tableresize.html">TableResize plugin</a></dt>
  69. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  70. <dt><a class="samples" href="uicolor/uicolor.html">UIColor plugin</a></dt>
  71. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  72. <dt><a class="samples" href="wysiwygarea/fullpage.html">Full page support</a></dt>
  73. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  74. </dl>
  75. </div>
  76. <div class="twoColumnsRight">
  77. <h2 class="samples">
  78. Inline Editing
  79. </h2>
  80. <dl class="samples">
  81. <dt><a class="samples" href="inlineall.html">Massive inline editor creation</a></dt>
  82. <dd>Turn all elements with <code>contentEditable = true</code> attribute into inline editors.</dd>
  83. <dt><a class="samples" href="inlinebycode.html">Convert element into an inline editor by code</a></dt>
  84. <dd>Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.</dd>
  85. <dt><a class="samples" href="inlinetextarea.html">Replace textarea with inline editor</a> <span class="new">New!</span></dt>
  86. <dd>A form with a textarea that is replaced by an inline editor at runtime.</dd>
  87. </dl>
  88. <h2 class="samples">
  89. Advanced Samples
  90. </h2>
  91. <dl class="samples">
  92. <dt><a class="samples" href="datafiltering.html">Data filtering and features activation</a> <span class="new">New!</span></dt>
  93. <dd>Data filtering and automatic features activation basing on configuration.</dd>
  94. <dt><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a></dt>
  95. <dd>Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.</dd>
  96. <dt><a class="samples" href="appendto.html">Append editor instances</a></dt>
  97. <dd>Appending editor instances to existing DOM elements.</dd>
  98. <dt><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a></dt>
  99. <dd>Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.</dd>
  100. <dt><a class="samples" href="api.html">Basic usage of the API</a></dt>
  101. <dd>Using the CKEditor JavaScript API to interact with the editor at runtime.</dd>
  102. <dt><a class="samples" href="xhtmlstyle.html">XHTML-compliant style</a></dt>
  103. <dd>Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.</dd>
  104. <dt><a class="samples" href="readonly.html">Read-only mode</a></dt>
  105. <dd>Using the readOnly API to block introducing changes to the editor contents.</dd>
  106. <dt><a class="samples" href="tabindex.html">"Tab" key-based navigation</a></dt>
  107. <dd>Navigating among editor instances with tab key.</dd>
  108. <dt><a class="samples" href="dialog/dialog.html">Using the JavaScript API to customize dialog windows</a></dt>
  109. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  110. <dt><a class="samples" href="divarea/divarea.html">Replace Textarea with a &quot;DIV-based&quot; editor</a></dt>
  111. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  112. <dt><a class="samples" href="enterkey/enterkey.html">Using the &quot;Enter&quot; key in CKEditor</a></dt>
  113. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  114. <dt><a class="samples" href="htmlwriter/outputhtml.html">Output HTML</a></dt>
  115. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  116. <dt><a class="samples" href="htmlwriter/outputforflash.html">Output for Flash</a></dt>
  117. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  118. <dt><a class="samples" href="toolbar/toolbar.html">Toolbar Configurations</a></dt>
  119. <dd>Try the latest sample of CKEditor 4 and learn more about customizing your WYSIWYG editor with endless possibilities.</dd>
  120. </dl>
  121. </div>
  122. </div>
  123. <div id="footer">
  124. <hr>
  125. <p>
  126. CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
  127. </p>
  128. <p id="copy">
  129. Copyright &copy; 2003-2020, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
  130. </p>
  131. </div>
  132. </body>
  133. </html>