tenon 1.0.76 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (175) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/ckeditor/CHANGES.md +987 -0
  3. data/app/assets/javascripts/ckeditor/LICENSE.md +1420 -0
  4. data/app/assets/javascripts/ckeditor/README.md +39 -0
  5. data/app/assets/javascripts/ckeditor/adapters/jquery.js +10 -0
  6. data/app/assets/javascripts/ckeditor/build-config.js +74 -0
  7. data/app/assets/javascripts/ckeditor/ckeditor.js +820 -0
  8. data/app/assets/javascripts/ckeditor/config.js +38 -0
  9. data/app/assets/javascripts/ckeditor/contents.css +132 -0
  10. data/app/assets/javascripts/ckeditor/lang/en.js +5 -0
  11. data/app/assets/javascripts/ckeditor/lang/fr-ca.js +5 -0
  12. data/app/assets/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js +11 -0
  13. data/app/assets/javascripts/ckeditor/plugins/dialog/dialogDefinition.js +4 -0
  14. data/app/assets/javascripts/ckeditor/plugins/icons.png +0 -0
  15. data/app/assets/javascripts/ckeditor/plugins/icons_hidpi.png +0 -0
  16. data/app/assets/javascripts/ckeditor/plugins/link/dialogs/anchor.js +7 -0
  17. data/app/assets/javascripts/ckeditor/plugins/link/dialogs/link.js +26 -0
  18. data/app/assets/javascripts/ckeditor/plugins/link/images/anchor.png +0 -0
  19. data/app/assets/javascripts/ckeditor/plugins/link/images/hidpi/anchor.png +0 -0
  20. data/app/assets/javascripts/ckeditor/plugins/linktoasset/plugin.js +24 -0
  21. data/app/assets/javascripts/ckeditor/plugins/pastefromword/filter/default.js +32 -0
  22. data/app/assets/javascripts/ckeditor/plugins/sourcedialog/dialogs/sourcedialog.js +6 -0
  23. data/app/assets/javascripts/ckeditor/samples/css/samples.css +1640 -0
  24. data/app/assets/javascripts/ckeditor/samples/img/github-top.png +0 -0
  25. data/app/assets/javascripts/ckeditor/samples/img/header-bg.png +0 -0
  26. data/app/assets/javascripts/ckeditor/samples/img/header-separator.png +0 -0
  27. data/app/assets/javascripts/ckeditor/samples/img/logo.png +0 -0
  28. data/app/assets/javascripts/ckeditor/samples/img/navigation-tip.png +0 -0
  29. data/app/assets/javascripts/ckeditor/samples/index.html +128 -0
  30. data/app/assets/javascripts/ckeditor/samples/js/sample.js +53 -0
  31. data/app/assets/javascripts/ckeditor/samples/js/sf.js +17 -0
  32. data/app/assets/javascripts/ckeditor/samples/old/ajax.html +85 -0
  33. data/app/assets/javascripts/ckeditor/samples/old/api.html +210 -0
  34. data/app/assets/javascripts/ckeditor/samples/old/appendto.html +59 -0
  35. data/app/assets/javascripts/ckeditor/samples/old/assets/inlineall/logo.png +0 -0
  36. data/app/assets/javascripts/ckeditor/samples/old/assets/outputxhtml/outputxhtml.css +204 -0
  37. data/app/assets/javascripts/ckeditor/samples/old/assets/posteddata.php +59 -0
  38. data/app/assets/javascripts/ckeditor/samples/old/assets/sample.jpg +0 -0
  39. data/app/assets/javascripts/ckeditor/samples/old/assets/uilanguages/languages.js +7 -0
  40. data/app/assets/javascripts/ckeditor/samples/old/datafiltering.html +508 -0
  41. data/app/assets/javascripts/ckeditor/samples/old/dialog/assets/my_dialog.js +48 -0
  42. data/app/assets/javascripts/ckeditor/samples/old/dialog/dialog.html +190 -0
  43. data/app/assets/javascripts/ckeditor/samples/old/divreplace.html +144 -0
  44. data/app/assets/javascripts/ckeditor/samples/old/enterkey/enterkey.html +106 -0
  45. data/app/assets/javascripts/ckeditor/samples/old/index.html +125 -0
  46. data/app/assets/javascripts/ckeditor/samples/old/inlineall.html +314 -0
  47. data/app/assets/javascripts/ckeditor/samples/old/inlinebycode.html +124 -0
  48. data/app/assets/javascripts/ckeditor/samples/old/inlinetextarea.html +113 -0
  49. data/app/assets/javascripts/ckeditor/samples/old/jquery.html +103 -0
  50. data/app/assets/javascripts/ckeditor/samples/old/readonly.html +76 -0
  51. data/app/assets/javascripts/ckeditor/samples/old/replacebyclass.html +60 -0
  52. data/app/assets/javascripts/ckeditor/samples/old/replacebycode.html +59 -0
  53. data/app/assets/javascripts/ckeditor/samples/old/sample.css +357 -0
  54. data/app/assets/javascripts/ckeditor/samples/old/sample.js +50 -0
  55. data/app/assets/javascripts/ckeditor/samples/old/sample_posteddata.php +16 -0
  56. data/app/assets/javascripts/ckeditor/samples/old/sourcedialog/sourcedialog.html +121 -0
  57. data/app/assets/javascripts/ckeditor/samples/old/tabindex.html +78 -0
  58. data/app/assets/javascripts/ckeditor/samples/old/toolbar/toolbar.html +235 -0
  59. data/app/assets/javascripts/ckeditor/samples/old/uicolor.html +72 -0
  60. data/app/assets/javascripts/ckeditor/samples/old/uilanguages.html +122 -0
  61. data/app/assets/javascripts/ckeditor/samples/old/wysiwygarea/fullpage.html +80 -0
  62. data/app/assets/javascripts/ckeditor/samples/old/xhtmlstyle.html +234 -0
  63. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/css/fontello.css +55 -0
  64. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/font/LICENSE.txt +10 -0
  65. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/font/config.json +28 -0
  66. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/font/fontello.eot +0 -0
  67. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/font/fontello.svg +14 -0
  68. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/font/fontello.ttf +0 -0
  69. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/font/fontello.woff +0 -0
  70. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/index.html +446 -0
  71. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/js/abstracttoolbarmodifier.js +13 -0
  72. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/js/fulltoolbareditor.js +9 -0
  73. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/js/toolbarmodifier.js +33 -0
  74. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/js/toolbartextmodifier.js +14 -0
  75. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/LICENSE +19 -0
  76. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.css +325 -0
  77. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/codemirror.js +288 -0
  78. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/javascript.js +25 -0
  79. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/neo.css +36 -0
  80. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.css +38 -0
  81. data/app/assets/javascripts/ckeditor/samples/toolbarconfigurator/lib/codemirror/show-hint.js +16 -0
  82. data/app/assets/javascripts/ckeditor/skins/moono-dark/dialog.css +5 -0
  83. data/app/assets/javascripts/ckeditor/skins/moono-dark/dialog_ie.css +5 -0
  84. data/app/assets/javascripts/ckeditor/skins/moono-dark/dialog_ie7.css +5 -0
  85. data/app/assets/javascripts/ckeditor/skins/moono-dark/dialog_ie8.css +5 -0
  86. data/app/assets/javascripts/ckeditor/skins/moono-dark/dialog_iequirks.css +5 -0
  87. data/app/assets/javascripts/ckeditor/skins/moono-dark/editor.css +7 -0
  88. data/app/assets/javascripts/ckeditor/skins/moono-dark/editor_gecko.css +5 -0
  89. data/app/assets/javascripts/ckeditor/skins/moono-dark/editor_ie.css +5 -0
  90. data/app/assets/javascripts/ckeditor/skins/moono-dark/editor_ie7.css +5 -0
  91. data/app/assets/javascripts/ckeditor/skins/moono-dark/editor_ie8.css +5 -0
  92. data/app/assets/javascripts/ckeditor/skins/moono-dark/editor_iequirks.css +5 -0
  93. data/app/assets/javascripts/ckeditor/skins/moono-dark/icons.png +0 -0
  94. data/app/assets/javascripts/ckeditor/skins/moono-dark/icons_hidpi.png +0 -0
  95. data/app/assets/javascripts/ckeditor/skins/moono-dark/images/arrow.png +0 -0
  96. data/app/assets/javascripts/ckeditor/skins/moono-dark/images/close.png +0 -0
  97. data/app/assets/javascripts/ckeditor/skins/moono-dark/images/hidpi/close.png +0 -0
  98. data/app/assets/javascripts/ckeditor/skins/moono-dark/images/hidpi/lock-open.png +0 -0
  99. data/app/assets/javascripts/ckeditor/skins/moono-dark/images/hidpi/lock.png +0 -0
  100. data/app/assets/javascripts/ckeditor/skins/moono-dark/images/hidpi/refresh.png +0 -0
  101. data/app/assets/javascripts/ckeditor/skins/moono-dark/images/lock-open.png +0 -0
  102. data/app/assets/javascripts/ckeditor/skins/moono-dark/images/lock.png +0 -0
  103. data/app/assets/javascripts/ckeditor/skins/moono-dark/images/refresh.png +0 -0
  104. data/app/assets/javascripts/ckeditor/skins/moono-dark/readme.md +51 -0
  105. data/app/assets/javascripts/ckeditor/styles.js +111 -0
  106. data/app/assets/javascripts/tenon/features/editor.js.coffee +24 -0
  107. data/app/assets/javascripts/tenon/features/modal_windows.js.coffee +48 -21
  108. data/app/assets/javascripts/tenon/features/tenon_content/asset_link.js.coffee +9 -3
  109. data/app/assets/javascripts/tenon/features/tenon_content/editor.js.coffee +10 -3
  110. data/app/assets/javascripts/tenon/tenon.js +1 -2
  111. data/app/assets/javascripts/tenon/tenon_manifest.js +1 -1
  112. data/app/assets/stylesheets/tenon/{colors-custom.css.scss → colors-custom.scss} +0 -0
  113. data/app/assets/stylesheets/tenon/{colors-named.css.scss → colors-named.scss} +0 -0
  114. data/app/assets/stylesheets/tenon/{helpers.css.scss → helpers.scss} +0 -0
  115. data/app/assets/stylesheets/tenon/layout/{assets.css.scss → assets.scss} +0 -0
  116. data/app/assets/stylesheets/tenon/layout/{breakpoints.css.scss → breakpoints.scss} +0 -0
  117. data/app/assets/stylesheets/tenon/layout/{global.css.scss → global.scss} +0 -0
  118. data/app/assets/stylesheets/tenon/layout/{grid.css.scss → grid.scss} +0 -0
  119. data/app/assets/stylesheets/tenon/layout/{main-nav.css.scss → main-nav.scss} +0 -0
  120. data/app/assets/stylesheets/tenon/layout/{margins.css.scss → margins.scss} +0 -0
  121. data/app/assets/stylesheets/tenon/layout/{mobile.css.scss → mobile.scss} +0 -0
  122. data/app/assets/stylesheets/tenon/layout/{sidebar.css.scss → sidebar.scss} +0 -0
  123. data/app/assets/stylesheets/tenon/layout/{util-nav.css.scss → util-nav.scss} +0 -0
  124. data/app/assets/stylesheets/tenon/{mixins.css.scss → mixins.scss} +0 -0
  125. data/app/assets/stylesheets/tenon/{styleguide.css.scss → styleguide.scss} +0 -0
  126. data/app/assets/stylesheets/tenon/{tenon.css.scss → tenon.scss} +0 -0
  127. data/app/assets/stylesheets/tenon/{typography.css.scss → typography.scss} +0 -0
  128. data/app/assets/stylesheets/tenon/ui/{alerts.css.scss → alerts.scss} +0 -0
  129. data/app/assets/stylesheets/tenon/ui/{asset-attachment.css.scss → asset-attachment.scss} +0 -0
  130. data/app/assets/stylesheets/tenon/ui/{asset-cropping.css.scss → asset-cropping.scss} +0 -0
  131. data/app/assets/stylesheets/tenon/ui/{asset-uploads.css.scss → asset-uploads.scss} +0 -0
  132. data/app/assets/stylesheets/tenon/ui/{buttons.css.scss → buttons.scss} +0 -0
  133. data/app/assets/stylesheets/tenon/ui/{callouts.css.scss → callouts.scss} +0 -0
  134. data/app/assets/stylesheets/tenon/ui/{comments.css.scss → comments.scss} +0 -0
  135. data/app/assets/stylesheets/tenon/ui/{forms.css.scss → forms.scss} +16 -0
  136. data/app/assets/stylesheets/tenon/ui/{generic-loader.css.scss → generic-loader.scss} +0 -0
  137. data/app/assets/stylesheets/tenon/ui/{header-tools.css.scss → header-tools.scss} +0 -0
  138. data/app/assets/stylesheets/tenon/ui/{i18n.css.scss → i18n.scss} +0 -0
  139. data/app/assets/stylesheets/tenon/ui/{list-style-toggle.css.scss → list-style-toggle.scss} +0 -0
  140. data/app/assets/stylesheets/tenon/ui/{login.css.scss → login.scss} +0 -0
  141. data/app/assets/stylesheets/tenon/ui/{medium-editor.css.scss → medium-editor.scss} +0 -0
  142. data/app/assets/stylesheets/tenon/ui/{modals.css.scss → modals.scss} +0 -0
  143. data/app/assets/stylesheets/tenon/ui/{pagination.css.scss → pagination.scss} +0 -0
  144. data/app/assets/stylesheets/tenon/ui/{progress-bars.css.scss → progress-bars.scss} +0 -0
  145. data/app/assets/stylesheets/tenon/ui/{quick-search.css.scss → quick-search.scss} +0 -0
  146. data/app/assets/stylesheets/tenon/ui/{record-grids.css.scss → record-grids.scss} +0 -0
  147. data/app/assets/stylesheets/tenon/ui/{record-lists.css.scss → record-lists.scss} +0 -0
  148. data/app/assets/stylesheets/tenon/ui/{section-headers.css.scss → section-headers.scss} +0 -0
  149. data/app/assets/stylesheets/tenon/ui/{select2-custom.css.scss → select2-custom.scss} +0 -0
  150. data/app/assets/stylesheets/tenon/ui/{tables.css.scss → tables.scss} +0 -0
  151. data/app/assets/stylesheets/tenon/ui/{tabs.css.scss → tabs.scss} +0 -0
  152. data/app/assets/stylesheets/tenon/ui/{tenon-content-library.css.scss → tenon-content-library.scss} +0 -0
  153. data/app/assets/stylesheets/tenon/ui/{tenon-content-popped-out.css.scss → tenon-content-popped-out.scss} +0 -0
  154. data/app/assets/stylesheets/tenon/ui/{tenon-content.css.scss → tenon-content.scss} +0 -15
  155. data/app/assets/stylesheets/tenon/ui/{thinking.css.scss → thinking.scss} +0 -0
  156. data/app/assets/stylesheets/tenon/ui/{toolbox.css.scss → toolbox.scss} +0 -0
  157. data/app/assets/stylesheets/tenon/{z-indexes.css.scss → z-indexes.scss} +0 -0
  158. data/app/assets/stylesheets/{tenon_addons.css.scss → tenon_addons.scss} +0 -0
  159. data/app/form_builders/tenon/form_builder.rb +39 -19
  160. data/app/models/tenon/page.rb +6 -0
  161. data/app/views/tenon/fields/_asset.html.haml +32 -0
  162. data/app/views/tenon/fields/_rich_text.html.haml +8 -0
  163. data/app/views/tenon/galleries/_photo_fields.html.haml +2 -2
  164. data/app/views/tenon/posts/_form.html.haml +2 -5
  165. data/app/views/tenon/tenon_content/_row.html.haml +2 -2
  166. data/app/views/tenon/tenon_content/piece_types/form/_text.html.haml +2 -3
  167. data/lib/generators/tenon/scaffold/templates/view__form.html.haml +1 -1
  168. data/lib/tenon/version.rb +1 -1
  169. data/spec/controllers/tenon/pages_controller_spec.rb +1 -1
  170. data/vendor/assets/stylesheets/{bootstrap.css.scss → bootstrap.scss} +0 -0
  171. data/vendor/assets/stylesheets/{bootstrap.tables.css.scss → bootstrap.tables.scss} +0 -0
  172. data/vendor/assets/stylesheets/{jscrollpane.css.scss → jscrollpane.scss} +0 -0
  173. metadata +168 -63
  174. data/app/assets/javascripts/tenon/features/medium.js.coffee +0 -13
  175. data/app/views/tenon/shared/_asset_field.html.haml +0 -29
