forge-cli 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (620) hide show
  1. checksums.yaml +7 -0
  2. data/lib/forge-cli/modules/base/manifest.yml +1 -1
  3. data/lib/forge-cli/modules/base/routes.rb +1 -1
  4. data/lib/forge-cli/modules/posts/routes.rb +3 -1
  5. data/lib/forge-cli/version.rb +1 -1
  6. data/lib/forge/Gemfile +1 -0
  7. data/lib/forge/app/assets/javascripts/ckeditor/config.js +35 -0
  8. data/lib/forge/{public → app/assets}/javascripts/ckeditor/contents.css +0 -0
  9. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +0 -0
  10. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/a11yhelp/lang/en.js +0 -0
  11. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/a11yhelp/lang/he.js +0 -0
  12. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/about/dialogs/about.js +0 -0
  13. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/about/dialogs/logo_ckeditor.png +0 -0
  14. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/ajax_save/plugin.js +0 -0
  15. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/attachment/dialogs/attachment.js +0 -0
  16. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/attachment/images/attachment.png +0 -0
  17. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/attachment/lang/en.js +0 -0
  18. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/attachment/lang/ru.js +0 -0
  19. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/attachment/lang/uk.js +0 -0
  20. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/attachment/plugin.js +0 -0
  21. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/autogrow/plugin.js +0 -0
  22. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js +0 -0
  23. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js +0 -0
  24. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/dialog/dialogDefinition.js +0 -0
  25. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/div/dialogs/div.js +0 -0
  26. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/embed/dialogs/embed.js +0 -0
  27. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/embed/images/embed.png +0 -0
  28. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/embed/lang/en.js +0 -0
  29. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/embed/lang/ru.js +0 -0
  30. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/embed/lang/uk.js +0 -0
  31. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/embed/plugin.js +0 -0
  32. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/find/dialogs/find.js +0 -0
  33. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/flash/dialogs/flash.js +0 -0
  34. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/flash/images/placeholder.png +0 -0
  35. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forge_assets/plugin.js +2 -2
  36. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/button.js +0 -0
  37. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/checkbox.js +0 -0
  38. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/form.js +0 -0
  39. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/hiddenfield.js +0 -0
  40. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/radio.js +0 -0
  41. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/select.js +0 -0
  42. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/textarea.js +0 -0
  43. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/forms/dialogs/textfield.js +0 -0
  44. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/forms/images/hiddenfield.gif +0 -0
  45. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/iframedialog/plugin.js +0 -0
  46. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/image/dialogs/image.js +0 -0
  47. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/link/dialogs/anchor.js +0 -0
  48. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/link/dialogs/link.js +0 -0
  49. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/link/images/anchor.gif +0 -0
  50. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/liststyle/dialogs/liststyle.js +0 -0
  51. data/lib/forge/app/assets/javascripts/ckeditor/plugins/mediaembed/icons/hidpi/mediaembed.png +0 -0
  52. data/lib/forge/app/assets/javascripts/ckeditor/plugins/mediaembed/icons/mediaembed.png +0 -0
  53. data/lib/forge/app/assets/javascripts/ckeditor/plugins/mediaembed/plugin.js +64 -0
  54. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/pagebreak/images/pagebreak.gif +0 -0
  55. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/pastefromword/filter/default.js +0 -0
  56. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js +0 -0
  57. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/scayt/dialogs/options.js +0 -0
  58. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css +0 -0
  59. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_address.png +0 -0
  60. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_blockquote.png +0 -0
  61. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_div.png +0 -0
  62. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h1.png +0 -0
  63. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h2.png +0 -0
  64. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h3.png +0 -0
  65. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h4.png +0 -0
  66. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h5.png +0 -0
  67. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_h6.png +0 -0
  68. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_p.png +0 -0
  69. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/showblocks/images/block_pre.png +0 -0
  70. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/smiley/dialogs/smiley.js +0 -0
  71. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/angel_smile.gif +0 -0
  72. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/angry_smile.gif +0 -0
  73. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/broken_heart.gif +0 -0
  74. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/confused_smile.gif +0 -0
  75. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/cry_smile.gif +0 -0
  76. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/devil_smile.gif +0 -0
  77. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/embaressed_smile.gif +0 -0
  78. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/envelope.gif +0 -0
  79. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/heart.gif +0 -0
  80. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/kiss.gif +0 -0
  81. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/lightbulb.gif +0 -0
  82. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/omg_smile.gif +0 -0
  83. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/regular_smile.gif +0 -0
  84. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/sad_smile.gif +0 -0
  85. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/shades_smile.gif +0 -0
  86. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/teeth_smile.gif +0 -0
  87. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/thumbs_down.gif +0 -0
  88. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/thumbs_up.gif +0 -0
  89. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/tounge_smile.gif +0 -0
  90. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  91. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/smiley/images/wink_smile.gif +0 -0
  92. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js +0 -0
  93. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/styles/styles/default.js +0 -0
  94. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/table/dialogs/table.js +0 -0
  95. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/tableresize/plugin.js +0 -0
  96. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js +0 -0
  97. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/templates/dialogs/templates.js +0 -0
  98. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/templates/templates/default.js +0 -0
  99. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/templates/templates/images/template1.gif +0 -0
  100. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/templates/templates/images/template2.gif +0 -0
  101. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/templates/templates/images/template3.gif +0 -0
  102. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/dialogs/uicolor.js +0 -0
  103. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/lang/en.js +0 -0
  104. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/plugin.js +0 -0
  105. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/uicolor.gif +0 -0
  106. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/yui/assets/hue_bg.png +0 -0
  107. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
  108. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/yui/assets/picker_mask.png +0 -0
  109. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
  110. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/yui/assets/yui.css +0 -0
  111. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/uicolor/yui/yui.js +0 -0
  112. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/wsc/dialogs/ciframe.html +0 -0
  113. data/lib/forge/{public/javascripts/ckeditor/_source → app/assets/javascripts/ckeditor}/plugins/wsc/dialogs/tmpFrameset.html +0 -0
  114. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css +0 -0
  115. data/lib/forge/{public → app/assets}/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js +0 -0
  116. data/lib/forge/app/models/asset.rb +2 -1
  117. data/lib/forge/app/views/forge/pages/_form.html.haml +12 -5
  118. data/lib/forge/app/views/forge/posts/_form.html.haml +12 -6
  119. data/lib/forge/app/views/layouts/forge.html.haml +0 -3
  120. data/lib/forge/config/routes.rb +4 -2
  121. data/lib/forge/lib/assets/javascripts/forge/features/asset_dialog.js.erb +1 -1
  122. data/lib/forge/lib/assets/javascripts/forge/features/asset_drawer.js.erb +4 -4
  123. data/lib/forge/lib/assets/javascripts/forge/forge_manifest.js.erb +1 -0
  124. data/lib/forge/lib/generators/forge/scaffold/scaffold_generator.rb +1 -0
  125. data/lib/forge/lib/templates/active_record/model/model.rb +4 -1
  126. data/lib/forge/public/images/image_new.png +0 -0
  127. metadata +207 -699
  128. data/lib/forge/public/javascripts/ckeditor/CHANGES.html +0 -923
  129. data/lib/forge/public/javascripts/ckeditor/INSTALL.html +0 -92
  130. data/lib/forge/public/javascripts/ckeditor/LICENSE.html +0 -1334
  131. data/lib/forge/public/javascripts/ckeditor/_source/adapters/jquery.js +0 -297
  132. data/lib/forge/public/javascripts/ckeditor/_source/core/_bootstrap.js +0 -91
  133. data/lib/forge/public/javascripts/ckeditor/_source/core/ajax.js +0 -143
  134. data/lib/forge/public/javascripts/ckeditor/_source/core/ckeditor.js +0 -113
  135. data/lib/forge/public/javascripts/ckeditor/_source/core/ckeditor_base.js +0 -193
  136. data/lib/forge/public/javascripts/ckeditor/_source/core/ckeditor_basic.js +0 -242
  137. data/lib/forge/public/javascripts/ckeditor/_source/core/command.js +0 -73
  138. data/lib/forge/public/javascripts/ckeditor/_source/core/commanddefinition.js +0 -102
  139. data/lib/forge/public/javascripts/ckeditor/_source/core/config.js +0 -405
  140. data/lib/forge/public/javascripts/ckeditor/_source/core/dataprocessor.js +0 -66
  141. data/lib/forge/public/javascripts/ckeditor/_source/core/dom.js +0 -21
  142. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/comment.js +0 -32
  143. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/document.js +0 -224
  144. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/documentfragment.js +0 -49
  145. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/domobject.js +0 -251
  146. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/element.js +0 -1556
  147. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/elementpath.js +0 -116
  148. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/event.js +0 -142
  149. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/node.js +0 -683
  150. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/nodelist.js +0 -23
  151. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/range.js +0 -1880
  152. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/rangelist.js +0 -163
  153. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/text.js +0 -123
  154. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/walker.js +0 -445
  155. data/lib/forge/public/javascripts/ckeditor/_source/core/dom/window.js +0 -96
  156. data/lib/forge/public/javascripts/ckeditor/_source/core/dtd.js +0 -233
  157. data/lib/forge/public/javascripts/ckeditor/_source/core/editor.js +0 -759
  158. data/lib/forge/public/javascripts/ckeditor/_source/core/editor_basic.js +0 -182
  159. data/lib/forge/public/javascripts/ckeditor/_source/core/env.js +0 -229
  160. data/lib/forge/public/javascripts/ckeditor/_source/core/event.js +0 -336
  161. data/lib/forge/public/javascripts/ckeditor/_source/core/eventInfo.js +0 -120
  162. data/lib/forge/public/javascripts/ckeditor/_source/core/focusmanager.js +0 -137
  163. data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser.js +0 -218
  164. data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/basicwriter.js +0 -145
  165. data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/cdata.js +0 -43
  166. data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/comment.js +0 -60
  167. data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/element.js +0 -240
  168. data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/filter.js +0 -288
  169. data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/fragment.js +0 -497
  170. data/lib/forge/public/javascripts/ckeditor/_source/core/htmlparser/text.js +0 -55
  171. data/lib/forge/public/javascripts/ckeditor/_source/core/imagecacher.js +0 -59
  172. data/lib/forge/public/javascripts/ckeditor/_source/core/lang.js +0 -152
  173. data/lib/forge/public/javascripts/ckeditor/_source/core/loader.js +0 -243
  174. data/lib/forge/public/javascripts/ckeditor/_source/core/plugindefinition.js +0 -66
  175. data/lib/forge/public/javascripts/ckeditor/_source/core/plugins.js +0 -85
  176. data/lib/forge/public/javascripts/ckeditor/_source/core/resourcemanager.js +0 -238
  177. data/lib/forge/public/javascripts/ckeditor/_source/core/scriptloader.js +0 -198
  178. data/lib/forge/public/javascripts/ckeditor/_source/core/skins.js +0 -204
  179. data/lib/forge/public/javascripts/ckeditor/_source/core/themes.js +0 -19
  180. data/lib/forge/public/javascripts/ckeditor/_source/core/tools.js +0 -747
  181. data/lib/forge/public/javascripts/ckeditor/_source/core/ui.js +0 -116
  182. data/lib/forge/public/javascripts/ckeditor/_source/core/xml.js +0 -165
  183. data/lib/forge/public/javascripts/ckeditor/_source/lang/_languages.js +0 -83
  184. data/lib/forge/public/javascripts/ckeditor/_source/lang/_translationstatus.txt +0 -60
  185. data/lib/forge/public/javascripts/ckeditor/_source/lang/af.js +0 -758
  186. data/lib/forge/public/javascripts/ckeditor/_source/lang/ar.js +0 -758
  187. data/lib/forge/public/javascripts/ckeditor/_source/lang/bg.js +0 -758
  188. data/lib/forge/public/javascripts/ckeditor/_source/lang/bn.js +0 -758
  189. data/lib/forge/public/javascripts/ckeditor/_source/lang/bs.js +0 -758
  190. data/lib/forge/public/javascripts/ckeditor/_source/lang/ca.js +0 -758
  191. data/lib/forge/public/javascripts/ckeditor/_source/lang/cs.js +0 -758
  192. data/lib/forge/public/javascripts/ckeditor/_source/lang/cy.js +0 -758
  193. data/lib/forge/public/javascripts/ckeditor/_source/lang/da.js +0 -758
  194. data/lib/forge/public/javascripts/ckeditor/_source/lang/de.js +0 -758
  195. data/lib/forge/public/javascripts/ckeditor/_source/lang/el.js +0 -758
  196. data/lib/forge/public/javascripts/ckeditor/_source/lang/en-au.js +0 -758
  197. data/lib/forge/public/javascripts/ckeditor/_source/lang/en-ca.js +0 -758
  198. data/lib/forge/public/javascripts/ckeditor/_source/lang/en-gb.js +0 -758
  199. data/lib/forge/public/javascripts/ckeditor/_source/lang/en.js +0 -758
  200. data/lib/forge/public/javascripts/ckeditor/_source/lang/eo.js +0 -758
  201. data/lib/forge/public/javascripts/ckeditor/_source/lang/es.js +0 -758
  202. data/lib/forge/public/javascripts/ckeditor/_source/lang/et.js +0 -758
  203. data/lib/forge/public/javascripts/ckeditor/_source/lang/eu.js +0 -758
  204. data/lib/forge/public/javascripts/ckeditor/_source/lang/fa.js +0 -758
  205. data/lib/forge/public/javascripts/ckeditor/_source/lang/fi.js +0 -758
  206. data/lib/forge/public/javascripts/ckeditor/_source/lang/fo.js +0 -758
  207. data/lib/forge/public/javascripts/ckeditor/_source/lang/fr-ca.js +0 -758
  208. data/lib/forge/public/javascripts/ckeditor/_source/lang/fr.js +0 -758
  209. data/lib/forge/public/javascripts/ckeditor/_source/lang/gl.js +0 -758
  210. data/lib/forge/public/javascripts/ckeditor/_source/lang/gu.js +0 -758
  211. data/lib/forge/public/javascripts/ckeditor/_source/lang/he.js +0 -758
  212. data/lib/forge/public/javascripts/ckeditor/_source/lang/hi.js +0 -758
  213. data/lib/forge/public/javascripts/ckeditor/_source/lang/hr.js +0 -758
  214. data/lib/forge/public/javascripts/ckeditor/_source/lang/hu.js +0 -758
  215. data/lib/forge/public/javascripts/ckeditor/_source/lang/is.js +0 -758
  216. data/lib/forge/public/javascripts/ckeditor/_source/lang/it.js +0 -758
  217. data/lib/forge/public/javascripts/ckeditor/_source/lang/ja.js +0 -758
  218. data/lib/forge/public/javascripts/ckeditor/_source/lang/km.js +0 -758
  219. data/lib/forge/public/javascripts/ckeditor/_source/lang/ko.js +0 -758
  220. data/lib/forge/public/javascripts/ckeditor/_source/lang/lt.js +0 -758
  221. data/lib/forge/public/javascripts/ckeditor/_source/lang/lv.js +0 -758
  222. data/lib/forge/public/javascripts/ckeditor/_source/lang/mn.js +0 -758
  223. data/lib/forge/public/javascripts/ckeditor/_source/lang/ms.js +0 -758
  224. data/lib/forge/public/javascripts/ckeditor/_source/lang/nb.js +0 -758
  225. data/lib/forge/public/javascripts/ckeditor/_source/lang/nl.js +0 -758
  226. data/lib/forge/public/javascripts/ckeditor/_source/lang/no.js +0 -758
  227. data/lib/forge/public/javascripts/ckeditor/_source/lang/pl.js +0 -758
  228. data/lib/forge/public/javascripts/ckeditor/_source/lang/pt-br.js +0 -757
  229. data/lib/forge/public/javascripts/ckeditor/_source/lang/pt.js +0 -758
  230. data/lib/forge/public/javascripts/ckeditor/_source/lang/ro.js +0 -758
  231. data/lib/forge/public/javascripts/ckeditor/_source/lang/ru.js +0 -758
  232. data/lib/forge/public/javascripts/ckeditor/_source/lang/sk.js +0 -758
  233. data/lib/forge/public/javascripts/ckeditor/_source/lang/sl.js +0 -758
  234. data/lib/forge/public/javascripts/ckeditor/_source/lang/sr-latn.js +0 -758
  235. data/lib/forge/public/javascripts/ckeditor/_source/lang/sr.js +0 -758
  236. data/lib/forge/public/javascripts/ckeditor/_source/lang/sv.js +0 -758
  237. data/lib/forge/public/javascripts/ckeditor/_source/lang/th.js +0 -758
  238. data/lib/forge/public/javascripts/ckeditor/_source/lang/tr.js +0 -757
  239. data/lib/forge/public/javascripts/ckeditor/_source/lang/uk.js +0 -758
  240. data/lib/forge/public/javascripts/ckeditor/_source/lang/vi.js +0 -758
  241. data/lib/forge/public/javascripts/ckeditor/_source/lang/zh-cn.js +0 -758
  242. data/lib/forge/public/javascripts/ckeditor/_source/lang/zh.js +0 -758
  243. data/lib/forge/public/javascripts/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js +0 -211
  244. data/lib/forge/public/javascripts/ckeditor/_source/plugins/a11yhelp/lang/en.js +0 -108
  245. data/lib/forge/public/javascripts/ckeditor/_source/plugins/a11yhelp/lang/he.js +0 -216
  246. data/lib/forge/public/javascripts/ckeditor/_source/plugins/a11yhelp/plugin.js +0 -46
  247. data/lib/forge/public/javascripts/ckeditor/_source/plugins/about/dialogs/about.js +0 -73
  248. data/lib/forge/public/javascripts/ckeditor/_source/plugins/about/plugin.js +0 -23
  249. data/lib/forge/public/javascripts/ckeditor/_source/plugins/ajax_save/plugin.js +0 -43
  250. data/lib/forge/public/javascripts/ckeditor/_source/plugins/attachment/dialogs/attachment.js +0 -384
  251. data/lib/forge/public/javascripts/ckeditor/_source/plugins/attachment/plugin.js +0 -44
  252. data/lib/forge/public/javascripts/ckeditor/_source/plugins/autogrow/plugin.js +0 -79
  253. data/lib/forge/public/javascripts/ckeditor/_source/plugins/basicstyles/plugin.js +0 -101
  254. data/lib/forge/public/javascripts/ckeditor/_source/plugins/bidi/plugin.js +0 -247
  255. data/lib/forge/public/javascripts/ckeditor/_source/plugins/blockquote/plugin.js +0 -301
  256. data/lib/forge/public/javascripts/ckeditor/_source/plugins/button/plugin.js +0 -277
  257. data/lib/forge/public/javascripts/ckeditor/_source/plugins/clipboard/dialogs/paste.js +0 -205
  258. data/lib/forge/public/javascripts/ckeditor/_source/plugins/clipboard/plugin.js +0 -412
  259. data/lib/forge/public/javascripts/ckeditor/_source/plugins/colorbutton/plugin.js +0 -251
  260. data/lib/forge/public/javascripts/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js +0 -340
  261. data/lib/forge/public/javascripts/ckeditor/_source/plugins/colordialog/plugin.js +0 -13
  262. data/lib/forge/public/javascripts/ckeditor/_source/plugins/contextmenu/plugin.js +0 -276
  263. data/lib/forge/public/javascripts/ckeditor/_source/plugins/dialog/dialogDefinition.js +0 -315
  264. data/lib/forge/public/javascripts/ckeditor/_source/plugins/dialog/plugin.js +0 -3016
  265. data/lib/forge/public/javascripts/ckeditor/_source/plugins/dialogadvtab/plugin.js +0 -207
  266. data/lib/forge/public/javascripts/ckeditor/_source/plugins/dialogui/plugin.js +0 -1522
  267. data/lib/forge/public/javascripts/ckeditor/_source/plugins/div/dialogs/div.js +0 -535
  268. data/lib/forge/public/javascripts/ckeditor/_source/plugins/div/plugin.js +0 -121
  269. data/lib/forge/public/javascripts/ckeditor/_source/plugins/domiterator/plugin.js +0 -350
  270. data/lib/forge/public/javascripts/ckeditor/_source/plugins/editingblock/plugin.js +0 -230
  271. data/lib/forge/public/javascripts/ckeditor/_source/plugins/elementspath/plugin.js +0 -206
  272. data/lib/forge/public/javascripts/ckeditor/_source/plugins/embed/dialogs/embed.js +0 -65
  273. data/lib/forge/public/javascripts/ckeditor/_source/plugins/embed/plugin.js +0 -43
  274. data/lib/forge/public/javascripts/ckeditor/_source/plugins/enterkey/plugin.js +0 -363
  275. data/lib/forge/public/javascripts/ckeditor/_source/plugins/entities/plugin.js +0 -227
  276. data/lib/forge/public/javascripts/ckeditor/_source/plugins/fakeobjects/plugin.js +0 -122
  277. data/lib/forge/public/javascripts/ckeditor/_source/plugins/filebrowser/plugin.js +0 -491
  278. data/lib/forge/public/javascripts/ckeditor/_source/plugins/find/dialogs/find.js +0 -885
  279. data/lib/forge/public/javascripts/ckeditor/_source/plugins/find/plugin.js +0 -46
  280. data/lib/forge/public/javascripts/ckeditor/_source/plugins/flash/dialogs/flash.js +0 -698
  281. data/lib/forge/public/javascripts/ckeditor/_source/plugins/flash/plugin.js +0 -174
  282. data/lib/forge/public/javascripts/ckeditor/_source/plugins/floatpanel/plugin.js +0 -398
  283. data/lib/forge/public/javascripts/ckeditor/_source/plugins/font/plugin.js +0 -234
  284. data/lib/forge/public/javascripts/ckeditor/_source/plugins/format/plugin.js +0 -194
  285. data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/button.js +0 -135
  286. data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/checkbox.js +0 -155
  287. data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/form.js +0 -177
  288. data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +0 -98
  289. data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/radio.js +0 -135
  290. data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/select.js +0 -556
  291. data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/textarea.js +0 -114
  292. data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/dialogs/textfield.js +0 -199
  293. data/lib/forge/public/javascripts/ckeditor/_source/plugins/forms/plugin.js +0 -281
  294. data/lib/forge/public/javascripts/ckeditor/_source/plugins/horizontalrule/plugin.js +0 -36
  295. data/lib/forge/public/javascripts/ckeditor/_source/plugins/htmldataprocessor/plugin.js +0 -494
  296. data/lib/forge/public/javascripts/ckeditor/_source/plugins/htmlwriter/plugin.js +0 -314
  297. data/lib/forge/public/javascripts/ckeditor/_source/plugins/iframedialog/plugin.js +0 -136
  298. data/lib/forge/public/javascripts/ckeditor/_source/plugins/image/dialogs/image.js +0 -1396
  299. data/lib/forge/public/javascripts/ckeditor/_source/plugins/image/plugin.js +0 -81
  300. data/lib/forge/public/javascripts/ckeditor/_source/plugins/indent/plugin.js +0 -447
  301. data/lib/forge/public/javascripts/ckeditor/_source/plugins/justify/plugin.js +0 -190
  302. data/lib/forge/public/javascripts/ckeditor/_source/plugins/keystrokes/plugin.js +0 -229
  303. data/lib/forge/public/javascripts/ckeditor/_source/plugins/link/dialogs/anchor.js +0 -99
  304. data/lib/forge/public/javascripts/ckeditor/_source/plugins/link/dialogs/link.js +0 -1420
  305. data/lib/forge/public/javascripts/ckeditor/_source/plugins/link/plugin.js +0 -238
  306. data/lib/forge/public/javascripts/ckeditor/_source/plugins/list/plugin.js +0 -683
  307. data/lib/forge/public/javascripts/ckeditor/_source/plugins/listblock/plugin.js +0 -257
  308. data/lib/forge/public/javascripts/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js +0 -203
  309. data/lib/forge/public/javascripts/ckeditor/_source/plugins/liststyle/plugin.js +0 -66
  310. data/lib/forge/public/javascripts/ckeditor/_source/plugins/maximize/plugin.js +0 -343
  311. data/lib/forge/public/javascripts/ckeditor/_source/plugins/menu/plugin.js +0 -409
  312. data/lib/forge/public/javascripts/ckeditor/_source/plugins/menubutton/plugin.js +0 -94
  313. data/lib/forge/public/javascripts/ckeditor/_source/plugins/newpage/plugin.js +0 -54
  314. data/lib/forge/public/javascripts/ckeditor/_source/plugins/pagebreak/plugin.js +0 -121
  315. data/lib/forge/public/javascripts/ckeditor/_source/plugins/panel/plugin.js +0 -398
  316. data/lib/forge/public/javascripts/ckeditor/_source/plugins/panelbutton/plugin.js +0 -147
  317. data/lib/forge/public/javascripts/ckeditor/_source/plugins/pastefromword/filter/default.js +0 -1170
  318. data/lib/forge/public/javascripts/ckeditor/_source/plugins/pastefromword/plugin.js +0 -122
  319. data/lib/forge/public/javascripts/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +0 -70
  320. data/lib/forge/public/javascripts/ckeditor/_source/plugins/pastetext/plugin.js +0 -145
  321. data/lib/forge/public/javascripts/ckeditor/_source/plugins/popup/plugin.js +0 -64
  322. data/lib/forge/public/javascripts/ckeditor/_source/plugins/preview/plugin.js +0 -108
  323. data/lib/forge/public/javascripts/ckeditor/_source/plugins/print/plugin.js +0 -41
  324. data/lib/forge/public/javascripts/ckeditor/_source/plugins/removeformat/plugin.js +0 -184
  325. data/lib/forge/public/javascripts/ckeditor/_source/plugins/resize/plugin.js +0 -157
  326. data/lib/forge/public/javascripts/ckeditor/_source/plugins/richcombo/plugin.js +0 -370
  327. data/lib/forge/public/javascripts/ckeditor/_source/plugins/save/plugin.js +0 -55
  328. data/lib/forge/public/javascripts/ckeditor/_source/plugins/scayt/dialogs/options.js +0 -533
  329. data/lib/forge/public/javascripts/ckeditor/_source/plugins/scayt/dialogs/toolbar.css +0 -71
  330. data/lib/forge/public/javascripts/ckeditor/_source/plugins/scayt/plugin.js +0 -943
  331. data/lib/forge/public/javascripts/ckeditor/_source/plugins/selection/plugin.js +0 -1367
  332. data/lib/forge/public/javascripts/ckeditor/_source/plugins/showblocks/plugin.js +0 -156
  333. data/lib/forge/public/javascripts/ckeditor/_source/plugins/showborders/plugin.js +0 -201
  334. data/lib/forge/public/javascripts/ckeditor/_source/plugins/smiley/dialogs/smiley.js +0 -216
  335. data/lib/forge/public/javascripts/ckeditor/_source/plugins/smiley/plugin.js +0 -94
  336. data/lib/forge/public/javascripts/ckeditor/_source/plugins/sourcearea/plugin.js +0 -207
  337. data/lib/forge/public/javascripts/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +0 -409
  338. data/lib/forge/public/javascripts/ckeditor/_source/plugins/specialchar/plugin.js +0 -29
  339. data/lib/forge/public/javascripts/ckeditor/_source/plugins/styles/plugin.js +0 -1445
  340. data/lib/forge/public/javascripts/ckeditor/_source/plugins/styles/styles/default.js +0 -88
  341. data/lib/forge/public/javascripts/ckeditor/_source/plugins/stylescombo/plugin.js +0 -207
  342. data/lib/forge/public/javascripts/ckeditor/_source/plugins/tab/plugin.js +0 -367
  343. data/lib/forge/public/javascripts/ckeditor/_source/plugins/table/dialogs/table.js +0 -673
  344. data/lib/forge/public/javascripts/ckeditor/_source/plugins/table/plugin.js +0 -78
  345. data/lib/forge/public/javascripts/ckeditor/_source/plugins/tableresize/plugin.js +0 -450
  346. data/lib/forge/public/javascripts/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +0 -533
  347. data/lib/forge/public/javascripts/ckeditor/_source/plugins/tabletools/plugin.js +0 -1120
  348. data/lib/forge/public/javascripts/ckeditor/_source/plugins/templates/dialogs/templates.js +0 -231
  349. data/lib/forge/public/javascripts/ckeditor/_source/plugins/templates/plugin.js +0 -100
  350. data/lib/forge/public/javascripts/ckeditor/_source/plugins/templates/templates/default.js +0 -94
  351. data/lib/forge/public/javascripts/ckeditor/_source/plugins/toolbar/plugin.js +0 -481
  352. data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +0 -205
  353. data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/lang/en.js +0 -15
  354. data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/plugin.js +0 -37
  355. data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +0 -15
  356. data/lib/forge/public/javascripts/ckeditor/_source/plugins/uicolor/yui/yui.js +0 -71
  357. data/lib/forge/public/javascripts/ckeditor/_source/plugins/undo/plugin.js +0 -555
  358. data/lib/forge/public/javascripts/ckeditor/_source/plugins/wsc/dialogs/wsc.css +0 -82
  359. data/lib/forge/public/javascripts/ckeditor/_source/plugins/wsc/dialogs/wsc.js +0 -176
  360. data/lib/forge/public/javascripts/ckeditor/_source/plugins/wsc/plugin.js +0 -33
  361. data/lib/forge/public/javascripts/ckeditor/_source/plugins/wysiwygarea/plugin.js +0 -1126
  362. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/dialog.css +0 -856
  363. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/editor.css +0 -25
  364. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/elementspath.css +0 -73
  365. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/icons.css +0 -357
  366. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/icons.png +0 -0
  367. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/icons_rtl.png +0 -0
  368. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/dialog_sides.gif +0 -0
  369. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/dialog_sides.png +0 -0
  370. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png +0 -0
  371. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/mini.gif +0 -0
  372. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/noimage.png +0 -0
  373. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/sprites.png +0 -0
  374. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/sprites_ie6.png +0 -0
  375. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/images/toolbar_start.gif +0 -0
  376. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/mainui.css +0 -195
  377. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/menu.css +0 -202
  378. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/panel.css +0 -217
  379. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/presets.css +0 -49
  380. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/reset.css +0 -84
  381. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/richcombo.css +0 -277
  382. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/skin.js +0 -268
  383. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/templates.css +0 -88
  384. data/lib/forge/public/javascripts/ckeditor/_source/skins/kama/toolbar.css +0 -409
  385. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/dialog.css +0 -765
  386. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/editor.css +0 -25
  387. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/elementspath.css +0 -74
  388. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/icons.css +0 -354
  389. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/icons.png +0 -0
  390. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/icons_rtl.png +0 -0
  391. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/dialog_sides.gif +0 -0
  392. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/dialog_sides.png +0 -0
  393. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png +0 -0
  394. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/mini.gif +0 -0
  395. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/noimage.png +0 -0
  396. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/sprites.png +0 -0
  397. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/images/sprites_ie6.png +0 -0
  398. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/mainui.css +0 -145
  399. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/menu.css +0 -199
  400. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/panel.css +0 -212
  401. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/presets.css +0 -49
  402. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/reset.css +0 -84
  403. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/richcombo.css +0 -297
  404. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/skin.js +0 -81
  405. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/templates.css +0 -87
  406. data/lib/forge/public/javascripts/ckeditor/_source/skins/office2003/toolbar.css +0 -470
  407. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/dialog.css +0 -780
  408. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/editor.css +0 -25
  409. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/elementspath.css +0 -74
  410. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/icons.css +0 -354
  411. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/icons.png +0 -0
  412. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/icons_rtl.png +0 -0
  413. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/dialog_sides.gif +0 -0
  414. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/dialog_sides.png +0 -0
  415. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png +0 -0
  416. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/mini.gif +0 -0
  417. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/noimage.png +0 -0
  418. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/sprites.png +0 -0
  419. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/sprites_ie6.png +0 -0
  420. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/images/toolbar_start.gif +0 -0
  421. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/mainui.css +0 -154
  422. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/menu.css +0 -201
  423. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/panel.css +0 -212
  424. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/presets.css +0 -50
  425. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/reset.css +0 -84
  426. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/richcombo.css +0 -297
  427. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/skin.js +0 -77
  428. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/templates.css +0 -87
  429. data/lib/forge/public/javascripts/ckeditor/_source/skins/v2/toolbar.css +0 -423
  430. data/lib/forge/public/javascripts/ckeditor/_source/themes/default/theme.js +0 -356
  431. data/lib/forge/public/javascripts/ckeditor/adapters/jquery.js +0 -6
  432. data/lib/forge/public/javascripts/ckeditor/ckeditor.js +0 -135
  433. data/lib/forge/public/javascripts/ckeditor/ckeditor.pack +0 -211
  434. data/lib/forge/public/javascripts/ckeditor/ckeditor_basic.js +0 -8
  435. data/lib/forge/public/javascripts/ckeditor/ckeditor_basic_source.js +0 -20
  436. data/lib/forge/public/javascripts/ckeditor/ckeditor_source.js +0 -25
  437. data/lib/forge/public/javascripts/ckeditor/config.js +0 -47
  438. data/lib/forge/public/javascripts/ckeditor/css/ckfinder.css +0 -299
  439. data/lib/forge/public/javascripts/ckeditor/css/fck_dialog.css +0 -119
  440. data/lib/forge/public/javascripts/ckeditor/css/fck_editor.css +0 -448
  441. data/lib/forge/public/javascripts/ckeditor/css/swfupload.css +0 -94
  442. data/lib/forge/public/javascripts/ckeditor/images/add.gif +0 -0
  443. data/lib/forge/public/javascripts/ckeditor/images/cancelbutton.gif +0 -0
  444. data/lib/forge/public/javascripts/ckeditor/images/ckfnothumb.gif +0 -0
  445. data/lib/forge/public/javascripts/ckeditor/images/doc.gif +0 -0
  446. data/lib/forge/public/javascripts/ckeditor/images/image_new.gif +0 -0
  447. data/lib/forge/public/javascripts/ckeditor/images/mp3.gif +0 -0
  448. data/lib/forge/public/javascripts/ckeditor/images/pdf.gif +0 -0
  449. data/lib/forge/public/javascripts/ckeditor/images/rar.gif +0 -0
  450. data/lib/forge/public/javascripts/ckeditor/images/refresh.gif +0 -0
  451. data/lib/forge/public/javascripts/ckeditor/images/select_files.png +0 -0
  452. data/lib/forge/public/javascripts/ckeditor/images/spacer.gif +0 -0
  453. data/lib/forge/public/javascripts/ckeditor/images/swf.gif +0 -0
  454. data/lib/forge/public/javascripts/ckeditor/images/toolbar.start.gif +0 -0
  455. data/lib/forge/public/javascripts/ckeditor/images/xls.gif +0 -0
  456. data/lib/forge/public/javascripts/ckeditor/lang/_languages.js +0 -6
  457. data/lib/forge/public/javascripts/ckeditor/lang/_translationstatus.txt +0 -60
  458. data/lib/forge/public/javascripts/ckeditor/lang/af.js +0 -6
  459. data/lib/forge/public/javascripts/ckeditor/lang/ar.js +0 -6
  460. data/lib/forge/public/javascripts/ckeditor/lang/bg.js +0 -6
  461. data/lib/forge/public/javascripts/ckeditor/lang/bn.js +0 -6
  462. data/lib/forge/public/javascripts/ckeditor/lang/bs.js +0 -6
  463. data/lib/forge/public/javascripts/ckeditor/lang/ca.js +0 -6
  464. data/lib/forge/public/javascripts/ckeditor/lang/cs.js +0 -6
  465. data/lib/forge/public/javascripts/ckeditor/lang/cy.js +0 -6
  466. data/lib/forge/public/javascripts/ckeditor/lang/da.js +0 -6
  467. data/lib/forge/public/javascripts/ckeditor/lang/de.js +0 -6
  468. data/lib/forge/public/javascripts/ckeditor/lang/el.js +0 -6
  469. data/lib/forge/public/javascripts/ckeditor/lang/en-au.js +0 -6
  470. data/lib/forge/public/javascripts/ckeditor/lang/en-ca.js +0 -6
  471. data/lib/forge/public/javascripts/ckeditor/lang/en-gb.js +0 -6
  472. data/lib/forge/public/javascripts/ckeditor/lang/en.js +0 -6
  473. data/lib/forge/public/javascripts/ckeditor/lang/eo.js +0 -6
  474. data/lib/forge/public/javascripts/ckeditor/lang/es.js +0 -6
  475. data/lib/forge/public/javascripts/ckeditor/lang/et.js +0 -6
  476. data/lib/forge/public/javascripts/ckeditor/lang/eu.js +0 -6
  477. data/lib/forge/public/javascripts/ckeditor/lang/fa.js +0 -6
  478. data/lib/forge/public/javascripts/ckeditor/lang/fi.js +0 -6
  479. data/lib/forge/public/javascripts/ckeditor/lang/fo.js +0 -6
  480. data/lib/forge/public/javascripts/ckeditor/lang/fr-ca.js +0 -6
  481. data/lib/forge/public/javascripts/ckeditor/lang/fr.js +0 -6
  482. data/lib/forge/public/javascripts/ckeditor/lang/gl.js +0 -6
  483. data/lib/forge/public/javascripts/ckeditor/lang/gu.js +0 -6
  484. data/lib/forge/public/javascripts/ckeditor/lang/he.js +0 -6
  485. data/lib/forge/public/javascripts/ckeditor/lang/hi.js +0 -6
  486. data/lib/forge/public/javascripts/ckeditor/lang/hr.js +0 -6
  487. data/lib/forge/public/javascripts/ckeditor/lang/hu.js +0 -6
  488. data/lib/forge/public/javascripts/ckeditor/lang/is.js +0 -6
  489. data/lib/forge/public/javascripts/ckeditor/lang/it.js +0 -6
  490. data/lib/forge/public/javascripts/ckeditor/lang/ja.js +0 -6
  491. data/lib/forge/public/javascripts/ckeditor/lang/km.js +0 -6
  492. data/lib/forge/public/javascripts/ckeditor/lang/ko.js +0 -6
  493. data/lib/forge/public/javascripts/ckeditor/lang/lt.js +0 -6
  494. data/lib/forge/public/javascripts/ckeditor/lang/lv.js +0 -6
  495. data/lib/forge/public/javascripts/ckeditor/lang/mn.js +0 -6
  496. data/lib/forge/public/javascripts/ckeditor/lang/ms.js +0 -6
  497. data/lib/forge/public/javascripts/ckeditor/lang/nb.js +0 -6
  498. data/lib/forge/public/javascripts/ckeditor/lang/nl.js +0 -6
  499. data/lib/forge/public/javascripts/ckeditor/lang/no.js +0 -6
  500. data/lib/forge/public/javascripts/ckeditor/lang/pl.js +0 -6
  501. data/lib/forge/public/javascripts/ckeditor/lang/pt-br.js +0 -6
  502. data/lib/forge/public/javascripts/ckeditor/lang/pt.js +0 -6
  503. data/lib/forge/public/javascripts/ckeditor/lang/ro.js +0 -6
  504. data/lib/forge/public/javascripts/ckeditor/lang/ru.js +0 -6
  505. data/lib/forge/public/javascripts/ckeditor/lang/sk.js +0 -6
  506. data/lib/forge/public/javascripts/ckeditor/lang/sl.js +0 -6
  507. data/lib/forge/public/javascripts/ckeditor/lang/sr-latn.js +0 -6
  508. data/lib/forge/public/javascripts/ckeditor/lang/sr.js +0 -6
  509. data/lib/forge/public/javascripts/ckeditor/lang/sv.js +0 -6
  510. data/lib/forge/public/javascripts/ckeditor/lang/th.js +0 -6
  511. data/lib/forge/public/javascripts/ckeditor/lang/tr.js +0 -6
  512. data/lib/forge/public/javascripts/ckeditor/lang/uk.js +0 -6
  513. data/lib/forge/public/javascripts/ckeditor/lang/vi.js +0 -6
  514. data/lib/forge/public/javascripts/ckeditor/lang/zh-cn.js +0 -6
  515. data/lib/forge/public/javascripts/ckeditor/lang/zh.js +0 -6
  516. data/lib/forge/public/javascripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  517. data/lib/forge/public/javascripts/ckeditor/plugins/attachment/images/attachment.png +0 -0
  518. data/lib/forge/public/javascripts/ckeditor/plugins/attachment/lang/en.js +0 -10
  519. data/lib/forge/public/javascripts/ckeditor/plugins/attachment/lang/ru.js +0 -10
  520. data/lib/forge/public/javascripts/ckeditor/plugins/attachment/lang/uk.js +0 -10
  521. data/lib/forge/public/javascripts/ckeditor/plugins/embed/images/embed.png +0 -0
  522. data/lib/forge/public/javascripts/ckeditor/plugins/embed/lang/en.js +0 -9
  523. data/lib/forge/public/javascripts/ckeditor/plugins/embed/lang/ru.js +0 -9
  524. data/lib/forge/public/javascripts/ckeditor/plugins/embed/lang/uk.js +0 -9
  525. data/lib/forge/public/javascripts/ckeditor/plugins/flash/images/placeholder.png +0 -0
  526. data/lib/forge/public/javascripts/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
  527. data/lib/forge/public/javascripts/ckeditor/plugins/link/images/anchor.gif +0 -0
  528. data/lib/forge/public/javascripts/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
  529. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  530. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  531. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  532. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  533. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  534. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  535. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  536. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  537. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  538. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  539. data/lib/forge/public/javascripts/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  540. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
  541. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
  542. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
  543. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
  544. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
  545. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
  546. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
  547. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/envelope.gif +0 -0
  548. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/heart.gif +0 -0
  549. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/kiss.gif +0 -0
  550. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
  551. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
  552. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
  553. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
  554. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
  555. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
  556. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
  557. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
  558. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
  559. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  560. data/lib/forge/public/javascripts/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
  561. data/lib/forge/public/javascripts/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
  562. data/lib/forge/public/javascripts/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
  563. data/lib/forge/public/javascripts/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
  564. data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/uicolor.gif +0 -0
  565. data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
  566. data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
  567. data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
  568. data/lib/forge/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
  569. data/lib/forge/public/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html +0 -49
  570. data/lib/forge/public/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +0 -52
  571. data/lib/forge/public/javascripts/ckeditor/skins/kama/dialog.css +0 -9
  572. data/lib/forge/public/javascripts/ckeditor/skins/kama/editor.css +0 -12
  573. data/lib/forge/public/javascripts/ckeditor/skins/kama/icons.png +0 -0
  574. data/lib/forge/public/javascripts/ckeditor/skins/kama/icons_rtl.png +0 -0
  575. data/lib/forge/public/javascripts/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
  576. data/lib/forge/public/javascripts/ckeditor/skins/kama/images/dialog_sides.png +0 -0
  577. data/lib/forge/public/javascripts/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
  578. data/lib/forge/public/javascripts/ckeditor/skins/kama/images/mini.gif +0 -0
  579. data/lib/forge/public/javascripts/ckeditor/skins/kama/images/noimage.png +0 -0
  580. data/lib/forge/public/javascripts/ckeditor/skins/kama/images/sprites.png +0 -0
  581. data/lib/forge/public/javascripts/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
  582. data/lib/forge/public/javascripts/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
  583. data/lib/forge/public/javascripts/ckeditor/skins/kama/skin.js +0 -7
  584. data/lib/forge/public/javascripts/ckeditor/skins/kama/templates.css +0 -6
  585. data/lib/forge/public/javascripts/ckeditor/skins/office2003/dialog.css +0 -9
  586. data/lib/forge/public/javascripts/ckeditor/skins/office2003/editor.css +0 -13
  587. data/lib/forge/public/javascripts/ckeditor/skins/office2003/icons.png +0 -0
  588. data/lib/forge/public/javascripts/ckeditor/skins/office2003/icons_rtl.png +0 -0
  589. data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
  590. data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
  591. data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
  592. data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/mini.gif +0 -0
  593. data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/noimage.png +0 -0
  594. data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/sprites.png +0 -0
  595. data/lib/forge/public/javascripts/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
  596. data/lib/forge/public/javascripts/ckeditor/skins/office2003/skin.js +0 -6
  597. data/lib/forge/public/javascripts/ckeditor/skins/office2003/templates.css +0 -6
  598. data/lib/forge/public/javascripts/ckeditor/skins/v2/dialog.css +0 -8
  599. data/lib/forge/public/javascripts/ckeditor/skins/v2/editor.css +0 -12
  600. data/lib/forge/public/javascripts/ckeditor/skins/v2/icons.png +0 -0
  601. data/lib/forge/public/javascripts/ckeditor/skins/v2/icons_rtl.png +0 -0
  602. data/lib/forge/public/javascripts/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
  603. data/lib/forge/public/javascripts/ckeditor/skins/v2/images/dialog_sides.png +0 -0
  604. data/lib/forge/public/javascripts/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
  605. data/lib/forge/public/javascripts/ckeditor/skins/v2/images/mini.gif +0 -0
  606. data/lib/forge/public/javascripts/ckeditor/skins/v2/images/noimage.png +0 -0
  607. data/lib/forge/public/javascripts/ckeditor/skins/v2/images/sprites.png +0 -0
  608. data/lib/forge/public/javascripts/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
  609. data/lib/forge/public/javascripts/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
  610. data/lib/forge/public/javascripts/ckeditor/skins/v2/skin.js +0 -6
  611. data/lib/forge/public/javascripts/ckeditor/skins/v2/templates.css +0 -6
  612. data/lib/forge/public/javascripts/ckeditor/swfupload/fileprogress.js +0 -275
  613. data/lib/forge/public/javascripts/ckeditor/swfupload/handlers.js +0 -170
  614. data/lib/forge/public/javascripts/ckeditor/swfupload/mootools-1.2.3-core-yc.js +0 -356
  615. data/lib/forge/public/javascripts/ckeditor/swfupload/querystring.js +0 -40
  616. data/lib/forge/public/javascripts/ckeditor/swfupload/swfupload.js +0 -1
  617. data/lib/forge/public/javascripts/ckeditor/swfupload/swfupload.queue.js +0 -1
  618. data/lib/forge/public/javascripts/ckeditor/swfupload/swfupload.swf +0 -0
  619. data/lib/forge/public/javascripts/ckeditor/swfupload/swfupload.swfobject.js +0 -111
  620. data/lib/forge/public/javascripts/ckeditor/themes/default/theme.js +0 -8
