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,125 @@
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>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
+
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
+
31
+ <dt><a class="samples" href="jquery.html">Create editors with jQuery</a></dt>
32
+ <dd>Creating standard and inline CKEditor instances with jQuery adapter.</dd>
33
+ </dl>
34
+
35
+ <h2 class="samples">
36
+ Basic Customization
37
+ </h2>
38
+ <dl class="samples">
39
+ <dt><a class="samples" href="uicolor.html">User Interface color</a></dt>
40
+ <dd>Changing CKEditor User Interface color and adding a toolbar button that lets the user set the UI color.</dd>
41
+
42
+ <dt><a class="samples" href="uilanguages.html">User Interface languages</a></dt>
43
+ <dd>Changing CKEditor User Interface language and adding a drop-down list that lets the user choose the UI language.</dd>
44
+ </dl>
45
+
46
+
47
+ <h2 class="samples">Plugins</h2>
48
+ <dl class="samples">
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
+
52
+ <dt><a class="samples" href="wysiwygarea/fullpage.html">Full page support</a></dt>
53
+ <dd>CKEditor inserted with a JavaScript call and used to edit the whole page from &lt;html&gt; to &lt;/html&gt;.</dd>
54
+ </dl>
55
+ </div>
56
+ <div class="twoColumnsRight">
57
+ <h2 class="samples">
58
+ Inline Editing
59
+ </h2>
60
+ <dl class="samples">
61
+ <dt><a class="samples" href="inlineall.html">Massive inline editor creation</a></dt>
62
+ <dd>Turn all elements with <code>contentEditable = true</code> attribute into inline editors.</dd>
63
+
64
+ <dt><a class="samples" href="inlinebycode.html">Convert element into an inline editor by code</a></dt>
65
+ <dd>Conversion of DOM elements into inline CKEditor instances by using a JavaScript call.</dd>
66
+
67
+ <dt><a class="samples" href="inlinetextarea.html">Replace textarea with inline editor</a> <span class="new">New!</span></dt>
68
+ <dd>A form with a textarea that is replaced by an inline editor at runtime.</dd>
69
+
70
+
71
+ </dl>
72
+
73
+ <h2 class="samples">
74
+ Advanced Samples
75
+ </h2>
76
+ <dl class="samples">
77
+ <dt><a class="samples" href="datafiltering.html">Data filtering and features activation</a> <span class="new">New!</span></dt>
78
+ <dd>Data filtering and automatic features activation basing on configuration.</dd>
79
+
80
+ <dt><a class="samples" href="divreplace.html">Replace DIV elements on the fly</a></dt>
81
+ <dd>Transforming a <code>div</code> element into an instance of CKEditor with a mouse click.</dd>
82
+
83
+ <dt><a class="samples" href="appendto.html">Append editor instances</a></dt>
84
+ <dd>Appending editor instances to existing DOM elements.</dd>
85
+
86
+ <dt><a class="samples" href="ajax.html">Create and destroy editor instances for Ajax applications</a></dt>
87
+ <dd>Creating and destroying CKEditor instances on the fly and saving the contents entered into the editor window.</dd>
88
+
89
+ <dt><a class="samples" href="api.html">Basic usage of the API</a></dt>
90
+ <dd>Using the CKEditor JavaScript API to interact with the editor at runtime.</dd>
91
+
92
+ <dt><a class="samples" href="xhtmlstyle.html">XHTML-compliant style</a></dt>
93
+ <dd>Configuring CKEditor to produce XHTML 1.1 compliant attributes and styles.</dd>
94
+
95
+ <dt><a class="samples" href="readonly.html">Read-only mode</a></dt>
96
+ <dd>Using the readOnly API to block introducing changes to the editor contents.</dd>
97
+
98
+ <dt><a class="samples" href="tabindex.html">"Tab" key-based navigation</a></dt>
99
+ <dd>Navigating among editor instances with tab key.</dd>
100
+
101
+
102
+
103
+ <dt><a class="samples" href="dialog/dialog.html">Using the JavaScript API to customize dialog windows</a></dt>
104
+ <dd>Using the dialog windows API to customize dialog windows without changing the original editor code.</dd>
105
+
106
+ <dt><a class="samples" href="enterkey/enterkey.html">Using the &quot;Enter&quot; key in CKEditor</a></dt>
107
+ <dd>Configuring the behavior of <em>Enter</em> and <em>Shift+Enter</em> keys.</dd>
108
+
109
+ <dt><a class="samples" href="toolbar/toolbar.html">Toolbar Configurations</a></dt>
110
+ <dd>Configuring CKEditor to display full or custom toolbar layout.</dd>
111
+
112
+ </dl>
113
+ </div>
114
+ </div>
115
+ <div id="footer">
116
+ <hr>
117
+ <p>
118
+ CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">http://ckeditor.com</a>
119
+ </p>
120
+ <p id="copy">
121
+ Copyright &copy; 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a> - Frederico Knabben. All rights reserved.
122
+ </p>
123
+ </div>
124
+ </body>
125
+ </html>
@@ -0,0 +1,314 @@
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>Massive inline editing &mdash; CKEditor Sample</title>
10
+ <script src="../../ckeditor.js"></script>
11
+ <script>
12
+
13
+ // This code is generally not necessary, but it is here to demonstrate
14
+ // how to customize specific editor instances on the fly. This fits well
15
+ // this demo because we have editable elements (like headers) that
16
+ // require less features.
17
+
18
+ // The "instanceCreated" event is fired for every editor instance created.
19
+ CKEDITOR.on( 'instanceCreated', function( event ) {
20
+ var editor = event.editor,
21
+ element = editor.element;
22
+
23
+ // Customize editors for headers and tag list.
24
+ // These editors don't need features like smileys, templates, iframes etc.
25
+ if ( element.is( 'h1', 'h2', 'h3' ) || element.getAttribute( 'id' ) == 'taglist' ) {
26
+ // Customize the editor configurations on "configLoaded" event,
27
+ // which is fired after the configuration file loading and
28
+ // execution. This makes it possible to change the
29
+ // configurations before the editor initialization takes place.
30
+ editor.on( 'configLoaded', function() {
31
+
32
+ // Remove unnecessary plugins to make the editor simpler.
33
+ editor.config.removePlugins = 'colorbutton,find,flash,font,' +
34
+ 'forms,iframe,image,newpage,removeformat,' +
35
+ 'smiley,specialchar,stylescombo,templates';
36
+
37
+ // Rearrange the layout of the toolbar.
38
+ editor.config.toolbarGroups = [
39
+ { name: 'editing', groups: [ 'basicstyles', 'links' ] },
40
+ { name: 'undo' },
41
+ { name: 'clipboard', groups: [ 'selection', 'clipboard' ] },
42
+ { name: 'about' }
43
+ ];
44
+ });
45
+ }
46
+ });
47
+
48
+ </script>
49
+ <link href="sample.css" rel="stylesheet">
50
+ <style>
51
+
52
+ /* The following styles are just to make the page look nice. */
53
+
54
+ /* Workaround to show Arial Black in Firefox. */
55
+ @font-face
56
+ {
57
+ font-family: 'arial-black';
58
+ src: local('Arial Black');
59
+ }
60
+
61
+ *[contenteditable="true"]
62
+ {
63
+ padding: 10px;
64
+ }
65
+
66
+ #container
67
+ {
68
+ width: 960px;
69
+ margin: 30px auto 0;
70
+ }
71
+
72
+ #header
73
+ {
74
+ overflow: hidden;
75
+ padding: 0 0 30px;
76
+ border-bottom: 5px solid #05B2D2;
77
+ position: relative;
78
+ }
79
+
80
+ #headerLeft,
81
+ #headerRight
82
+ {
83
+ width: 49%;
84
+ overflow: hidden;
85
+ }
86
+
87
+ #headerLeft
88
+ {
89
+ float: left;
90
+ padding: 10px 1px 1px;
91
+ }
92
+
93
+ #headerLeft h2,
94
+ #headerLeft h3
95
+ {
96
+ text-align: right;
97
+ margin: 0;
98
+ overflow: hidden;
99
+ font-weight: normal;
100
+ }
101
+
102
+ #headerLeft h2
103
+ {
104
+ font-family: "Arial Black",arial-black;
105
+ font-size: 4.6em;
106
+ line-height: 1.1;
107
+ text-transform: uppercase;
108
+ }
109
+
110
+ #headerLeft h3
111
+ {
112
+ font-size: 2.3em;
113
+ line-height: 1.1;
114
+ margin: .2em 0 0;
115
+ color: #666;
116
+ }
117
+
118
+ #headerRight
119
+ {
120
+ float: right;
121
+ padding: 1px;
122
+ }
123
+
124
+ #headerRight p
125
+ {
126
+ line-height: 1.8;
127
+ text-align: justify;
128
+ margin: 0;
129
+ }
130
+
131
+ #headerRight p + p
132
+ {
133
+ margin-top: 20px;
134
+ }
135
+
136
+ #headerRight > div
137
+ {
138
+ padding: 20px;
139
+ margin: 0 0 0 30px;
140
+ font-size: 1.4em;
141
+ color: #666;
142
+ }
143
+
144
+ #columns
145
+ {
146
+ color: #333;
147
+ overflow: hidden;
148
+ padding: 20px 0;
149
+ }
150
+
151
+ #columns > div
152
+ {
153
+ float: left;
154
+ width: 33.3%;
155
+ }
156
+
157
+ #columns #column1 > div
158
+ {
159
+ margin-left: 1px;
160
+ }
161
+
162
+ #columns #column3 > div
163
+ {
164
+ margin-right: 1px;
165
+ }
166
+
167
+ #columns > div > div
168
+ {
169
+ margin: 0px 10px;
170
+ padding: 10px 20px;
171
+ }
172
+
173
+ #columns blockquote
174
+ {
175
+ margin-left: 15px;
176
+ }
177
+
178
+ #tagLine
179
+ {
180
+ border-top: 5px solid #05B2D2;
181
+ padding-top: 20px;
182
+ }
183
+
184
+ #taglist {
185
+ display: inline-block;
186
+ margin-left: 20px;
187
+ font-weight: bold;
188
+ margin: 0 0 0 20px;
189
+ }
190
+
191
+ </style>
192
+ </head>
193
+ <body>
194
+ <div>
195
+ <h1 class="samples"><a href="index.html">CKEditor Samples</a> &raquo; Massive inline editing</h1>
196
+ <div class="warning deprecated">
197
+ This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/inline.html">brand new version in CKEditor SDK</a>.
198
+ </div>
199
+ <div class="description">
200
+ <p>This sample page demonstrates the inline editing feature - CKEditor instances will be created automatically from page elements with <strong>contentEditable</strong> attribute set to value <strong>true</strong>:</p>
201
+ <pre class="samples">&lt;div <strong>contenteditable="true</strong>" &gt; ... &lt;/div&gt;</pre>
202
+ <p>Click inside of any element below to start editing.</p>
203
+ </div>
204
+ </div>
205
+ <div id="container">
206
+ <div id="header">
207
+ <div id="headerLeft">
208
+ <h2 id="sampleTitle" contenteditable="true">
209
+ CKEditor<br> Goes Inline!
210
+ </h2>
211
+ <h3 contenteditable="true">
212
+ Lorem ipsum dolor sit amet dolor duis blandit vestibulum faucibus a, tortor.
213
+ </h3>
214
+ </div>
215
+ <div id="headerRight">
216
+ <div contenteditable="true">
217
+ <p>
218
+ Lorem ipsum dolor sit amet enim. Etiam ullamcorper. Suspendisse a pellentesque dui, non felis. Maecenas malesuada elit lectus felis, malesuada ultricies.
219
+ </p>
220
+ <p>
221
+ Curabitur et ligula. Ut molestie a, ultricies porta urna. Vestibulum commodo volutpat a, convallis ac, laoreet enim. Phasellus fermentum in, dolor. Pellentesque facilisis. Nulla imperdiet sit amet magna. Vestibulum dapibus, mauris nec malesuada fames ac.
222
+ </p>
223
+ </div>
224
+ </div>
225
+ </div>
226
+ <div id="columns">
227
+ <div id="column1">
228
+ <div contenteditable="true">
229
+ <h3>
230
+ Fusce vitae porttitor
231
+ </h3>
232
+ <p>
233
+ <strong>
234
+ Lorem ipsum dolor sit amet dolor. Duis blandit vestibulum faucibus a, tortor.
235
+ </strong>
236
+ </p>
237
+ <p>
238
+ Proin nunc justo felis mollis tincidunt, risus risus pede, posuere cubilia Curae, Nullam euismod, enim. Etiam nibh ultricies dolor ac dignissim erat volutpat. Vivamus fermentum <a href="http://ckeditor.com/">nisl nulla sem in</a> metus. Maecenas wisi. Donec nec erat volutpat.
239
+ </p>
240
+ <blockquote>
241
+ <p>
242
+ Fusce vitae porttitor a, euismod convallis nisl, blandit risus tortor, pretium.
243
+ Vehicula vitae, imperdiet vel, ornare enim vel sodales rutrum
244
+ </p>
245
+ </blockquote>
246
+ <blockquote>
247
+ <p>
248
+ Libero nunc, rhoncus ante ipsum non ipsum. Nunc eleifend pede turpis id sollicitudin fringilla. Phasellus ultrices, velit ac arcu.
249
+ </p>
250
+ </blockquote>
251
+ <p>Pellentesque nunc. Donec suscipit erat. Pellentesque habitant morbi tristique ullamcorper.</p>
252
+ <p><s>Mauris mattis feugiat lectus nec mauris. Nullam vitae ante.</s></p>
253
+ </div>
254
+ </div>
255
+ <div id="column2">
256
+ <div contenteditable="true">
257
+ <h3>
258
+ Integer condimentum sit amet
259
+ </h3>
260
+ <p>
261
+ <strong>Aenean nonummy a, mattis varius. Cras aliquet.</strong>
262
+ Praesent <a href="http://ckeditor.com/">magna non mattis ac, rhoncus nunc</a>, rhoncus eget, cursus pulvinar mollis.</p>
263
+ <p>Proin id nibh. Sed eu libero posuere sed, lectus. Phasellus dui gravida gravida feugiat mattis ac, felis.</p>
264
+ <p>Integer condimentum sit amet, tempor elit odio, a dolor non ante at sapien. Sed ac lectus. Nulla ligula quis eleifend mi, id leo velit pede cursus arcu id nulla ac lectus. Phasellus vestibulum. Nunc viverra enim quis diam.</p>
265
+ </div>
266
+ <div contenteditable="true">
267
+ <h3>
268
+ Praesent wisi accumsan sit amet nibh
269
+ </h3>
270
+ <p>Donec ullamcorper, risus tortor, pretium porttitor. Morbi quam quis lectus non leo.</p>
271
+ <p style="margin-left: 40px; ">Integer faucibus scelerisque. Proin faucibus at, aliquet vulputate, odio at eros. Fusce <a href="http://ckeditor.com/">gravida, erat vitae augue</a>. Fusce urna fringilla gravida.</p>
272
+ <p>In hac habitasse platea dictumst. Praesent wisi accumsan sit amet nibh. Maecenas orci luctus a, lacinia quam sem, posuere commodo, odio condimentum tempor, pede semper risus. Suspendisse pede. In hac habitasse platea dictumst. Nam sed laoreet sit amet erat. Integer.</p>
273
+ </div>
274
+ </div>
275
+ <div id="column3">
276
+ <div contenteditable="true">
277
+ <p>
278
+ <img src="assets/inlineall/logo.png" alt="CKEditor logo" style="float:left">
279
+ </p>
280
+ <p>Quisque justo neque, mattis sed, fermentum ultrices <strong>posuere cubilia Curae</strong>, Vestibulum elit metus, quis placerat ut, lectus. Ut sagittis, nunc libero, egestas consequat lobortis velit rutrum ut, faucibus turpis. Fusce porttitor, nulla quis turpis. Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi. Donec odio nec velit ac nunc sit amet, accumsan cursus aliquet. Vestibulum ante sit amet sagittis mi.</p>
281
+ <h3>
282
+ Nullam laoreet vel consectetuer tellus suscipit
283
+ </h3>
284
+ <ul>
285
+ <li>Ut sagittis, nunc libero, egestas consequat lobortis velit rutrum ut, faucibus turpis.</li>
286
+ <li>Fusce porttitor, nulla quis turpis. Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi.</li>
287
+ <li>Mauris eget tellus. Donec non felis. Nam eget dolor. Vestibulum enim. Donec.</li>
288
+ </ul>
289
+ <p>Quisque justo neque, mattis sed, <a href="http://ckeditor.com/">fermentum ultrices posuere cubilia</a> Curae, Vestibulum elit metus, quis placerat ut, lectus.</p>
290
+ <p>Nullam laoreet vel, consectetuer tellus suscipit ultricies, hendrerit wisi. Ut sagittis, nunc libero, egestas consequat lobortis velit rutrum ut, faucibus turpis. Fusce porttitor, nulla quis turpis.</p>
291
+ <p>Donec odio nec velit ac nunc sit amet, accumsan cursus aliquet. Vestibulum ante sit amet sagittis mi. Sed in nonummy faucibus turpis. Mauris eget tellus. Donec non felis. Nam eget dolor. Vestibulum enim. Donec.</p>
292
+ </div>
293
+ </div>
294
+ </div>
295
+ <div id="tagLine">
296
+ Tags of this article:
297
+ <p id="taglist" contenteditable="true">
298
+ inline, editing, floating, CKEditor
299
+ </p>
300
+ </div>
301
+ </div>
302
+ <div id="footer">
303
+ <hr>
304
+ <p>
305
+ CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">
306
+ http://ckeditor.com</a>
307
+ </p>
308
+ <p id="copy">
309
+ Copyright &copy; 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a>
310
+ - Frederico Knabben. All rights reserved.
311
+ </p>
312
+ </div>
313
+ </body>
314
+ </html>
@@ -0,0 +1,124 @@
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>Inline Editing by Code &mdash; CKEditor Sample</title>
10
+ <script src="../../ckeditor.js"></script>
11
+ <link href="sample.css" rel="stylesheet">
12
+ <style>
13
+
14
+ #editable
15
+ {
16
+ padding: 10px;
17
+ float: left;
18
+ }
19
+
20
+ </style>
21
+ </head>
22
+ <body>
23
+ <h1 class="samples">
24
+ <a href="index.html">CKEditor Samples</a> &raquo; Inline Editing by Code
25
+ </h1>
26
+ <div class="warning deprecated">
27
+ This sample is not maintained anymore. Check out its <a href="http://sdk.ckeditor.com/samples/inline.html">brand new version in CKEditor SDK</a>.
28
+ </div>
29
+ <div class="description">
30
+ <p>
31
+ This sample shows how to create an inline editor instance of CKEditor. It is created
32
+ with a JavaScript call using the following code:
33
+ </p>
34
+ <pre class="samples">
35
+ // This property tells CKEditor to not activate every element with contenteditable=true element.
36
+ CKEDITOR.disableAutoInline = true;
37
+
38
+ var editor = CKEDITOR.inline( document.getElementById( 'editable' ) );
39
+ </pre>
40
+ <p>
41
+ Note that <code>editable</code> in the code above is the <code>id</code>
42
+ attribute of the <code>&lt;div&gt;</code> element to be converted into an inline instance.
43
+ </p>
44
+ </div>
45
+ <div id="editable" contenteditable="true">
46
+ <h1><img alt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg" /> Apollo 11</h1>
47
+
48
+ <p><b>Apollo 11</b> was the spaceflight that landed the first humans, Americans <a href="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <a href="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, 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.</p>
49
+
50
+ <p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5&nbsp;kg) of lunar material for return to Earth. A third member of the mission, <a href="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <a href="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p>
51
+
52
+ <h2>Broadcasting and <em>quotes</em> <a id="quotes" name="quotes"></a></h2>
53
+
54
+ <p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p>
55
+
56
+ <blockquote>
57
+ <p>One small step for [a] man, one giant leap for mankind.</p>
58
+ </blockquote>
59
+
60
+ <p>Apollo 11 effectively ended the <a href="http://en.wikipedia.org/wiki/Space_Race" title="Space Race">Space Race</a> and fulfilled a national goal proposed in 1961 by the late U.S. President <a href="http://en.wikipedia.org/wiki/John_F._Kennedy" title="John F. Kennedy">John F. Kennedy</a> in a speech before the United States Congress:</p>
61
+
62
+ <blockquote>
63
+ <p>[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.</p>
64
+ </blockquote>
65
+
66
+ <h2>Technical details <a id="tech-details" name="tech-details"></a></h2>
67
+
68
+ <table align="right" border="1" bordercolor="#ccc" cellpadding="5" cellspacing="0" style="border-collapse:collapse;margin:10px 0 10px 15px;">
69
+ <caption><strong>Mission crew</strong></caption>
70
+ <thead>
71
+ <tr>
72
+ <th scope="col">Position</th>
73
+ <th scope="col">Astronaut</th>
74
+ </tr>
75
+ </thead>
76
+ <tbody>
77
+ <tr>
78
+ <td>Commander</td>
79
+ <td>Neil A. Armstrong</td>
80
+ </tr>
81
+ <tr>
82
+ <td>Command Module Pilot</td>
83
+ <td>Michael Collins</td>
84
+ </tr>
85
+ <tr>
86
+ <td>Lunar Module Pilot</td>
87
+ <td>Edwin &quot;Buzz&quot; E. Aldrin, Jr.</td>
88
+ </tr>
89
+ </tbody>
90
+ </table>
91
+
92
+ <p>Launched by a <strong>Saturn V</strong> rocket from <a href="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <a href="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>&#39;s Apollo program. The Apollo spacecraft had three parts:</p>
93
+
94
+ <ol>
95
+ <li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li>
96
+ <li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li>
97
+ <li><strong>Lunar Module</strong> for landing on the Moon.</li>
98
+ </ol>
99
+
100
+ <p>After being sent to the Moon by the Saturn V&#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 <a href="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. 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 <a href="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p>
101
+
102
+ <hr />
103
+ <p style="text-align: right;"><small>Source: <a href="http://en.wikipedia.org/wiki/Apollo_11">Wikipedia.org</a></small></p>
104
+ </div>
105
+
106
+ <script>
107
+ // We need to turn off the automatic editor creation first.
108
+ CKEDITOR.disableAutoInline = true;
109
+
110
+ var editor = CKEDITOR.inline( 'editable' );
111
+ </script>
112
+ <div id="footer">
113
+ <hr>
114
+ <p contenteditable="true">
115
+ CKEditor - The text editor for the Internet - <a class="samples" href="http://ckeditor.com/">
116
+ http://ckeditor.com</a>
117
+ </p>
118
+ <p id="copy">
119
+ Copyright &copy; 2003-2015, <a class="samples" href="http://cksource.com/">CKSource</a>
120
+ - Frederico Knabben. All rights reserved.
121
+ </p>
122
+ </div>
123
+ </body>
124
+ </html>