@@ -0,0 +1,72 @@
1
+ <!DOCTYPE html>
2
+ <!--
3
+ Copyright (c) 2003-2015, 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>UI Color Picker &mdash; CKEditor Sample</title>
10
+ <script src="../../ckeditor.js"></script>
11
+ <link rel="stylesheet" href="sample.css">
12
+ </head>
13
+ <body>
14
+ <h1 class="samples">
15
+ <a href="index.html">CKEditor Samples</a> &raquo; UI Color
16
+ </h1>
17
+ <div class="warning deprecated">
18
+ This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/uicolor.html">brand new version in CKEditor SDK</a>.
19
+ </div>
20
+ <div class="description">
21
+ <p>
22
+ This sample shows how to automatically replace <code>&lt;textarea&gt;</code> elements
23
+ with a CKEditor instance with an option to change the color of its user interface.<br>
24
+ <strong>Note:</strong>The UI skin color feature depends on the CKEditor skin
25
+ compatibility. The Moono and Kama skins are examples of skins that work with it.
26
+ </p>
27
+ </div>
28
+ <form action="sample_posteddata.php" method="post">
29
+ <p>
30
+ This editor instance has a UI color value defined in configuration to change the skin color,
31
+ To specify the color of the user interface, set the <code>uiColor</code> property:
32
+ </p>
33
+ <pre class="samples">
34
+ CKEDITOR.replace( '<em>textarea_id</em>', {
35
+ <strong>uiColor: '#14B8C4'</strong>
36
+ });</pre>
37
+ <p>
38
+ Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of
39
+ the <code>&lt;textarea&gt;</code> element to be replaced.
40
+ </p>
41
+ <p>
42
+ <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
43
+ <script>
44
+
45
+ // Replace the <textarea id="editor"> with an CKEditor
46
+ // instance, using default configurations.
47
+ CKEDITOR.replace( 'editor1', {
48
+ uiColor: '#14B8C4',
49
+ toolbar: [
50
+ [ 'Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', 'Unlink' ],
51
+ [ 'FontSize', 'TextColor', 'BGColor' ]
52
+ ]
53
+ });
54
+
55
+ </script>
56
+ </p>
57
+ <p>
58
+ <input type="submit" value="Submit">
59
+ </p>
60
+ </form>
61
+ <div id="footer">
62
+ <hr>
63
+ <p>
64
+ CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
65
+ </p>
66
+ <p id="copy">
67
+ Copyright &copy; 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
68
+ Knabben. All rights reserved.
69
+ </p>
70
+ </div>
71
+ </body>
72
+ </html>
@@ -0,0 +1,122 @@
1
+ <!DOCTYPE html>
2
+ <!--
3
+ Copyright (c) 2003-2015, 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>User Interface Globalization &mdash; CKEditor Sample</title>
10
+ <script src="../../ckeditor.js"></script>
11
+ <script src="assets/uilanguages/languages.js"></script>
12
+ <link rel="stylesheet" href="sample.css">
13
+ </head>
14
+ <body>
15
+ <h1 class="samples">
16
+ <a href="index.html">CKEditor Samples</a> &raquo; User Interface Languages
17
+ </h1>
18
+ <div class="warning deprecated">
19
+ This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/uilanguages.html">brand new version in CKEditor SDK</a>.
20
+ </div>
21
+ <div class="description">
22
+ <p>
23
+ This sample shows how to automatically replace <code>&lt;textarea&gt;</code> elements
24
+ with a CKEditor instance with an option to change the language of its user interface.
25
+ </p>
26
+ <p>
27
+ It pulls the language list from CKEditor <code>_languages.js</code> file that contains the list of supported languages and creates
28
+ a drop-down list that lets the user change the UI language.
29
+ </p>
30
+ <p>
31
+ By default, CKEditor automatically localizes the editor to the language of the user.
32
+ The UI language can be controlled with two configuration options:
33
+ <code><a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-language">language</a></code> and
34
+ <code><a class="samples" href="http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-defaultLanguage">
35
+ defaultLanguage</a></code>. The <code>defaultLanguage</code> setting specifies the
36
+ default CKEditor language to be used when a localization suitable for user's settings is not available.
37
+ </p>
38
+ <p>
39
+ To specify the user interface language that will be used no matter what language is
40
+ specified in user's browser or operating system, set the <code>language</code> property:
41
+ </p>
42
+ <pre class="samples">
43
+ CKEDITOR.replace( '<em>textarea_id</em>', {
44
+ // Load the German interface.
45
+ <strong>language: 'de'</strong>
46
+ });</pre>
47
+ <p>
48
+ Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of
49
+ the <code>&lt;textarea&gt;</code> element to be replaced.
50
+ </p>
51
+ </div>
52
+ <form action="sample_posteddata.php" method="post">
53
+ <p>
54
+ Available languages (<span id="count"> </span> languages!):<br>
55
+ <script>
56
+
57
+ document.write( '<select disabled="disabled" id="languages" onchange="createEditor( this.value );">' );
58
+
59
+ // Get the language list from the _languages.js file.
60
+ for ( var i = 0 ; i < window.CKEDITOR_LANGS.length ; i++ ) {
61
+ document.write(
62
+ '<option value="' + window.CKEDITOR_LANGS[i].code + '">' +
63
+ window.CKEDITOR_LANGS[i].name +
64
+ '</option>' );
65
+ }
66
+
67
+ document.write( '</select>' );
68
+
69
+ </script>
70
+ <br>
71
+ <span style="color: #888888">
72
+ (You may see strange characters if your system does not support the selected language)
73
+ </span>
74
+ </p>
75
+ <p>
76
+ <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
77
+ <script>
78
+
79
+ // Set the number of languages.
80
+ document.getElementById( 'count' ).innerHTML = window.CKEDITOR_LANGS.length;
81
+
82
+ var editor;
83
+
84
+ function createEditor( languageCode ) {
85
+ if ( editor )
86
+ editor.destroy();
87
+
88
+ // Replace the <textarea id="editor"> with an CKEditor
89
+ // instance, using default configurations.
90
+ editor = CKEDITOR.replace( 'editor1', {
91
+ language: languageCode,
92
+
93
+ on: {
94
+ instanceReady: function() {
95
+ // Wait for the editor to be ready to set
96
+ // the language combo.
97
+ var languages = document.getElementById( 'languages' );
98
+ languages.value = this.langCode;
99
+ languages.disabled = false;
100
+ }
101
+ }
102
+ });
103
+ }
104
+
105
+ // At page startup, load the default language:
106
+ createEditor( '' );
107
+
108
+ </script>
109
+ </p>
110
+ </form>
111
+ <div id="footer">
112
+ <hr>
113
+ <p>
114
+ CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
115
+ </p>
116
+ <p id="copy">
117
+ Copyright &copy; 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
118
+ Knabben. All rights reserved.
119
+ </p>
120
+ </div>
121
+ </body>
122
+ </html>
@@ -0,0 +1,80 @@
1
+ <!DOCTYPE html>
2
+ <!--
3
+ Copyright (c) 2003-2015, 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>Full Page Editing &mdash; CKEditor Sample</title>
10
+ <script src="../../../ckeditor.js"></script>
11
+ <script src="../../../samples/old/sample.js"></script>
12
+ <link rel="stylesheet" href="../../../samples/old/sample.css">
13
+ <meta name="ckeditor-sample-required-plugins" content="sourcearea">
14
+ <meta name="ckeditor-sample-name" content="Full page support">
15
+ <meta name="ckeditor-sample-group" content="Plugins">
16
+ <meta name="ckeditor-sample-description" content="CKEditor inserted with a JavaScript call and used to edit the whole page from &lt;html&gt; to &lt;/html&gt;.">
17
+ </head>
18
+ <body>
19
+ <h1 class="samples">
20
+ <a href="../../../samples/old/index.html">CKEditor Samples</a> &raquo; Full Page Editing
21
+ </h1>
22
+ <div class="warning deprecated">
23
+ This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/fullpage.html">brand new version in CKEditor SDK</a>.
24
+ </div>
25
+ <div class="description">
26
+ <p>
27
+ This sample shows how to configure CKEditor to edit entire HTML pages, from the
28
+ <code>&lt;html&gt;</code> tag to the <code>&lt;/html&gt;</code> tag.
29
+ </p>
30
+ <p>
31
+ The CKEditor instance below is inserted with a JavaScript call using the following code:
32
+ </p>
33
+ <pre class="samples">
34
+ CKEDITOR.replace( '<em>textarea_id</em>', {
35
+ <strong>fullPage: true</strong>,
36
+ <strong>allowedContent: true</strong>
37
+ });
38
+ </pre>
39
+ <p>
40
+ Note that <code><em>textarea_id</em></code> in the code above is the <code>id</code> attribute of
41
+ the <code>&lt;textarea&gt;</code> element to be replaced.
42
+ </p>
43
+ <p>
44
+ The <code><em>allowedContent</em></code> in the code above is set to <code>true</code> to disable content filtering.
45
+ Setting this option is not obligatory, but in full page mode there is a strong chance that one may want be able to freely enter any HTML content in source mode without any limitations.
46
+ </p>
47
+ </div>
48
+ <form action="../../../samples/sample_posteddata.php" method="post">
49
+ <label for="editor1">
50
+ CKEditor output the entire page including content outside of
51
+ <code>&lt;body&gt;</code> element, so content like meta and title can be changed:
52
+ </label>
53
+ <textarea cols="80" id="editor1" name="editor1" rows="10">
54
+ &lt;h1&gt;&lt;img align=&quot;right&quot; alt=&quot;Saturn V carrying Apollo 11&quot; src=&quot;../../../samples/old/assets/sample.jpg&quot;/&gt; Apollo 11&lt;/h1&gt; &lt;p&gt;&lt;b&gt;Apollo 11&lt;/b&gt; was the spaceflight that landed the first humans, Americans &lt;a href=&quot;http://en.wikipedia.org/wiki/Neil_Armstrong&quot; title=&quot;Neil Armstrong&quot;&gt;Neil Armstrong&lt;/a&gt; and &lt;a href=&quot;http://en.wikipedia.org/wiki/Buzz_Aldrin&quot; title=&quot;Buzz Aldrin&quot;&gt;Buzz Aldrin&lt;/a&gt;, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.&lt;/p&gt; &lt;p&gt;Armstrong spent about &lt;s&gt;three and a half&lt;/s&gt; two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&amp;nbsp;kg) of lunar material for return to Earth. A third member of the mission, &lt;a href=&quot;http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)&quot; title=&quot;Michael Collins (astronaut)&quot;&gt;Michael Collins&lt;/a&gt;, piloted the &lt;a href=&quot;http://en.wikipedia.org/wiki/Apollo_Command/Service_Module&quot; title=&quot;Apollo Command/Service Module&quot;&gt;command&lt;/a&gt; spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.&lt;/p&gt; &lt;h2&gt;Broadcasting and &lt;em&gt;quotes&lt;/em&gt; &lt;a id=&quot;quotes&quot; name=&quot;quotes&quot;&gt;&lt;/a&gt;&lt;/h2&gt; &lt;p&gt;Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;One small step for [a] man, one giant leap for mankind.&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Apollo 11 effectively ended the &lt;a href=&quot;http://en.wikipedia.org/wiki/Space_Race&quot; title=&quot;Space Race&quot;&gt;Space Race&lt;/a&gt; and fulfilled a national goal proposed in 1961 by the late U.S. President &lt;a href=&quot;http://en.wikipedia.org/wiki/John_F._Kennedy&quot; title=&quot;John F. Kennedy&quot;&gt;John F. Kennedy&lt;/a&gt; in a speech before the United States Congress:&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.&lt;/p&gt;&lt;/blockquote&gt; &lt;h2&gt;Technical details &lt;a id=&quot;tech-details&quot; name=&quot;tech-details&quot;&gt;&lt;/a&gt;&lt;/h2&gt; &lt;table align=&quot;right&quot; border=&quot;1&quot; bordercolor=&quot;#ccc&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot; style=&quot;border-collapse:collapse;margin:10px 0 10px 15px;&quot;&gt; &lt;caption&gt;&lt;strong&gt;Mission crew&lt;/strong&gt;&lt;/caption&gt; &lt;thead&gt; &lt;tr&gt; &lt;th scope=&quot;col&quot;&gt;Position&lt;/th&gt; &lt;th scope=&quot;col&quot;&gt;Astronaut&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;Commander&lt;/td&gt; &lt;td&gt;Neil A. Armstrong&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Command Module Pilot&lt;/td&gt; &lt;td&gt;Michael Collins&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt;Lunar Module Pilot&lt;/td&gt; &lt;td&gt;Edwin &amp;quot;Buzz&amp;quot; E. Aldrin, Jr.&lt;/td&gt; &lt;/tr&gt; &lt;/tbody&gt; &lt;/table&gt; &lt;p&gt;Launched by a &lt;strong&gt;Saturn V&lt;/strong&gt; rocket from &lt;a href=&quot;http://en.wikipedia.org/wiki/Kennedy_Space_Center&quot; title=&quot;Kennedy Space Center&quot;&gt;Kennedy Space Center&lt;/a&gt; in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of &lt;a href=&quot;http://en.wikipedia.org/wiki/NASA&quot; title=&quot;NASA&quot;&gt;NASA&lt;/a&gt;&amp;#39;s Apollo program. The Apollo spacecraft had three parts:&lt;/p&gt; &lt;ol&gt; &lt;li&gt;&lt;strong&gt;Command Module&lt;/strong&gt; with a cabin for the three astronauts which was the only part which landed back on Earth&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Service Module&lt;/strong&gt; which supported the Command Module with propulsion, electrical power, oxygen and water&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Lunar Module&lt;/strong&gt; for landing on the Moon.&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;After being sent to the Moon by the Saturn V&amp;#39;s upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the &lt;a href=&quot;http://en.wikipedia.org/wiki/Mare_Tranquillitatis&quot; title=&quot;Mare Tranquillitatis&quot;&gt;Sea of Tranquility&lt;/a&gt;. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the &lt;a href=&quot;http://en.wikipedia.org/wiki/Pacific_Ocean&quot; title=&quot;Pacific Ocean&quot;&gt;Pacific Ocean&lt;/a&gt; on July 24.&lt;/p&gt; &lt;hr/&gt; &lt;p style=&quot;text-align: right;&quot;&gt;&lt;small&gt;Source: &lt;a href=&quot;http://en.wikipedia.org/wiki/Apollo_11&quot;&gt;Wikipedia.org&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
55
+ </textarea>
56
+ <script>
57
+
58
+ CKEDITOR.replace( 'editor1', {
59
+ fullPage: true,
60
+ allowedContent: true,
61
+ extraPlugins: 'wysiwygarea'
62
+ });
63
+
64
+ </script>
65
+ <p>
66
+ <input type="submit" value="Submit">
67
+ </p>
68
+ </form>
69
+ <div id="footer">
70
+ <hr>
71
+ <p>
72
+ CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
73
+ </p>
74
+ <p id="copy">
75
+ Copyright &copy; 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
76
+ Knabben. All rights reserved.
77
+ </p>
78
+ </div>
79
+ </body>
80
+ </html>
@@ -0,0 +1,234 @@
1
+ <!DOCTYPE html>
2
+ <!--
3
+ Copyright (c) 2003-2015, 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>XHTML Compliant Output &mdash; CKEditor Sample</title>
10
+ <meta name="ckeditor-sample-required-plugins" content="sourcearea">
11
+ <script src="../../ckeditor.js"></script>
12
+ <script src="sample.js"></script>
13
+ <link href="sample.css" rel="stylesheet">
14
+ </head>
15
+ <body>
16
+ <h1 class="samples">
17
+ <a href="index.html">CKEditor Samples</a> &raquo; Producing XHTML Compliant Output
18
+ </h1>
19
+ <div class="warning deprecated">
20
+ This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/basicstyles.html">brand new version in CKEditor SDK</a>.
21
+ </div>
22
+ <div class="description">
23
+ <p>
24
+ This sample shows how to configure CKEditor to output valid
25
+ <a class="samples" href="http://www.w3.org/TR/xhtml11/">XHTML 1.1</a> code.
26
+ Deprecated elements (<code>&lt;font&gt;</code>, <code>&lt;u&gt;</code>) or attributes
27
+ (<code>size</code>, <code>face</code>) will be replaced with XHTML compliant code.
28
+ </p>
29
+ <p>
30
+ To add a CKEditor instance outputting valid XHTML code, load the editor using a standard
31
+ JavaScript call and define CKEditor features to use the XHTML compliant elements and styles.
32
+ </p>
33
+ <p>
34
+ A snippet of the configuration code can be seen below; check the source of this page for
35
+ full definition:
36
+ </p>
37
+ <pre class="samples">
38
+ CKEDITOR.replace( '<em>textarea_id</em>', {
39
+ contentsCss: 'assets/outputxhtml.css',
40
+
41
+ coreStyles_bold: {
42
+ element: 'span',
43
+ attributes: { 'class': 'Bold' }
44
+ },
45
+ coreStyles_italic: {
46
+ element: 'span',
47
+ attributes: { 'class': 'Italic' }
48
+ },
49
+
50
+ ...
51
+ });</pre>
52
+ </div>
53
+ <form action="sample_posteddata.php" method="post">
54
+ <p>
55
+ <label for="editor1">
56
+ Editor 1:
57
+ </label>
58
+ <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;span class="Bold"&gt;sample text&lt;/span&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>
59
+ <script>
60
+
61
+ CKEDITOR.replace( 'editor1', {
62
+ /*
63
+ * Style sheet for the contents
64
+ */
65
+ contentsCss: 'assets/outputxhtml/outputxhtml.css',
66
+
67
+ /*
68
+ * Special allowed content rules for spans used by
69
+ * font face, size, and color buttons.
70
+ *
71
+ * Note: all rules have been written separately so
72
+ * it was possible to specify required classes.
73
+ */
74
+ extraAllowedContent: 'span(!FontColor1);span(!FontColor2);span(!FontColor3);' +
75
+ 'span(!FontColor1BG);span(!FontColor2BG);span(!FontColor3BG);' +
76
+ 'span(!FontComic);span(!FontCourier);span(!FontTimes);' +
77
+ 'span(!FontSmaller);span(!FontLarger);span(!FontSmall);span(!FontBig);span(!FontDouble)',
78
+
79
+ /*
80
+ * Core styles.
81
+ */
82
+ coreStyles_bold: {
83
+ element: 'span',
84
+ attributes: { 'class': 'Bold' }
85
+ },
86
+ coreStyles_italic: {
87
+ element: 'span',
88
+ attributes: { 'class': 'Italic' }
89
+ },
90
+ coreStyles_underline: {
91
+ element: 'span',
92
+ attributes: { 'class': 'Underline' }
93
+ },
94
+ coreStyles_strike: {
95
+ element: 'span',
96
+ attributes: { 'class': 'StrikeThrough' },
97
+ overrides: 'strike'
98
+ },
99
+ coreStyles_subscript: {
100
+ element: 'span',
101
+ attributes: { 'class': 'Subscript' },
102
+ overrides: 'sub'
103
+ },
104
+ coreStyles_superscript: {
105
+ element: 'span',
106
+ attributes: { 'class': 'Superscript' },
107
+ overrides: 'sup'
108
+ },
109
+
110
+ /*
111
+ * Font face.
112
+ */
113
+
114
+ // List of fonts available in the toolbar combo. Each font definition is
115
+ // separated by a semi-colon (;). We are using class names here, so each font
116
+ // is defined by {Combo Label}/{Class Name}.
117
+ font_names: 'Comic Sans MS/FontComic;Courier New/FontCourier;Times New Roman/FontTimes',
118
+
119
+ // Define the way font elements will be applied to the document. The "span"
120
+ // element will be used. When a font is selected, the font name defined in the
121
+ // above list is passed to this definition with the name "Font", being it
122
+ // injected in the "class" attribute.
123
+ // We must also instruct the editor to replace span elements that are used to
124
+ // set the font (Overrides).
125
+ font_style: {
126
+ element: 'span',
127
+ attributes: { 'class': '#(family)' },
128
+ overrides: [
129
+ {
130
+ element: 'span',
131
+ attributes: {
132
+ 'class': /^Font(?:Comic|Courier|Times)$/
133
+ }
134
+ }
135
+ ]
136
+ },
137
+
138
+ /*
139
+ * Font sizes.
140
+ */
141
+ fontSize_sizes: 'Smaller/FontSmaller;Larger/FontLarger;8pt/FontSmall;14pt/FontBig;Double Size/FontDouble',
142
+ fontSize_style: {
143
+ element: 'span',
144
+ attributes: { 'class': '#(size)' },
145
+ overrides: [
146
+ {
147
+ element: 'span',
148
+ attributes: {
149
+ 'class': /^Font(?:Smaller|Larger|Small|Big|Double)$/
150
+ }
151
+ }
152
+ ]
153
+ } ,
154
+
155
+ /*
156
+ * Font colors.
157
+ */
158
+ colorButton_enableMore: false,
159
+
160
+ colorButton_colors: 'FontColor1/FF9900,FontColor2/0066CC,FontColor3/F00',
161
+ colorButton_foreStyle: {
162
+ element: 'span',
163
+ attributes: { 'class': '#(color)' },
164
+ overrides: [
165
+ {
166
+ element: 'span',
167
+ attributes: {
168
+ 'class': /^FontColor(?:1|2|3)$/
169
+ }
170
+ }
171
+ ]
172
+ },
173
+
174
+ colorButton_backStyle: {
175
+ element: 'span',
176
+ attributes: { 'class': '#(color)BG' },
177
+ overrides: [
178
+ {
179
+ element: 'span',
180
+ attributes: {
181
+ 'class': /^FontColor(?:1|2|3)BG$/
182
+ }
183
+ }
184
+ ]
185
+ },
186
+
187
+ /*
188
+ * Indentation.
189
+ */
190
+ indentClasses: [ 'Indent1', 'Indent2', 'Indent3' ],
191
+
192
+ /*
193
+ * Paragraph justification.
194
+ */
195
+ justifyClasses: [ 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyFull' ],
196
+
197
+ /*
198
+ * Styles combo.
199
+ */
200
+ stylesSet: [
201
+ { name: 'Strong Emphasis', element: 'strong' },
202
+ { name: 'Emphasis', element: 'em' },
203
+
204
+ { name: 'Computer Code', element: 'code' },
205
+ { name: 'Keyboard Phrase', element: 'kbd' },
206
+ { name: 'Sample Text', element: 'samp' },
207
+ { name: 'Variable', element: 'var' },
208
+
209
+ { name: 'Deleted Text', element: 'del' },
210
+ { name: 'Inserted Text', element: 'ins' },
211
+
212
+ { name: 'Cited Work', element: 'cite' },
213
+ { name: 'Inline Quotation', element: 'q' }
214
+ ]
215
+ });
216
+
217
+ </script>
218
+ </p>
219
+ <p>
220
+ <input type="submit" value="Submit">
221
+ </p>
222
+ </form>
223
+ <div id="footer">
224
+ <hr>
225
+ <p>
226
+ CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
227
+ </p>
228
+ <p id="copy">
229
+ Copyright &copy; 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico
230
+ Knabben. All rights reserved.
231
+ </p>
232
+ </div>
233
+ </body>
234
+ </html>