@@ -1,71 +0,0 @@
1
- a
2
- {
3
- text-decoration:none;
4
- padding: 2px 4px 4px 6px;
5
- display : block;
6
- border-width: 1px;
7
- border-style: solid;
8
- margin : 0px;
9
- }
10
-
11
- a.cke_scayt_toogle:hover,
12
- a.cke_scayt_toogle:focus,
13
- a.cke_scayt_toogle:active
14
- {
15
- border-color: #316ac5;
16
- background-color: #dff1ff;
17
- color : #000;
18
- cursor: pointer;
19
- margin : 0px;
20
- }
21
- a.cke_scayt_toogle {
22
- color : #316ac5;
23
- border-color: #fff;
24
- }
25
- .scayt_enabled a.cke_scayt_item {
26
- color : #316ac5;
27
- border-color: #fff;
28
- margin : 0px;
29
- }
30
- .scayt_disabled a.cke_scayt_item {
31
- color : gray;
32
- border-color : #fff;
33
- }
34
- .scayt_enabled a.cke_scayt_item:hover,
35
- .scayt_enabled a.cke_scayt_item:focus,
36
- .scayt_enabled a.cke_scayt_item:active
37
- {
38
- border-color: #316ac5;
39
- background-color: #dff1ff;
40
- color : #000;
41
- cursor: pointer;
42
- }
43
- .scayt_disabled a.cke_scayt_item:hover,
44
- .scayt_disabled a.cke_scayt_item:focus,
45
- .scayt_disabled a.cke_scayt_item:active
46
- {
47
- border-color: gray;
48
- background-color: #dff1ff;
49
- color : gray;
50
- cursor: no-drop;
51
- }
52
- .cke_scayt_set_on, .cke_scayt_set_off
53
- {
54
- display: none;
55
- }
56
- .scayt_enabled .cke_scayt_set_on
57
- {
58
- display: none;
59
- }
60
- .scayt_disabled .cke_scayt_set_on
61
- {
62
- display: inline;
63
- }
64
- .scayt_disabled .cke_scayt_set_off
65
- {
66
- display: none;
67
- }
68
- .scayt_enabled .cke_scayt_set_off
69
- {
70
- display: inline;
71
- }
@@ -1,943 +0,0 @@
1
- /*
2
- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
3
- For licensing, see LICENSE.html or http://ckeditor.com/license
4
- */
5
-
6
- /**
7
- * @fileOverview Spell Check As You Type (SCAYT).
8
- * Button name : Scayt.
9
- */
10
-
11
- (function()
12
- {
13
- var commandName = 'scaytcheck',
14
- openPage = '';
15
-
16
- // Checks if a value exists in an array
17
- function in_array(needle, haystack)
18
- {
19
- var found = false, key;
20
- for (key in haystack)
21
- {
22
- if ((haystack[key] === needle) || ( haystack[key] == needle))
23
- {
24
- found = true;
25
- break;
26
- }
27
- }
28
- return found;
29
- }
30
-
31
- var onEngineLoad = function()
32
- {
33
- var editor = this;
34
-
35
- var createInstance = function() // Create new instance every time Document is created.
36
- {
37
- // Initialise Scayt instance.
38
- var oParams = {};
39
- // Get the iframe.
40
- oParams.srcNodeRef = editor.document.getWindow().$.frameElement;
41
- // syntax : AppName.AppVersion@AppRevision
42
- oParams.assocApp = 'CKEDITOR.' + CKEDITOR.version + '@' + CKEDITOR.revision;
43
- oParams.customerid = editor.config.scayt_customerid || '1:WvF0D4-UtPqN1-43nkD4-NKvUm2-daQqk3-LmNiI-z7Ysb4-mwry24-T8YrS3-Q2tpq2';
44
- oParams.customDictionaryIds = editor.config.scayt_customDictionaryIds || '';
45
- oParams.userDictionaryName = editor.config.scayt_userDictionaryName || '';
46
- oParams.sLang = editor.config.scayt_sLang || 'en_US';
47
-
48
- // Introduce SCAYT onLoad callback. (#5632)
49
- oParams.onLoad = function()
50
- {
51
- // Draw down word marker to avoid being covered by background-color style.(#5466)
52
- if ( !( CKEDITOR.env.ie && CKEDITOR.env.version < 8 ) )
53
- this.addStyle( this.selectorCss(), 'padding-bottom: 2px !important;' );
54
-
55
- // Call scayt_control.focus when SCAYT loaded
56
- // and only if editor has focus and scayt control creates at first time (#5720)
57
- if ( editor.focusManager.hasFocus && !plugin.isControlRestored( editor ) )
58
- this.focus();
59
-
60
- };
61
-
62
- oParams.onBeforeChange = function()
63
- {
64
- if ( plugin.getScayt( editor ) && !editor.checkDirty() )
65
- setTimeout( function(){ editor.resetDirty(); }, 0 );
66
- };
67
-
68
- var scayt_custom_params = window.scayt_custom_params;
69
- if ( typeof scayt_custom_params == 'object')
70
- {
71
- for ( var k in scayt_custom_params )
72
- {
73
- oParams[ k ] = scayt_custom_params[ k ];
74
- }
75
- }
76
- // needs for restoring a specific scayt control settings
77
- if ( plugin.getControlId(editor) )
78
- oParams.id = plugin.getControlId(editor);
79
-
80
- var scayt_control = new window.scayt( oParams );
81
-
82
- scayt_control.afterMarkupRemove.push( function( node )
83
- {
84
- ( new CKEDITOR.dom.element( node, scayt_control.document ) ).mergeSiblings();
85
- } );
86
-
87
- // Copy config.
88
- var lastInstance = plugin.instances[ editor.name ];
89
- if ( lastInstance )
90
- {
91
- scayt_control.sLang = lastInstance.sLang;
92
- scayt_control.option( lastInstance.option() );
93
- scayt_control.paused = lastInstance.paused;
94
- }
95
-
96
- plugin.instances[ editor.name ] = scayt_control;
97
-
98
- //window.scayt.uiTags
99
- var menuGroup = 'scaytButton';
100
- var uiTabs = window.scayt.uiTags;
101
- var fTabs = [];
102
-
103
- for (var i = 0,l=4; i<l; i++)
104
- fTabs.push( uiTabs[i] && plugin.uiTabs[i] );
105
-
106
- plugin.uiTabs = fTabs;
107
- try {
108
- scayt_control.setDisabled( plugin.isPaused( editor ) === false );
109
- } catch (e) {}
110
-
111
- editor.fire( 'showScaytState' );
112
- };
113
-
114
- editor.on( 'contentDom', createInstance );
115
- editor.on( 'contentDomUnload', function()
116
- {
117
- // Remove scripts.
118
- var scripts = CKEDITOR.document.getElementsByTag( 'script' ),
119
- scaytIdRegex = /^dojoIoScript(\d+)$/i,
120
- scaytSrcRegex = /^https?:\/\/svc\.spellchecker\.net\/spellcheck\/script\/ssrv\.cgi/i;
121
-
122
- for ( var i=0; i < scripts.count(); i++ )
123
- {
124
- var script = scripts.getItem( i ),
125
- id = script.getId(),
126
- src = script.getAttribute( 'src' );
127
-
128
- if ( id && src && id.match( scaytIdRegex ) && src.match( scaytSrcRegex ))
129
- script.remove();
130
- }
131
- });
132
-
133
- editor.on( 'beforeCommandExec', function( ev ) // Disable SCAYT before Source command execution.
134
- {
135
- if ( (ev.data.name == 'source' || ev.data.name == 'newpage') && editor.mode == 'wysiwyg' )
136
- {
137
- var scayt_instance = plugin.getScayt( editor );
138
- if ( scayt_instance )
139
- {
140
- plugin.setPaused( editor, !scayt_instance.disabled );
141
- // store a control id for restore a specific scayt control settings
142
- plugin.setControlId( editor, scayt_instance.id );
143
- scayt_instance.destroy( true );
144
- delete plugin.instances[ editor.name ];
145
- }
146
- }
147
- // Catch on source mode switch off (#5720)
148
- else if ( ev.data.name == 'source' && editor.mode == 'source' )
149
- plugin.markControlRestore( editor );
150
- });
151
-
152
- editor.on( 'afterCommandExec', function( ev )
153
- {
154
- if ( !plugin.isScaytEnabled( editor ) )
155
- return;
156
-
157
- if ( editor.mode == 'wysiwyg' && ( ev.data.name == 'undo' || ev.data.name == 'redo' ) )
158
- window.setTimeout( function() { plugin.getScayt( editor ).refresh(); }, 10 );
159
- });
160
-
161
- editor.on( 'destroy', function( ev )
162
- {
163
- var editor = ev.editor,
164
- scayt_instance = plugin.getScayt( editor );
165
-
166
- // SCAYT instance might already get destroyed by mode switch (#5744).
167
- if ( !scayt_instance )
168
- return;
169
-
170
- delete plugin.instances[ editor.name ];
171
- // store a control id for restore a specific scayt control settings
172
- plugin.setControlId( editor, scayt_instance.id );
173
- scayt_instance.destroy( true );
174
- });
175
-
176
- // Listen to data manipulation to reflect scayt markup.
177
- editor.on( 'afterSetData', function()
178
- {
179
- if ( plugin.isScaytEnabled( editor ) ) {
180
- window.setTimeout( function()
181
- {
182
- var instance = plugin.getScayt( editor );
183
- instance && instance.refresh();
184
- }, 10 );
185
- }
186
- });
187
-
188
- // Reload spell-checking for current word after insertion completed.
189
- editor.on( 'insertElement', function()
190
- {
191
- var scayt_instance = plugin.getScayt( editor );
192
- if ( plugin.isScaytEnabled( editor ) )
193
- {
194
- // Unlock the selection before reload, SCAYT will take
195
- // care selection update.
196
- if ( CKEDITOR.env.ie )
197
- editor.getSelection().unlock( true );
198
-
199
- // Return focus to the editor and refresh SCAYT markup (#5573).
200
- window.setTimeout( function()
201
- {
202
- scayt_instance.focus();
203
- scayt_instance.refresh();
204
- }, 10 );
205
- }
206
- }, this, null, 50 );
207
-
208
- editor.on( 'insertHtml', function()
209
- {
210
- var scayt_instance = plugin.getScayt( editor );
211
- if ( plugin.isScaytEnabled( editor ) )
212
- {
213
- // Unlock the selection before reload, SCAYT will take
214
- // care selection update.
215
- if ( CKEDITOR.env.ie )
216
- editor.getSelection().unlock( true );
217
-
218
- // Return focus to the editor (#5573)
219
- // Refresh SCAYT markup
220
- window.setTimeout( function()
221
- {
222
- scayt_instance.focus();
223
- scayt_instance.refresh();
224
- }, 10 );
225
- }
226
- }, this, null, 50 );
227
-
228
- editor.on( 'scaytDialog', function( ev ) // Communication with dialog.
229
- {
230
- ev.data.djConfig = window.djConfig;
231
- ev.data.scayt_control = plugin.getScayt( editor );
232
- ev.data.tab = openPage;
233
- ev.data.scayt = window.scayt;
234
- });
235
-
236
- var dataProcessor = editor.dataProcessor,
237
- htmlFilter = dataProcessor && dataProcessor.htmlFilter;
238
-
239
- if ( htmlFilter )
240
- {
241
- htmlFilter.addRules(
242
- {
243
- elements :
244
- {
245
- span : function( element )
246
- {
247
- if ( element.attributes.scayt_word && element.attributes.scaytid )
248
- {
249
- delete element.name; // Write children, but don't write this node.
250
- return element;
251
- }
252
- }
253
- }
254
- }
255
- );
256
- }
257
-
258
- // Override Image.equals method avoid CK snapshot module to add SCAYT markup to snapshots. (#5546)
259
- var undoImagePrototype = CKEDITOR.plugins.undo.Image.prototype;
260
- undoImagePrototype.equals = CKEDITOR.tools.override( undoImagePrototype.equals, function( org )
261
- {
262
- return function( otherImage )
263
- {
264
- var thisContents = this.contents,
265
- otherContents = otherImage.contents;
266
- var scayt_instance = plugin.getScayt( this.editor );
267
- // Making the comparison based on content without SCAYT word markers.
268
- if ( scayt_instance && plugin.isScaytReady( this.editor ) )
269
- {
270
- // scayt::reset might return value undefined. (#5742)
271
- this.contents = scayt_instance.reset( thisContents ) || '';
272
- otherImage.contents = scayt_instance.reset( otherContents ) || '';
273
- }
274
-
275
- var retval = org.apply( this, arguments );
276
-
277
- this.contents = thisContents;
278
- otherImage.contents = otherContents;
279
- return retval;
280
- };
281
- });
282
-
283
- if ( editor.document )
284
- createInstance();
285
- };
286
-
287
- CKEDITOR.plugins.scayt =
288
- {
289
- engineLoaded : false,
290
- instances : {},
291
- // Data storage for SCAYT control, based on editor instances
292
- controlInfo : {},
293
- setControlInfo : function( editor, o )
294
- {
295
- if ( editor && editor.name && typeof ( this.controlInfo[ editor.name ] ) != 'object' )
296
- this.controlInfo[ editor.name ] = {};
297
-
298
- for ( var infoOpt in o )
299
- this.controlInfo[ editor.name ][ infoOpt ] = o[ infoOpt ];
300
- },
301
- isControlRestored : function ( editor )
302
- {
303
- if ( editor &&
304
- editor.name &&
305
- this.controlInfo[ editor.name ] )
306
- {
307
- return this.controlInfo[ editor.name ].restored ;
308
- }
309
- return false;
310
- },
311
- markControlRestore : function ( editor )
312
- {
313
- this.setControlInfo( editor,{ restored:true } );
314
- },
315
- setControlId: function (editor, id)
316
- {
317
- this.setControlInfo( editor,{ id:id } );
318
- },
319
- getControlId: function (editor)
320
- {
321
- if ( editor &&
322
- editor.name &&
323
- this.controlInfo[ editor.name ] &&
324
- this.controlInfo[ editor.name ].id )
325
- {
326
- return this.controlInfo[ editor.name ].id;
327
- }
328
- return null;
329
- },
330
- setPaused: function ( editor , bool )
331
- {
332
- this.setControlInfo( editor,{ paused:bool } );
333
- },
334
- isPaused: function (editor)
335
- {
336
- if ( editor &&
337
- editor.name &&
338
- this.controlInfo[editor.name] )
339
- {
340
- return this.controlInfo[editor.name].paused ;
341
- }
342
- return undefined;
343
- },
344
- getScayt : function( editor )
345
- {
346
- return this.instances[ editor.name ];
347
- },
348
- isScaytReady : function( editor )
349
- {
350
- return this.engineLoaded === true &&
351
- 'undefined' !== typeof window.scayt && this.getScayt( editor );
352
- },
353
- isScaytEnabled : function( editor )
354
- {
355
- var scayt_instance = this.getScayt( editor );
356
- return ( scayt_instance ) ? scayt_instance.disabled === false : false;
357
- },
358
- loadEngine : function( editor )
359
- {
360
- // SCAYT doesn't work with Firefox2, Opera.
361
- if ( CKEDITOR.env.gecko && CKEDITOR.env.version < 10900 || CKEDITOR.env.opera )
362
- return editor.fire( 'showScaytState' );
363
-
364
- if ( this.engineLoaded === true )
365
- return onEngineLoad.apply( editor ); // Add new instance.
366
- else if ( this.engineLoaded == -1 ) // We are waiting.
367
- return CKEDITOR.on( 'scaytReady', function(){ onEngineLoad.apply( editor ); } ); // Use function(){} to avoid rejection as duplicate.
368
-
369
- CKEDITOR.on( 'scaytReady', onEngineLoad, editor );
370
- CKEDITOR.on( 'scaytReady', function()
371
- {
372
- this.engineLoaded = true;
373
- },
374
- this,
375
- null,
376
- 0
377
- ); // First to run.
378
-
379
- this.engineLoaded = -1; // Loading in progress.
380
-
381
- // compose scayt url
382
- var protocol = document.location.protocol;
383
- // Default to 'http' for unknown.
384
- protocol = protocol.search( /https?:/) != -1? protocol : 'http:';
385
- var baseUrl = 'svc.spellchecker.net/scayt25/loader__base.js';
386
-
387
- var scaytUrl = editor.config.scayt_srcUrl || ( protocol + '//' + baseUrl );
388
- var scaytConfigBaseUrl = plugin.parseUrl( scaytUrl ).path + '/';
389
-
390
- if( window.scayt == undefined )
391
- {
392
- CKEDITOR._djScaytConfig =
393
- {
394
- baseUrl: scaytConfigBaseUrl,
395
- addOnLoad:
396
- [
397
- function()
398
- {
399
- CKEDITOR.fireOnce( 'scaytReady' );
400
- }
401
- ],
402
- isDebug: false
403
- };
404
- // Append javascript code.
405
- CKEDITOR.document.getHead().append(
406
- CKEDITOR.document.createElement( 'script',
407
- {
408
- attributes :
409
- {
410
- type : 'text/javascript',
411
- async : 'true',
412
- src : scaytUrl
413
- }
414
- })
415
- );
416
- }
417
- else
418
- CKEDITOR.fireOnce( 'scaytReady' );
419
-
420
- return null;
421
- },
422
- parseUrl : function ( data )
423
- {
424
- var match;
425
- if ( data.match && ( match = data.match(/(.*)[\/\\](.*?\.\w+)$/) ) )
426
- return { path: match[1], file: match[2] };
427
- else
428
- return data;
429
- }
430
- };
431
-
432
- var plugin = CKEDITOR.plugins.scayt;
433
-
434
- // Context menu constructing.
435
- var addButtonCommand = function( editor, buttonName, buttonLabel, commandName, command, menugroup, menuOrder )
436
- {
437
- editor.addCommand( commandName, command );
438
-
439
- // If the "menu" plugin is loaded, register the menu item.
440
- editor.addMenuItem( commandName,
441
- {
442
- label : buttonLabel,
443
- command : commandName,
444
- group : menugroup,
445
- order : menuOrder
446
- });
447
- };
448
-
449
- var commandDefinition =
450
- {
451
- preserveState : true,
452
- editorFocus : false,
453
-
454
- exec: function( editor )
455
- {
456
- if ( plugin.isScaytReady( editor ) )
457
- {
458
- var isEnabled = plugin.isScaytEnabled( editor );
459
-
460
- this.setState( isEnabled ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_ON );
461
-
462
- var scayt_control = plugin.getScayt( editor );
463
- // the place where the status of editor focus should be restored
464
- // after there will be ability to store its state before SCAYT button click
465
- // if (storedFocusState is focused )
466
- // scayt_control.focus();
467
- //
468
- // now focus is set certainly
469
- scayt_control.focus( );
470
- scayt_control.setDisabled( isEnabled );
471
- }
472
- else if ( !editor.config.scayt_autoStartup && plugin.engineLoaded >= 0 ) // Load first time
473
- {
474
- this.setState( CKEDITOR.TRISTATE_DISABLED );
475
- plugin.loadEngine( editor );
476
- }
477
- }
478
- };
479
-
480
- // Add scayt plugin.
481
- CKEDITOR.plugins.add( 'scayt',
482
- {
483
- requires : [ 'menubutton' ],
484
-
485
- beforeInit : function( editor )
486
- {
487
- var items_order = editor.config.scayt_contextMenuItemsOrder
488
- || 'suggest|moresuggest|control',
489
- items_order_str = "";
490
-
491
- items_order = items_order.split( '|' );
492
-
493
- if ( items_order && items_order.length )
494
- {
495
- for ( var pos in items_order )
496
- items_order_str += 'scayt_' + items_order[ pos ] + ( items_order.length != parseInt( pos, 10 ) + 1 ? ',' : '' );
497
- }
498
-
499
- // Put it on top of all context menu items (#5717)
500
- editor.config.menu_groups = items_order_str + ',' + editor.config.menu_groups;
501
- },
502
-
503
- init : function( editor )
504
- {
505
- var moreSuggestions = {};
506
- var mainSuggestions = {};
507
-
508
- // Scayt command.
509
- var command = editor.addCommand( commandName, commandDefinition );
510
-
511
- // Add Options dialog.
512
- CKEDITOR.dialog.add( commandName, CKEDITOR.getUrl( this.path + 'dialogs/options.js' ) );
513
- // read ui tags
514
- var confuiTabs = editor.config.scayt_uiTabs || '1,1,1';
515
- var uiTabs =[];
516
- // string to array convert
517
- confuiTabs = confuiTabs.split( ',' );
518
- // check array length ! always must be 3 filled with 1 or 0
519
- for (var i=0,l=3; i<l; i++)
520
- {
521
- var flag = parseInt(confuiTabs[i] || '1' ,10);
522
- uiTabs.push( flag );
523
- }
524
-
525
- var menuGroup = 'scaytButton';
526
- editor.addMenuGroup( menuGroup );
527
- // combine menu items to render
528
- var uiMuneItems = {};
529
-
530
- // always added
531
- uiMuneItems.scaytToggle =
532
- {
533
- label : editor.lang.scayt.enable,
534
- command : commandName,
535
- group : menuGroup
536
- };
537
-
538
- if (uiTabs[0] == 1)
539
- uiMuneItems.scaytOptions =
540
- {
541
- label : editor.lang.scayt.options,
542
- group : menuGroup,
543
- onClick : function()
544
- {
545
- openPage = 'options';
546
- editor.openDialog( commandName );
547
- }
548
- };
549
-
550
- if (uiTabs[1] == 1)
551
- uiMuneItems.scaytLangs =
552
- {
553
- label : editor.lang.scayt.langs,
554
- group : menuGroup,
555
- onClick : function()
556
- {
557
- openPage = 'langs';
558
- editor.openDialog( commandName );
559
- }
560
- };
561
- if (uiTabs[2] == 1)
562
- uiMuneItems.scaytDict =
563
- {
564
- label : editor.lang.scayt.dictionariesTab,
565
- group : menuGroup,
566
- onClick : function()
567
- {
568
- openPage = 'dictionaries';
569
- editor.openDialog( commandName );
570
- }
571
- };
572
- // always added
573
- uiMuneItems.scaytAbout =
574
- {
575
- label : editor.lang.scayt.about,
576
- group : menuGroup,
577
- onClick : function()
578
- {
579
- openPage = 'about';
580
- editor.openDialog( commandName );
581
- }
582
- }
583
- ;
584
-
585
- uiTabs[3] = 1; // about us tab is always on
586
- plugin.uiTabs = uiTabs;
587
-
588
- editor.addMenuItems( uiMuneItems );
589
-
590
- editor.ui.add( 'Scayt', CKEDITOR.UI_MENUBUTTON,
591
- {
592
- label : editor.lang.scayt.title,
593
- title : CKEDITOR.env.opera ? editor.lang.scayt.opera_title : editor.lang.scayt.title,
594
- className : 'cke_button_scayt',
595
- onRender: function()
596
- {
597
- command.on( 'state', function()
598
- {
599
- this.setState( command.state );
600
- },
601
- this);
602
- },
603
- onMenu : function()
604
- {
605
- var isEnabled = plugin.isScaytEnabled( editor );
606
-
607
- editor.getMenuItem( 'scaytToggle' ).label = editor.lang.scayt[ isEnabled ? 'disable' : 'enable' ];
608
-
609
- return {
610
- scaytToggle : CKEDITOR.TRISTATE_OFF,
611
- scaytOptions : isEnabled && plugin.uiTabs[0] ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED,
612
- scaytLangs : isEnabled && plugin.uiTabs[1] ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED,
613
- scaytDict : isEnabled && plugin.uiTabs[2] ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED,
614
- scaytAbout : isEnabled && plugin.uiTabs[3] ? CKEDITOR.TRISTATE_OFF : CKEDITOR.TRISTATE_DISABLED
615
- };
616
- }
617
- });
618
-
619
- // If the "contextmenu" plugin is loaded, register the listeners.
620
- if ( editor.contextMenu && editor.addMenuItems )
621
- {
622
- editor.contextMenu.addListener( function( element, selection )
623
- {
624
- if ( !plugin.isScaytEnabled( editor )
625
- || selection.getCommonAncestor().isReadOnly() )
626
- return null;
627
-
628
- var scayt_control = plugin.getScayt( editor ),
629
- node = scayt_control.getScaytNode();
630
-
631
- if ( !node )
632
- return null;
633
-
634
- var word = scayt_control.getWord( node );
635
-
636
- if ( !word )
637
- return null;
638
-
639
- var sLang = scayt_control.getLang(),
640
- _r = {},
641
- items_suggestion = window.scayt.getSuggestion( word, sLang );
642
- if ( !items_suggestion || !items_suggestion.length )
643
- return null;
644
- // Remove unused commands and menuitems
645
- for ( i in moreSuggestions )
646
- {
647
- delete editor._.menuItems[ i ];
648
- delete editor._.commands[ i ];
649
- }
650
- for ( i in mainSuggestions )
651
- {
652
- delete editor._.menuItems[ i ];
653
- delete editor._.commands[ i ];
654
- }
655
- moreSuggestions = {}; // Reset items.
656
- mainSuggestions = {};
657
-
658
- var moreSuggestionsUnable = editor.config.scayt_moreSuggestions || 'on';
659
- var moreSuggestionsUnableAdded = false;
660
-
661
- var maxSuggestions = editor.config.scayt_maxSuggestions;
662
- ( typeof maxSuggestions != 'number' ) && ( maxSuggestions = 5 );
663
- !maxSuggestions && ( maxSuggestions = items_suggestion.length );
664
-
665
- var contextCommands = editor.config.scayt_contextCommands || 'all';
666
- contextCommands = contextCommands.split( '|' );
667
-
668
- for ( var i = 0, l = items_suggestion.length; i < l; i += 1 )
669
- {
670
- var commandName = 'scayt_suggestion_' + items_suggestion[i].replace( ' ', '_' );
671
- var exec = ( function( el, s )
672
- {
673
- return {
674
- exec: function()
675
- {
676
- scayt_control.replace(el, s);
677
- }
678
- };
679
- })( node, items_suggestion[i] );
680
-
681
- if ( i < maxSuggestions )
682
- {
683
- addButtonCommand( editor, 'button_' + commandName, items_suggestion[i],
684
- commandName, exec, 'scayt_suggest', i + 1 );
685
- _r[ commandName ] = CKEDITOR.TRISTATE_OFF;
686
- mainSuggestions[ commandName ] = CKEDITOR.TRISTATE_OFF;
687
- }
688
- else if ( moreSuggestionsUnable == 'on' )
689
- {
690
- addButtonCommand( editor, 'button_' + commandName, items_suggestion[i],
691
- commandName, exec, 'scayt_moresuggest', i + 1 );
692
- moreSuggestions[ commandName ] = CKEDITOR.TRISTATE_OFF;
693
- moreSuggestionsUnableAdded = true;
694
- }
695
- }
696
-
697
- if ( moreSuggestionsUnableAdded )
698
- {
699
- // Register the More suggestions group;
700
- editor.addMenuItem( 'scayt_moresuggest',
701
- {
702
- label : editor.lang.scayt.moreSuggestions,
703
- group : 'scayt_moresuggest',
704
- order : 10,
705
- getItems : function()
706
- {
707
- return moreSuggestions;
708
- }
709
- });
710
- mainSuggestions[ 'scayt_moresuggest' ] = CKEDITOR.TRISTATE_OFF;
711
- }
712
-
713
- if ( in_array( 'all', contextCommands ) || in_array( 'ignore', contextCommands) )
714
- {
715
- var ignore_command = {
716
- exec: function(){
717
- scayt_control.ignore( node );
718
- }
719
- };
720
- addButtonCommand( editor, 'ignore', editor.lang.scayt.ignore, 'scayt_ignore', ignore_command, 'scayt_control', 1 );
721
- mainSuggestions[ 'scayt_ignore' ] = CKEDITOR.TRISTATE_OFF;
722
- }
723
-
724
- if ( in_array( 'all', contextCommands ) || in_array( 'ignoreall', contextCommands ) )
725
- {
726
- var ignore_all_command = {
727
- exec: function(){
728
- scayt_control.ignoreAll( node );
729
- }
730
- };
731
- addButtonCommand(editor, 'ignore_all', editor.lang.scayt.ignoreAll, 'scayt_ignore_all', ignore_all_command, 'scayt_control', 2);
732
- mainSuggestions['scayt_ignore_all'] = CKEDITOR.TRISTATE_OFF;
733
- }
734
-
735
- if ( in_array( 'all', contextCommands ) || in_array( 'add', contextCommands ) )
736
- {
737
- var addword_command = {
738
- exec: function(){
739
- window.scayt.addWordToUserDictionary( node );
740
- }
741
- };
742
- addButtonCommand(editor, 'add_word', editor.lang.scayt.addWord, 'scayt_add_word', addword_command, 'scayt_control', 3);
743
- mainSuggestions['scayt_add_word'] = CKEDITOR.TRISTATE_OFF;
744
- }
745
-
746
- if ( scayt_control.fireOnContextMenu )
747
- scayt_control.fireOnContextMenu( editor );
748
-
749
- return mainSuggestions;
750
- });
751
- }
752
-
753
- var showInitialState = function()
754
- {
755
- editor.removeListener( 'showScaytState', showInitialState );
756
-
757
- if ( !CKEDITOR.env.opera )
758
- command.setState( plugin.isScaytEnabled( editor ) ? CKEDITOR.TRISTATE_ON : CKEDITOR.TRISTATE_OFF );
759
- else
760
- command.setState( CKEDITOR.TRISTATE_DISABLED );
761
- };
762
-
763
- editor.on( 'showScaytState', showInitialState );
764
-
765
- if ( CKEDITOR.env.opera )
766
- {
767
- editor.on( 'instanceReady', function()
768
- {
769
- showInitialState();
770
- });
771
- }
772
-
773
- // Start plugin
774
- if ( editor.config.scayt_autoStartup )
775
- {
776
- editor.on( 'instanceReady', function()
777
- {
778
- plugin.loadEngine( editor );
779
- });
780
- }
781
- },
782
-
783
- afterInit : function( editor )
784
- {
785
- // Prevent word marker line from displaying in elements path and been removed when cleaning format. (#3570) (#4125)
786
- var elementsPathFilters,
787
- scaytFilter = function( element )
788
- {
789
- if ( element.hasAttribute( 'scaytid' ) )
790
- return false;
791
- };
792
-
793
- if ( editor._.elementsPath && ( elementsPathFilters = editor._.elementsPath.filters ) )
794
- elementsPathFilters.push( scaytFilter );
795
-
796
- editor.addRemoveFormatFilter && editor.addRemoveFormatFilter( scaytFilter );
797
-
798
- }
799
- });
800
- })();
801
-
802
- /**
803
- * If enabled (true), turns on SCAYT automatically after loading the editor.
804
- * @name CKEDITOR.config.scayt_autoStartup
805
- * @type Boolean
806
- * @default false
807
- * @example
808
- * config.scayt_autoStartup = true;
809
- */
810
-
811
- /**
812
- * Defines the number of SCAYT suggestions to show in the main context menu.
813
- * The possible values are:
814
- * <ul>
815
- * <li>0 (zero): All suggestions are displayed in the main context menu.</li>
816
- * <li>Positive number: The maximum number of suggestions to shown in context
817
- * menu. Other entries will be shown in "More Suggestions" sub-menu.</li>
818
- * <li>Negative number: No suggestions are shown in the main context menu. All
819
- * entries will be listed in the "Suggestions" sub-menu.</li>
820
- * </ul>
821
- * @name CKEDITOR.config.scayt_maxSuggestions
822
- * @type Number
823
- * @default 5
824
- * @example
825
- * // Display only three suggestions in the main context menu.
826
- * config.scayt_maxSuggestions = 3;
827
- * @example
828
- * // Do not show the suggestions directly.
829
- * config.scayt_maxSuggestions = -1;
830
- */
831
-
832
- /**
833
- * Sets the customer ID for SCAYT. Required for migration from free version
834
- * with banner to paid version.
835
- * @name CKEDITOR.config.scayt_customerid
836
- * @type String
837
- * @default ''
838
- * @example
839
- * // Load SCAYT using my customer ID.
840
- * config.scayt_customerid = 'your-encrypted-customer-id';
841
- */
842
-
843
- /**
844
- * Enables/disables the "More Suggestions" sub-menu in the context menu.
845
- * The possible values are "on" or "off".
846
- * @name CKEDITOR.config.scayt_moreSuggestions
847
- * @type String
848
- * @default 'on'
849
- * @example
850
- * // Disables the "More Suggestions" sub-menu.
851
- * config.scayt_moreSuggestions = 'off';
852
- */
853
-
854
- /**
855
- * Customizes the display of SCAYT context menu commands ("Add Word", "Ignore"
856
- * and "Ignore All"). It must be a string with one or more of the following
857
- * words separated by a pipe ("|"):
858
- * <ul>
859
- * <li>"off": disables all options.</li>
860
- * <li>"all": enables all options.</li>
861
- * <li>"ignore": enables the "Ignore" option.</li>
862
- * <li>"ignoreall": enables the "Ignore All" option.</li>
863
- * <li>"add": enables the "Add Word" option.</li>
864
- * </ul>
865
- * @name CKEDITOR.config.scayt_contextCommands
866
- * @type String
867
- * @default 'all'
868
- * @example
869
- * // Show only "Add Word" and "Ignore All" in the context menu.
870
- * config.scayt_contextCommands = 'add|ignoreall';
871
- */
872
-
873
- /**
874
- * Sets the default spellchecking language for SCAYT.
875
- * @name CKEDITOR.config.scayt_sLang
876
- * @type String
877
- * @default 'en_US'
878
- * @example
879
- * // Sets SCAYT to German.
880
- * config.scayt_sLang = 'de_DE';
881
- */
882
-
883
- /**
884
- * Sets the visibility of the SCAYT tabs in the settings dialog and toolbar
885
- * button. The value must contain a "1" (enabled) or "0" (disabled) number for
886
- * each of the following entries, in this precise order, separated by a
887
- * comma (","): "Options", "Languages" and "Dictionary".
888
- * @name CKEDITOR.config.scayt_uiTabs
889
- * @type String
890
- * @default '1,1,1'
891
- * @example
892
- * // Hide the "Languages" tab.
893
- * config.scayt_uiTabs = '1,0,1';
894
- */
895
-
896
-
897
- /**
898
- * Set the URL to SCAYT core. Required to switch to licensed version of SCAYT application.
899
- * Further details at http://wiki.spellchecker.net/doku.php?id=3rd:wysiwyg:fckeditor:wscckf3l .
900
- * @name CKEDITOR.config.scayt_srcUrl
901
- * @type String
902
- * @default ''
903
- * @example
904
- * config.scayt_srcUrl = "http://my-host/spellcheck/lf/scayt/scayt.js";
905
- */
906
-
907
- /**
908
- * Links SCAYT to custom dictionaries. It's a string containing dictionary ids
909
- * separared by commas (","). Available only for licensed version.
910
- * Further details at http://wiki.spellchecker.net/doku.php?id=custom_dictionary_support .
911
- * @name CKEDITOR.config.scayt_customDictionaryIds
912
- * @type String
913
- * @default ''
914
- * @example
915
- * config.scayt_customDictionaryIds = '3021,3456,3478"';
916
- */
917
-
918
- /**
919
- * Makes it possible to activate a custom dictionary on SCAYT. The user
920
- * dictionary name must be used. Available only for licensed version.
921
- * @name CKEDITOR.config.scayt_userDictionaryName
922
- * @type String
923
- * @default ''
924
- * @example
925
- * config.scayt_userDictionaryName = 'MyDictionary';
926
- */
927
-
928
- /**
929
- * Define order of placing of SCAYT context menu items by groups.
930
- * It must be a string with one or more of the following
931
- * words separated by a pipe ("|"):
932
- * <ul>
933
- * <li>'suggest' - main suggestion word list,</li>
934
- * <li>'moresuggest' - more suggestions word list,</li>
935
- * <li>'control' - SCAYT commands, such as 'Ignore' and 'Add Word'</li>
936
- * </ul>
937
- *
938
- * @name CKEDITOR.config.scayt_contextMenuItemsOrder
939
- * @type String
940
- * @default 'suggest|moresuggest|control'
941
- * @example
942
- * config.scayt_contextMenuItemsOrder = 'moresuggest|control|suggest';
943
- */