PageRenderTime 26ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/src/assets/ckeditor/samples/old/index.html

https://gitlab.com/noosfero-themes/angular-theme
HTML | 131 lines | 100 code | 27 blank | 4 comment | 0 complexity | 3c19c3b071151d078fcb5aff92bfc064 MD5 | raw file
  1. <!DOCTYPE html>
  2. <!--
  3. Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  4. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-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="https://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="magicline/magicline.html">Magicline plugin</a></dt>
  44. <dd>Using the Magicline plugin to access difficult focus spaces.</dd>
  45. <dt><a class="samples" href="wysiwygarea/fullpage.html">Full page support</a></dt>
  46. <dd>CKEditor inserted with a JavaScript call and used to edit the whole page from &lt;html&gt; to &lt;/html&gt;.</dd>
  47. </dl>
  48. </div>
  49. <div class="twoColumnsRight">
  50. <h2 class="samples">
  51. Inline Editing
  52. </h2>
  53. <dl class="samples">
  54. <dt><a class="samples" href="inlineall.html">Massive inline editor creation</a></dt>
  55. <dd>Turn all elements with <code>contentEditable = true</code> attribute into inline editors.</dd>
  56. <dt><a class="samples" href="inlinebycode.html">Convert element into an inline editor by code</a></dt>
  57. <dd>Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.</dd>
  58. <dt><a class="samples" href="inlinetextarea.html">Replace textarea with inline editor</a> <span class="new">New!</span></dt>
  59. <dd>A form with a textarea that is replaced by an inline editor at runtime.</dd>
  60. </dl>
  61. <h2 class="samples">
  62. Advanced Samples
  63. </h2>
  64. <dl class="samples">
  65. <dt><a class="samples" href="datafiltering.html">Data filtering and features activation</a> <span class="new">New!</span></dt>
  66. <dd>Data filtering and automatic features activation basing on configuration.</dd>
  67. <dt><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a></dt>
  68. <dd>Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.</dd>
  69. <dt><a class="samples" href="appendto.html">Append editor instances</a></dt>
  70. <dd>Appending editor instances to existing DOM elements.</dd>
  71. <dt><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a></dt>
  72. <dd>Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.</dd>
  73. <dt><a class="samples" href="api.html">Basic usage of the API</a></dt>
  74. <dd>Using the CKEditor JavaScript API to interact with the editor at runtime.</dd>
  75. <dt><a class="samples" href="xhtmlstyle.html">XHTML-compliant style</a></dt>
  76. <dd>Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.</dd>
  77. <dt><a class="samples" href="readonly.html">Read-only mode</a></dt>
  78. <dd>Using the readOnly API to block introducing changes to the editor contents.</dd>
  79. <dt><a class="samples" href="tabindex.html">"Tab" key-based navigation</a></dt>
  80. <dd>Navigating among editor instances with tab key.</dd>
  81. <dt><a class="samples" href="dialog/dialog.html">Using the JavaScript API to customize dialog windows</a></dt>
  82. <dd>Using the dialog windows API to customize dialog windows without changing the original editor code.</dd>
  83. <dt><a class="samples" href="enterkey/enterkey.html">Using the &quot;Enter&quot; key in CKEditor</a></dt>
  84. <dd>Configuring the behavior of <em>Enter</em> and <em>Shift+Enter</em> keys.</dd>
  85. <dt><a class="samples" href="htmlwriter/outputforflash.html">Output for Flash</a></dt>
  86. <dd>Configuring CKEditor to produce HTML code that can be used with Adobe Flash.</dd>
  87. <dt><a class="samples" href="htmlwriter/outputhtml.html">Output HTML</a></dt>
  88. <dd>Configuring CKEditor to produce legacy HTML 4 code.</dd>
  89. <dt><a class="samples" href="toolbar/toolbar.html">Toolbar Configurations</a></dt>
  90. <dd>Configuring CKEditor to display full or custom toolbar layout.</dd>
  91. </dl>
  92. </div>
  93. </div>
  94. <div id="footer">
  95. <hr>
  96. <p>
  97. CKEditor - The text editor for the Internet - <a class="samples" href="https://ckeditor.com/">https://ckeditor.com</a>
  98. </p>
  99. <p id="copy">
  100. Copyright &copy; 2003-2018, <a class="samples" href="https://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
  101. </p>
  102. </div>
  103. </body>
  104. </html>