radiant-ck_editor_filter-extension 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (531) hide show
  1. data/README.markdown +7 -1
  2. data/VERSION +1 -1
  3. data/ck_editor_filter_extension.rb +1 -1
  4. data/public/javascripts/extensions/ck_editor_filter/ckeditor/CHANGES.html +1130 -373
  5. data/public/javascripts/extensions/ck_editor_filter/ckeditor/INSTALL.html +2 -2
  6. data/public/javascripts/extensions/ck_editor_filter/ckeditor/LICENSE.html +2 -2
  7. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/adobeair/application.xml +32 -0
  8. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/adobeair/run.bat +9 -0
  9. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/adobeair/run.sh +8 -0
  10. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/adobeair/sample.html +45 -0
  11. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/ajax.html +23 -25
  12. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/api.html +64 -24
  13. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/api_dialog.html +36 -19
  14. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/api_dialog/my_dialog.js +1 -1
  15. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/advanced.asp +105 -0
  16. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/events.asp +136 -0
  17. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/index.html +103 -0
  18. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/replace.asp +72 -0
  19. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/replaceall.asp +77 -0
  20. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/sample_posteddata.asp +46 -0
  21. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/asp/standalone.asp +72 -0
  22. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/_posteddata.php +59 -0
  23. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/output_for_flash.fla +0 -0
  24. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/output_for_flash.swf +0 -0
  25. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/output_xhtml.css +204 -0
  26. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/parsesample.css +70 -0
  27. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/assets/swfobject.js +18 -0
  28. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/autogrow.html +103 -0
  29. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/bbcode.html +136 -0
  30. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/devtools.html +94 -0
  31. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/divreplace.html +27 -10
  32. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/enterkey.html +39 -12
  33. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/fullpage.html +33 -13
  34. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/index.html +88 -25
  35. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/jqueryadapter.html +34 -8
  36. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/output_for_flash.html +275 -0
  37. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/output_html.html +285 -0
  38. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/output_xhtml.html +181 -0
  39. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/advanced.php +56 -29
  40. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/events.php +58 -35
  41. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/index.html +47 -0
  42. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/replace.php +48 -24
  43. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/replaceall.php +50 -30
  44. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/php/standalone.php +52 -33
  45. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/placeholder.html +81 -0
  46. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/readonly.html +91 -0
  47. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/replacebyclass.html +22 -7
  48. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/replacebycode.html +25 -8
  49. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/sample.css +85 -3
  50. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/sample.js +1 -1
  51. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/sample_posteddata.php +21 -59
  52. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/sharedspaces.html +32 -10
  53. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/skins.html +38 -11
  54. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/stylesheetparser.html +93 -0
  55. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/tableresize.html +115 -0
  56. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/ui_color.html +49 -7
  57. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_samples/ui_languages.html +53 -23
  58. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/adapters/jquery.js +17 -8
  59. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/_bootstrap.js +21 -18
  60. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ckeditor.js +42 -4
  61. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ckeditor_base.js +66 -29
  62. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ckeditor_basic.js +12 -15
  63. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/command.js +138 -2
  64. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/commanddefinition.js +59 -16
  65. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/config.js +142 -18
  66. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dataprocessor.js +6 -7
  67. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom.js +2 -3
  68. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/comment.js +1 -1
  69. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/document.js +29 -2
  70. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/documentfragment.js +3 -3
  71. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/domobject.js +59 -11
  72. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/element.js +249 -27
  73. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/elementpath.js +18 -3
  74. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/event.js +1 -1
  75. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/node.js +84 -56
  76. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/nodelist.js +4 -1
  77. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/range.js +345 -48
  78. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/rangelist.js +213 -0
  79. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/text.js +6 -1
  80. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/walker.js +40 -29
  81. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dom/window.js +1 -1
  82. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/dtd.js +15 -11
  83. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/editor.js +336 -15
  84. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/editor_basic.js +19 -12
  85. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/env.js +80 -17
  86. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/event.js +12 -6
  87. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/eventInfo.js +5 -5
  88. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/focusmanager.js +27 -12
  89. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser.js +17 -5
  90. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/basicwriter.js +3 -3
  91. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/cdata.js +1 -1
  92. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/comment.js +1 -1
  93. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/element.js +14 -5
  94. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/filter.js +34 -8
  95. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/fragment.js +105 -108
  96. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/htmlparser/text.js +1 -1
  97. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/lang.js +12 -7
  98. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/loader.js +7 -9
  99. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/plugindefinition.js +18 -1
  100. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/plugins.js +21 -3
  101. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/resourcemanager.js +1 -1
  102. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/scriptloader.js +7 -25
  103. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/skins.js +5 -25
  104. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/themes.js +1 -1
  105. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/tools.js +61 -12
  106. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ui.js +13 -1
  107. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/_languages.js +2 -1
  108. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/_translationstatus.txt +58 -57
  109. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/af.js +521 -410
  110. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ar.js +160 -49
  111. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/bg.js +162 -51
  112. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/bn.js +162 -51
  113. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/bs.js +162 -51
  114. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ca.js +260 -149
  115. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/cs.js +233 -122
  116. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/cy.js +159 -48
  117. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/da.js +162 -51
  118. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/de.js +217 -106
  119. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/el.js +162 -51
  120. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/en-au.js +166 -55
  121. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/en-ca.js +166 -55
  122. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/en-gb.js +277 -166
  123. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/en.js +166 -55
  124. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/eo.js +162 -51
  125. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/es.js +182 -71
  126. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/et.js +162 -51
  127. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/eu.js +162 -51
  128. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fa.js +162 -51
  129. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fi.js +178 -67
  130. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fo.js +339 -228
  131. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fr-ca.js +162 -51
  132. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/fr.js +261 -150
  133. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/gl.js +162 -51
  134. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/gu.js +162 -51
  135. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/he.js +179 -68
  136. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/hi.js +162 -51
  137. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/hr.js +162 -51
  138. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/hu.js +341 -230
  139. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/is.js +162 -51
  140. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/it.js +162 -51
  141. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ja.js +195 -84
  142. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ka.js +810 -0
  143. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/km.js +162 -51
  144. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ko.js +162 -51
  145. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/lt.js +162 -51
  146. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/lv.js +162 -51
  147. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/mn.js +162 -51
  148. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ms.js +162 -51
  149. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/nb.js +286 -175
  150. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/nl.js +178 -67
  151. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/no.js +286 -175
  152. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/pl.js +279 -168
  153. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/pt-br.js +318 -208
  154. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/pt.js +162 -51
  155. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ro.js +162 -51
  156. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/ru.js +159 -48
  157. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sk.js +192 -81
  158. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sl.js +161 -50
  159. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sr-latn.js +162 -51
  160. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sr.js +162 -51
  161. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/sv.js +357 -247
  162. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/th.js +162 -51
  163. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/tr.js +345 -235
  164. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/uk.js +387 -276
  165. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/vi.js +336 -225
  166. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/zh-cn.js +271 -160
  167. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/lang/zh.js +162 -51
  168. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js +16 -5
  169. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/a11yhelp/lang/en.js +3 -3
  170. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/a11yhelp/lang/he.js +216 -0
  171. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/a11yhelp/plugin.js +4 -3
  172. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/about/dialogs/about.js +4 -1
  173. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/about/plugin.js +2 -1
  174. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/adobeair/plugin.js +228 -0
  175. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/ajax/plugin.js +152 -0
  176. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/autogrow/plugin.js +88 -0
  177. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/basicstyles/plugin.js +27 -19
  178. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/bbcode/plugin.js +924 -0
  179. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/bidi/plugin.js +331 -0
  180. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/blockquote/plugin.js +8 -4
  181. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/button/plugin.js +70 -55
  182. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/clipboard/dialogs/paste.js +115 -78
  183. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/clipboard/plugin.js +133 -69
  184. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/colorbutton/plugin.js +91 -23
  185. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js +192 -43
  186. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/colordialog/plugin.js +12 -10
  187. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/contextmenu/plugin.js +124 -221
  188. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/devtools/lang/en.js +16 -0
  189. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/devtools/plugin.js +173 -0
  190. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/dialog/dialogDefinition.js +840 -56
  191. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/dialog/plugin.js +652 -301
  192. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/dialogadvtab/plugin.js +205 -0
  193. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/dialogui/plugin.js +179 -50
  194. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/div/dialogs/div.js +40 -40
  195. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/div/plugin.js +4 -4
  196. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/docprops/dialogs/docprops.js +686 -0
  197. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/docprops/plugin.js +22 -0
  198. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/domiterator/plugin.js +59 -53
  199. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/editingblock/plugin.js +62 -17
  200. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/elementspath/plugin.js +137 -108
  201. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/enterkey/plugin.js +117 -47
  202. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/entities/plugin.js +95 -45
  203. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/fakeobjects/plugin.js +22 -16
  204. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/filebrowser/plugin.js +75 -30
  205. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/find/dialogs/find.js +111 -69
  206. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/find/plugin.js +2 -1
  207. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/flash/dialogs/flash.js +28 -20
  208. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/flash/plugin.js +14 -11
  209. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/floatpanel/plugin.js +50 -21
  210. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/font/plugin.js +3 -2
  211. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/format/plugin.js +17 -13
  212. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/button.js +38 -55
  213. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/checkbox.js +21 -11
  214. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/form.js +6 -6
  215. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +26 -17
  216. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/radio.js +6 -6
  217. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/select.js +13 -7
  218. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/textarea.js +4 -4
  219. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/dialogs/textfield.js +11 -5
  220. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/images/hiddenfield.gif +0 -0
  221. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/forms/plugin.js +112 -41
  222. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/horizontalrule/plugin.js +1 -1
  223. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/htmldataprocessor/plugin.js +200 -63
  224. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/htmlwriter/plugin.js +26 -21
  225. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/iframe/dialogs/iframe.js +257 -0
  226. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/iframe/images/placeholder.png +0 -0
  227. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/iframe/plugin.js +106 -0
  228. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/iframedialog/plugin.js +59 -7
  229. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/image/dialogs/image.js +243 -218
  230. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/image/plugin.js +19 -2
  231. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/indent/plugin.js +335 -223
  232. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/justify/plugin.js +115 -30
  233. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/keystrokes/plugin.js +3 -7
  234. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/link/dialogs/anchor.js +85 -40
  235. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/link/dialogs/link.js +163 -184
  236. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/link/plugin.js +180 -32
  237. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/list/plugin.js +165 -81
  238. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/listblock/plugin.js +11 -6
  239. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js +204 -0
  240. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/liststyle/plugin.js +66 -0
  241. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/maximize/plugin.js +109 -40
  242. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/menu/plugin.js +166 -67
  243. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/menubutton/plugin.js +12 -7
  244. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/newpage/plugin.js +3 -3
  245. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pagebreak/plugin.js +95 -29
  246. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/panel/plugin.js +43 -20
  247. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/panelbutton/plugin.js +10 -11
  248. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pastefromword/filter/default.js +316 -119
  249. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pastefromword/plugin.js +32 -11
  250. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +19 -29
  251. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/pastetext/plugin.js +15 -79
  252. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/dialogs/placeholder.js +71 -0
  253. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/lang/en.js +16 -0
  254. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/lang/he.js +16 -0
  255. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/placeholder.gif +0 -0
  256. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/placeholder/plugin.js +171 -0
  257. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/popup/plugin.js +9 -7
  258. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/preview/plugin.js +3 -2
  259. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/print/plugin.js +2 -1
  260. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/removeformat/plugin.js +89 -36
  261. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/resize/plugin.js +71 -18
  262. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/richcombo/plugin.js +40 -29
  263. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/save/plugin.js +2 -1
  264. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/scayt/dialogs/options.js +114 -110
  265. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/scayt/plugin.js +531 -170
  266. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/selection/plugin.js +791 -331
  267. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_address.png +0 -0
  268. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_blockquote.png +0 -0
  269. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_div.png +0 -0
  270. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h1.png +0 -0
  271. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h2.png +0 -0
  272. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h3.png +0 -0
  273. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h4.png +0 -0
  274. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h5.png +0 -0
  275. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_h6.png +0 -0
  276. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_p.png +0 -0
  277. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/images/block_pre.png +0 -0
  278. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showblocks/plugin.js +14 -8
  279. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/showborders/plugin.js +63 -26
  280. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/dialogs/smiley.js +31 -22
  281. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/smiley/plugin.js +15 -6
  282. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/sourcearea/plugin.js +18 -14
  283. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +36 -59
  284. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/specialchar/lang/en.js +89 -0
  285. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/specialchar/plugin.js +45 -4
  286. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/styles/plugin.js +632 -212
  287. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/{stylescombo → styles}/styles/default.js +5 -2
  288. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/stylescombo/plugin.js +77 -140
  289. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/stylesheetparser/plugin.js +143 -0
  290. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/tab/plugin.js +109 -3
  291. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/table/dialogs/table.js +106 -23
  292. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/table/plugin.js +11 -3
  293. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/tableresize/plugin.js +450 -0
  294. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +66 -64
  295. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/tabletools/plugin.js +348 -179
  296. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/templates/dialogs/templates.js +41 -36
  297. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/templates/plugin.js +3 -4
  298. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/templates/templates/default.js +2 -2
  299. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/toolbar/plugin.js +193 -122
  300. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +6 -5
  301. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/lang/en.js +1 -1
  302. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/lang/he.js +15 -0
  303. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/plugin.js +2 -2
  304. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +1 -1
  305. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/undo/plugin.js +73 -12
  306. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/dialogs/ciframe.html +1 -1
  307. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset.html +1 -1
  308. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/dialogs/wsc.css +1 -2
  309. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/dialogs/wsc.js +20 -4
  310. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wsc/plugin.js +2 -2
  311. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/wysiwygarea/plugin.js +751 -251
  312. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/plugins/xml/plugin.js +170 -0
  313. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/dialog.css +116 -18
  314. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/editor.css +1 -1
  315. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/elementspath.css +2 -1
  316. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/icons.css +42 -2
  317. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/icons.png +0 -0
  318. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/icons_rtl.png +0 -0
  319. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/mainui.css +25 -5
  320. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/menu.css +36 -15
  321. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/panel.css +18 -17
  322. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/presets.css +1 -1
  323. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/reset.css +7 -1
  324. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/richcombo.css +27 -10
  325. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/skin.js +4 -36
  326. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/templates.css +16 -12
  327. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/toolbar.css +69 -83
  328. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/dialog.css +111 -13
  329. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/editor.css +1 -1
  330. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/elementspath.css +2 -1
  331. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/icons.css +40 -1
  332. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/icons.png +0 -0
  333. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/icons_rtl.png +0 -0
  334. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/mainui.css +33 -7
  335. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/menu.css +37 -15
  336. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/panel.css +23 -22
  337. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/presets.css +1 -1
  338. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/reset.css +7 -1
  339. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/richcombo.css +40 -20
  340. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/skin.js +10 -17
  341. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/templates.css +16 -10
  342. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/toolbar.css +79 -32
  343. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/dialog.css +112 -13
  344. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/editor.css +1 -1
  345. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/elementspath.css +2 -1
  346. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/icons.css +40 -1
  347. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/icons.png +0 -0
  348. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/icons_rtl.png +0 -0
  349. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/mainui.css +25 -5
  350. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/menu.css +38 -16
  351. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/panel.css +22 -21
  352. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/presets.css +1 -1
  353. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/reset.css +7 -1
  354. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/richcombo.css +36 -23
  355. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/skin.js +10 -17
  356. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/templates.css +16 -10
  357. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/toolbar.css +67 -27
  358. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/themes/default/theme.js +106 -46
  359. data/public/javascripts/extensions/ck_editor_filter/ckeditor/adapters/jquery.js +2 -2
  360. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor.asp +955 -0
  361. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor.js +141 -117
  362. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor.pack +13 -7
  363. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor.php +1 -1
  364. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_basic.js +4 -4
  365. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_basic_source.js +2 -2
  366. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_php4.php +27 -54
  367. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_php5.php +26 -53
  368. data/public/javascripts/extensions/ck_editor_filter/ckeditor/ckeditor_source.js +2 -2
  369. data/public/javascripts/extensions/ck_editor_filter/ckeditor/config.js +1 -1
  370. data/public/javascripts/extensions/ck_editor_filter/ckeditor/contents.css +4 -16
  371. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/_languages.js +2 -2
  372. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/_translationstatus.txt +58 -57
  373. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/af.js +2 -2
  374. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ar.js +2 -2
  375. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/bg.js +2 -2
  376. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/bn.js +2 -2
  377. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/bs.js +2 -2
  378. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ca.js +2 -2
  379. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/cs.js +2 -2
  380. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/cy.js +2 -2
  381. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/da.js +2 -2
  382. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/de.js +2 -2
  383. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/el.js +2 -2
  384. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/en-au.js +2 -2
  385. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/en-ca.js +2 -2
  386. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/en-gb.js +2 -2
  387. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/en.js +2 -2
  388. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/eo.js +2 -2
  389. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/es.js +2 -2
  390. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/et.js +2 -2
  391. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/eu.js +2 -2
  392. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fa.js +2 -2
  393. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fi.js +2 -2
  394. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fo.js +2 -2
  395. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fr-ca.js +2 -2
  396. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/fr.js +2 -2
  397. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/gl.js +2 -2
  398. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/gu.js +2 -2
  399. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/he.js +2 -2
  400. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/hi.js +2 -2
  401. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/hr.js +2 -2
  402. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/hu.js +2 -2
  403. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/is.js +2 -2
  404. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/it.js +2 -2
  405. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ja.js +2 -2
  406. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ka.js +6 -0
  407. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/km.js +2 -2
  408. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ko.js +2 -2
  409. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/lt.js +2 -2
  410. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/lv.js +2 -2
  411. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/mn.js +2 -2
  412. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ms.js +2 -2
  413. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/nb.js +2 -2
  414. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/nl.js +2 -2
  415. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/no.js +2 -2
  416. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/pl.js +2 -2
  417. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/pt-br.js +2 -2
  418. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/pt.js +2 -2
  419. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ro.js +2 -2
  420. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/ru.js +2 -2
  421. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sk.js +2 -2
  422. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sl.js +2 -2
  423. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sr-latn.js +2 -2
  424. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sr.js +2 -2
  425. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/sv.js +2 -2
  426. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/th.js +2 -2
  427. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/tr.js +2 -2
  428. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/uk.js +2 -2
  429. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/vi.js +2 -2
  430. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/zh-cn.js +2 -2
  431. data/public/javascripts/extensions/ck_editor_filter/ckeditor/lang/zh.js +2 -2
  432. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +2 -2
  433. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/lang/en.js +2 -2
  434. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/a11yhelp/lang/he.js +6 -0
  435. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/about/dialogs/about.js +2 -2
  436. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/adobeair/plugin.js +6 -0
  437. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/ajax/plugin.js +6 -0
  438. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/autogrow/plugin.js +6 -0
  439. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/bbcode/plugin.js +9 -0
  440. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/clipboard/dialogs/paste.js +3 -3
  441. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/colordialog/dialogs/colordialog.js +3 -2
  442. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/devtools/lang/en.js +6 -0
  443. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/devtools/plugin.js +6 -0
  444. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/dialog/dialogDefinition.js +1 -1
  445. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/div/dialogs/div.js +3 -2
  446. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/docprops/dialogs/docprops.js +10 -0
  447. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/docprops/plugin.js +6 -0
  448. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/find/dialogs/find.js +5 -5
  449. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/flash/dialogs/flash.js +5 -5
  450. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/button.js +2 -2
  451. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/checkbox.js +2 -2
  452. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/form.js +2 -2
  453. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/hiddenfield.js +2 -2
  454. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/radio.js +2 -2
  455. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/select.js +4 -4
  456. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/textarea.js +2 -2
  457. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/dialogs/textfield.js +2 -2
  458. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
  459. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/iframe/dialogs/iframe.js +7 -0
  460. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/iframe/images/placeholder.png +0 -0
  461. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/iframedialog/plugin.js +2 -2
  462. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/image/dialogs/image.js +9 -9
  463. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/link/dialogs/anchor.js +2 -2
  464. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/link/dialogs/link.js +7 -7
  465. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/liststyle/dialogs/liststyle.js +6 -0
  466. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/pastefromword/filter/default.js +7 -6
  467. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/pastetext/dialogs/pastetext.js +2 -2
  468. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/dialogs/placeholder.js +6 -0
  469. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/lang/en.js +6 -0
  470. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/lang/he.js +6 -0
  471. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/placeholder.gif +0 -0
  472. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/placeholder/plugin.js +6 -0
  473. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/radiantpreview/images/radiant-preview.png +0 -0
  474. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/scayt/dialogs/options.js +4 -4
  475. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/scayt/dialogs/toolbar.css +1 -1
  476. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  477. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  478. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  479. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  480. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  481. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  482. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  483. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  484. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  485. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  486. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  487. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/smiley/dialogs/smiley.js +3 -3
  488. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/dialogs/specialchar.js +3 -3
  489. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/specialchar/lang/en.js +6 -0
  490. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/{stylescombo → styles}/styles/default.js +2 -2
  491. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/stylesheetparser/plugin.js +6 -0
  492. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/table/dialogs/table.js +5 -5
  493. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/tableresize/plugin.js +7 -0
  494. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/tabletools/dialogs/tableCell.js +4 -4
  495. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/templates/dialogs/templates.js +3 -3
  496. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/templates/templates/default.js +2 -2
  497. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/dialogs/uicolor.js +3 -3
  498. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/lang/en.js +1 -1
  499. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/lang/he.js +6 -0
  500. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/plugin.js +2 -2
  501. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/yui/assets/yui.css +2 -2
  502. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/uicolor/yui/yui.js +1 -1
  503. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/dialogs/ciframe.html +1 -1
  504. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +1 -1
  505. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/dialogs/wsc.css +2 -2
  506. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/wsc/dialogs/wsc.js +3 -3
  507. data/public/javascripts/extensions/ck_editor_filter/ckeditor/plugins/xml/plugin.js +6 -0
  508. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/dialog.css +5 -5
  509. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/editor.css +9 -8
  510. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/icons.png +0 -0
  511. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/icons_rtl.png +0 -0
  512. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/skin.js +3 -3
  513. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/kama/templates.css +2 -2
  514. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/dialog.css +5 -5
  515. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/editor.css +10 -9
  516. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/icons.png +0 -0
  517. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/icons_rtl.png +0 -0
  518. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/skin.js +2 -2
  519. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/office2003/templates.css +2 -2
  520. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/dialog.css +5 -4
  521. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/editor.css +9 -8
  522. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/icons.png +0 -0
  523. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/icons_rtl.png +0 -0
  524. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/skin.js +2 -2
  525. data/public/javascripts/extensions/ck_editor_filter/ckeditor/skins/v2/templates.css +2 -2
  526. data/public/javascripts/extensions/ck_editor_filter/ckeditor/themes/default/theme.js +4 -4
  527. data/public/javascripts/extensions/ck_editor_filter/radiant.ckeditor.js +21 -12
  528. metadata +94 -9
  529. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/ajax.js +0 -143
  530. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/imagecacher.js +0 -58
  531. data/public/javascripts/extensions/ck_editor_filter/ckeditor/_source/core/xml.js +0 -165
@@ -0,0 +1,152 @@
1
+ /*
2
+ Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3
+ For licensing, see LICENSE.html or http://ckeditor.com/license
4
+ */
5
+
6
+ /**
7
+ * @fileOverview Defines the {@link CKEDITOR.ajax} object, which holds ajax methods for
8
+ * data loading.
9
+ */
10
+
11
+ (function()
12
+ {
13
+ CKEDITOR.plugins.add( 'ajax',
14
+ {
15
+ requires : [ 'xml' ]
16
+ });
17
+
18
+ /**
19
+ * Ajax methods for data loading.
20
+ * @namespace
21
+ * @example
22
+ */
23
+ CKEDITOR.ajax = (function()
24
+ {
25
+ var createXMLHttpRequest = function()
26
+ {
27
+ // In IE, using the native XMLHttpRequest for local files may throw
28
+ // "Access is Denied" errors.
29
+ if ( !CKEDITOR.env.ie || location.protocol != 'file:' )
30
+ try { return new XMLHttpRequest(); } catch(e) {}
31
+
32
+ try { return new ActiveXObject( 'Msxml2.XMLHTTP' ); } catch (e) {}
33
+ try { return new ActiveXObject( 'Microsoft.XMLHTTP' ); } catch (e) {}
34
+
35
+ return null;
36
+ };
37
+
38
+ var checkStatus = function( xhr )
39
+ {
40
+ // HTTP Status Codes:
41
+ // 2xx : Success
42
+ // 304 : Not Modified
43
+ // 0 : Returned when running locally (file://)
44
+ // 1223 : IE may change 204 to 1223 (see http://dev.jquery.com/ticket/1450)
45
+
46
+ return ( xhr.readyState == 4 &&
47
+ ( ( xhr.status >= 200 && xhr.status < 300 ) ||
48
+ xhr.status == 304 ||
49
+ xhr.status === 0 ||
50
+ xhr.status == 1223 ) );
51
+ };
52
+
53
+ var getResponseText = function( xhr )
54
+ {
55
+ if ( checkStatus( xhr ) )
56
+ return xhr.responseText;
57
+ return null;
58
+ };
59
+
60
+ var getResponseXml = function( xhr )
61
+ {
62
+ if ( checkStatus( xhr ) )
63
+ {
64
+ var xml = xhr.responseXML;
65
+ return new CKEDITOR.xml( xml && xml.firstChild ? xml : xhr.responseText );
66
+ }
67
+ return null;
68
+ };
69
+
70
+ var load = function( url, callback, getResponseFn )
71
+ {
72
+ var async = !!callback;
73
+
74
+ var xhr = createXMLHttpRequest();
75
+
76
+ if ( !xhr )
77
+ return null;
78
+
79
+ xhr.open( 'GET', url, async );
80
+
81
+ if ( async )
82
+ {
83
+ // TODO: perform leak checks on this closure.
84
+ /** @ignore */
85
+ xhr.onreadystatechange = function()
86
+ {
87
+ if ( xhr.readyState == 4 )
88
+ {
89
+ callback( getResponseFn( xhr ) );
90
+ xhr = null;
91
+ }
92
+ };
93
+ }
94
+
95
+ xhr.send(null);
96
+
97
+ return async ? '' : getResponseFn( xhr );
98
+ };
99
+
100
+ return /** @lends CKEDITOR.ajax */ {
101
+
102
+ /**
103
+ * Loads data from an URL as plain text.
104
+ * @param {String} url The URL from which load data.
105
+ * @param {Function} [callback] A callback function to be called on
106
+ * data load. If not provided, the data will be loaded
107
+ * synchronously.
108
+ * @returns {String} The loaded data. For asynchronous requests, an
109
+ * empty string. For invalid requests, null.
110
+ * @example
111
+ * // Load data synchronously.
112
+ * var data = CKEDITOR.ajax.load( 'somedata.txt' );
113
+ * alert( data );
114
+ * @example
115
+ * // Load data asynchronously.
116
+ * var data = CKEDITOR.ajax.load( 'somedata.txt', function( data )
117
+ * {
118
+ * alert( data );
119
+ * } );
120
+ */
121
+ load : function( url, callback )
122
+ {
123
+ return load( url, callback, getResponseText );
124
+ },
125
+
126
+ /**
127
+ * Loads data from an URL as XML.
128
+ * @param {String} url The URL from which load data.
129
+ * @param {Function} [callback] A callback function to be called on
130
+ * data load. If not provided, the data will be loaded
131
+ * synchronously.
132
+ * @returns {CKEDITOR.xml} An XML object holding the loaded data. For asynchronous requests, an
133
+ * empty string. For invalid requests, null.
134
+ * @example
135
+ * // Load XML synchronously.
136
+ * var xml = CKEDITOR.ajax.loadXml( 'somedata.xml' );
137
+ * alert( xml.getInnerXml( '//' ) );
138
+ * @example
139
+ * // Load XML asynchronously.
140
+ * var data = CKEDITOR.ajax.loadXml( 'somedata.xml', function( xml )
141
+ * {
142
+ * alert( xml.getInnerXml( '//' ) );
143
+ * } );
144
+ */
145
+ loadXml : function( url, callback )
146
+ {
147
+ return load( url, callback, getResponseXml );
148
+ }
149
+ };
150
+ })();
151
+
152
+ })();
@@ -0,0 +1,88 @@
1
+ /*
2
+ Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3
+ For licensing, see LICENSE.html or http://ckeditor.com/license
4
+ */
5
+
6
+ /**
7
+ * @file AutoGrow plugin
8
+ */
9
+ (function(){
10
+ var resizeEditor = function( editor )
11
+ {
12
+ if ( !editor.window )
13
+ return;
14
+ var doc = editor.document,
15
+ currentHeight = editor.window.getViewPaneSize().height,
16
+ newHeight;
17
+
18
+ // We can not use documentElement to calculate the height for IE (#6061).
19
+ // It is not good for IE Quirks, yet using offsetHeight would also not work as expected (#6408).
20
+ // We do the same for FF because of the html height workaround (#6341).
21
+ if ( CKEDITOR.env.ie || CKEDITOR.env.gecko )
22
+ newHeight = doc.getBody().$.scrollHeight + ( CKEDITOR.env.ie && CKEDITOR.env.quirks ? 0 : 24 );
23
+ else
24
+ newHeight = doc.getDocumentElement().$.offsetHeight;
25
+
26
+ var min = editor.config.autoGrow_minHeight,
27
+ max = editor.config.autoGrow_maxHeight;
28
+ ( min == undefined ) && ( editor.config.autoGrow_minHeight = min = 200 );
29
+ if ( min )
30
+ newHeight = Math.max( newHeight, min );
31
+ if ( max )
32
+ newHeight = Math.min( newHeight, max );
33
+
34
+ if ( newHeight != currentHeight )
35
+ {
36
+ newHeight = editor.fire( 'autoGrow', { currentHeight : currentHeight, newHeight : newHeight } ).newHeight;
37
+ editor.resize( editor.container.getStyle( 'width' ), newHeight, true );
38
+ }
39
+ };
40
+ CKEDITOR.plugins.add( 'autogrow',
41
+ {
42
+ init : function( editor )
43
+ {
44
+ for ( var eventName in { contentDom:1, key:1, selectionChange:1, insertElement:1 } )
45
+ {
46
+ editor.on( eventName, function( evt )
47
+ {
48
+ var maximize = editor.getCommand( 'maximize' );
49
+ // Some time is required for insertHtml, and it gives other events better performance as well.
50
+ if ( evt.editor.mode == 'wysiwyg' &&
51
+ // Disable autogrow when the editor is maximized .(#6339)
52
+ ( !maximize || maximize.state != CKEDITOR.TRISTATE_ON ) )
53
+ {
54
+ setTimeout( function(){ resizeEditor( evt.editor ); }, 100 );
55
+ }
56
+ });
57
+ }
58
+ }
59
+ });
60
+ })();
61
+ /**
62
+ * The minimum height to which the editor can reach using AutoGrow.
63
+ * @name CKEDITOR.config.autoGrow_minHeight
64
+ * @type Number
65
+ * @default 200
66
+ * @since 3.4
67
+ * @example
68
+ * config.autoGrow_minHeight = 300;
69
+ */
70
+
71
+ /**
72
+ * The maximum height to which the editor can reach using AutoGrow. Zero means unlimited.
73
+ * @name CKEDITOR.config.autoGrow_maxHeight
74
+ * @type Number
75
+ * @default 0
76
+ * @since 3.4
77
+ * @example
78
+ * config.autoGrow_maxHeight = 400;
79
+ */
80
+
81
+ /**
82
+ * Fired when the AutoGrow plugin is about to change the size of the editor.
83
+ * @name CKEDITOR.editor#autogrow
84
+ * @event
85
+ * @param {Number} data.currentHeight The current height of the editor (before the resizing).
86
+ * @param {Number} data.newHeight The new height of the editor (after the resizing). It can be changed
87
+ * to determine another height to be used instead.
88
+ */
@@ -1,5 +1,5 @@
1
1
  /*
2
- Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
2
+ Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3
3
  For licensing, see LICENSE.html or http://ckeditor.com/license
4
4
  */
5
5
 
@@ -17,7 +17,7 @@ CKEDITOR.plugins.add( 'basicstyles',
17
17
 
18
18
  editor.attachStyleStateChange( style, function( state )
19
19
  {
20
- editor.getCommand( commandName ).setState( state );
20
+ !editor.readOnly && editor.getCommand( commandName ).setState( state );
21
21
  });
22
22
 
23
23
  editor.addCommand( commandName, new CKEDITOR.styleCommand( style ) );
@@ -29,19 +29,20 @@ CKEDITOR.plugins.add( 'basicstyles',
29
29
  });
30
30
  };
31
31
 
32
- var config = editor.config;
33
- var lang = editor.lang;
32
+ var config = editor.config,
33
+ lang = editor.lang;
34
34
 
35
- addButtonCommand( 'Bold' , lang.bold , 'bold' , config.coreStyles_bold );
35
+ addButtonCommand( 'Bold' , lang.bold , 'bold' , config.coreStyles_bold );
36
36
  addButtonCommand( 'Italic' , lang.italic , 'italic' , config.coreStyles_italic );
37
- addButtonCommand( 'Underline' , lang.underline , 'underline' , config.coreStyles_underline );
37
+ addButtonCommand( 'Underline' , lang.underline , 'underline' , config.coreStyles_underline );
38
38
  addButtonCommand( 'Strike' , lang.strike , 'strike' , config.coreStyles_strike );
39
- addButtonCommand( 'Subscript' , lang.subscript , 'subscript' , config.coreStyles_subscript );
40
- addButtonCommand( 'Superscript' , lang.superscript , 'superscript' , config.coreStyles_superscript );
39
+ addButtonCommand( 'Subscript' , lang.subscript , 'subscript' , config.coreStyles_subscript );
40
+ addButtonCommand( 'Superscript' , lang.superscript , 'superscript' , config.coreStyles_superscript );
41
41
  }
42
42
  });
43
43
 
44
44
  // Basic Inline Styles.
45
+
45
46
  /**
46
47
  * The style definition to be used to apply the bold style in the text.
47
48
  * @type Object
@@ -50,44 +51,51 @@ CKEDITOR.plugins.add( 'basicstyles',
50
51
  * @example
51
52
  * config.coreStyles_bold = { element : 'span', attributes : {'class': 'Bold'} };
52
53
  */
53
- CKEDITOR.config.coreStyles_bold = { element : 'strong', overrides : 'b' };
54
+ CKEDITOR.config.coreStyles_bold = { element : 'strong', overrides : 'b' };
55
+
54
56
  /**
55
57
  * The style definition to be used to apply the italic style in the text.
56
58
  * @type Object
57
59
  * @default { element : 'em', overrides : 'i' }
58
60
  * @example
59
- * CKEDITOR.config.coreStyles_italic = { element : 'span', attributes : {'class': 'Italic'} };
61
+ * config.coreStyles_italic = { element : 'i', overrides : 'em' };
62
+ * @example
63
+ * CKEDITOR.config.coreStyles_italic = { element : 'span', attributes : {'class': 'Italic'} };
60
64
  */
61
- CKEDITOR.config.coreStyles_italic = { element : 'em', overrides : 'i' };
65
+ CKEDITOR.config.coreStyles_italic = { element : 'em', overrides : 'i' };
66
+
62
67
  /**
63
68
  * The style definition to be used to apply the underline style in the text.
64
69
  * @type Object
65
70
  * @default { element : 'u' }
66
71
  * @example
67
- * CKEDITOR.config.coreStyles_underline = { element : 'span', attributes : {'class': 'Underline'}};
72
+ * CKEDITOR.config.coreStyles_underline = { element : 'span', attributes : {'class': 'Underline'}};
68
73
  */
69
- CKEDITOR.config.coreStyles_underline = { element : 'u' };
74
+ CKEDITOR.config.coreStyles_underline = { element : 'u' };
75
+
70
76
  /**
71
77
  * The style definition to be used to apply the strike style in the text.
72
78
  * @type Object
73
79
  * @default { element : 'strike' }
74
80
  * @example
75
- * CKEDITOR.config.coreStyles_strike = { element : 'span', attributes : {'class': 'StrikeThrough'}, overrides : 'strike' };
81
+ * CKEDITOR.config.coreStyles_strike = { element : 'span', attributes : {'class': 'StrikeThrough'}, overrides : 'strike' };
76
82
  */
77
- CKEDITOR.config.coreStyles_strike = { element : 'strike' };
83
+ CKEDITOR.config.coreStyles_strike = { element : 'strike' };
84
+
78
85
  /**
79
86
  * The style definition to be used to apply the subscript style in the text.
80
87
  * @type Object
81
88
  * @default { element : 'sub' }
82
89
  * @example
83
- * CKEDITOR.config.coreStyles_subscript = { element : 'span', attributes : {'class': 'Subscript'}, overrides : 'sub' };
90
+ * CKEDITOR.config.coreStyles_subscript = { element : 'span', attributes : {'class': 'Subscript'}, overrides : 'sub' };
84
91
  */
85
- CKEDITOR.config.coreStyles_subscript = { element : 'sub' };
92
+ CKEDITOR.config.coreStyles_subscript = { element : 'sub' };
93
+
86
94
  /**
87
95
  * The style definition to be used to apply the superscript style in the text.
88
96
  * @type Object
89
97
  * @default { element : 'sup' }
90
98
  * @example
91
- * CKEDITOR.config.coreStyles_superscript = { element : 'span', attributes : {'class': 'Superscript'}, overrides : 'sup' };
99
+ * CKEDITOR.config.coreStyles_superscript = { element : 'span', attributes : {'class': 'Superscript'}, overrides : 'sup' };
92
100
  */
93
- CKEDITOR.config.coreStyles_superscript = { element : 'sup' };
101
+ CKEDITOR.config.coreStyles_superscript = { element : 'sup' };
@@ -0,0 +1,924 @@
1
+ /*
2
+ Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3
+ For licensing, see LICENSE.html or http://ckeditor.com/license
4
+ */
5
+
6
+ (function()
7
+ {
8
+ CKEDITOR.on( 'dialogDefinition', function( ev )
9
+ {
10
+ var tab, name = ev.data.name,
11
+ definition = ev.data.definition;
12
+
13
+ if ( name == 'link' )
14
+ {
15
+ definition.removeContents( 'target' );
16
+ definition.removeContents( 'upload' );
17
+ definition.removeContents( 'advanced' );
18
+ tab = definition.getContents( 'info' );
19
+ tab.remove( 'emailSubject' );
20
+ tab.remove( 'emailBody' );
21
+ }
22
+ else if ( name == 'image' )
23
+ {
24
+ definition.removeContents( 'advanced' );
25
+ tab = definition.getContents( 'Link' );
26
+ tab.remove( 'cmbTarget' );
27
+ tab = definition.getContents( 'info' );
28
+ tab.remove( 'txtAlt' );
29
+ tab.remove( 'basic' );
30
+ }
31
+ });
32
+
33
+ var bbcodeMap = { 'b' : 'strong', 'u': 'u', 'i' : 'em', 'color' : 'span', 'size' : 'span', 'quote' : 'blockquote', 'code' : 'code', 'url' : 'a', 'email' : 'span', 'img' : 'span', '*' : 'li', 'list' : 'ol' },
34
+ convertMap = { 'strong' : 'b' , 'b' : 'b', 'u': 'u', 'em' : 'i', 'i': 'i', 'code' : 'code', 'li' : '*' },
35
+ tagnameMap = { 'strong' : 'b', 'em' : 'i', 'u' : 'u', 'li' : '*', 'ul' : 'list', 'ol' : 'list', 'code' : 'code', 'a' : 'link', 'img' : 'img', 'blockquote' : 'quote' },
36
+ stylesMap = { 'color' : 'color', 'size' : 'font-size' },
37
+ attributesMap = { 'url' : 'href', 'email' : 'mailhref', 'quote': 'cite', 'list' : 'listType' };
38
+
39
+ // List of block-like tags.
40
+ var dtd = CKEDITOR.dtd,
41
+ blockLikeTags = CKEDITOR.tools.extend( { table:1 }, dtd.$block, dtd.$listItem, dtd.$tableContent, dtd.$list );
42
+
43
+ var semicolonFixRegex = /\s*(?:;\s*|$)/;
44
+ function serializeStyleText( stylesObject )
45
+ {
46
+ var styleText = '';
47
+ for ( var style in stylesObject )
48
+ {
49
+ var styleVal = stylesObject[ style ],
50
+ text = ( style + ':' + styleVal ).replace( semicolonFixRegex, ';' );
51
+
52
+ styleText += text;
53
+ }
54
+ return styleText;
55
+ }
56
+
57
+ function parseStyleText( styleText )
58
+ {
59
+ var retval = {};
60
+ ( styleText || '' )
61
+ .replace( /&quot;/g, '"' )
62
+ .replace( /\s*([^ :;]+)\s*:\s*([^;]+)\s*(?=;|$)/g, function( match, name, value )
63
+ {
64
+ retval[ name.toLowerCase() ] = value;
65
+ } );
66
+ return retval;
67
+ }
68
+
69
+ function RGBToHex( cssStyle )
70
+ {
71
+ return cssStyle.replace( /(?:rgb\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\))/gi, function( match, red, green, blue )
72
+ {
73
+ red = parseInt( red, 10 ).toString( 16 );
74
+ green = parseInt( green, 10 ).toString( 16 );
75
+ blue = parseInt( blue, 10 ).toString( 16 );
76
+ var color = [red, green, blue] ;
77
+
78
+ // Add padding zeros if the hex value is less than 0x10.
79
+ for ( var i = 0 ; i < color.length ; i++ )
80
+ color[i] = String( '0' + color[i] ).slice( -2 ) ;
81
+
82
+ return '#' + color.join( '' ) ;
83
+ });
84
+ }
85
+
86
+ // Maintain the map of smiley-to-description.
87
+ var smileyMap = {"smiley":":)","sad":":(","wink":";)","laugh":":D","cheeky":":P","blush":":*)","surprise":":-o","indecision":":|","angry":">:(","angel":"o:)","cool":"8-)","devil":">:-)","crying":";(","kiss":":-*" },
88
+ smileyReverseMap = {},
89
+ smileyRegExp = [];
90
+
91
+ // Build regexp for the list of smiley text.
92
+ for ( var i in smileyMap )
93
+ {
94
+ smileyReverseMap[ smileyMap[ i ] ] = i;
95
+ smileyRegExp.push( smileyMap[ i ].replace( /\(|\)|\:|\/|\*|\-|\|/g, function( match ) { return '\\' + match; } ) );
96
+ }
97
+
98
+ smileyRegExp = new RegExp( smileyRegExp.join( '|' ), 'g' );
99
+
100
+ var decodeHtml = ( function ()
101
+ {
102
+ var regex = [],
103
+ entities =
104
+ {
105
+ nbsp : '\u00A0', // IE | FF
106
+ shy : '\u00AD', // IE
107
+ gt : '\u003E', // IE | FF | -- | Opera
108
+ lt : '\u003C' // IE | FF | Safari | Opera
109
+ };
110
+
111
+ for ( var entity in entities )
112
+ regex.push( entity );
113
+
114
+ regex = new RegExp( '&(' + regex.join( '|' ) + ');', 'g' );
115
+
116
+ return function( html )
117
+ {
118
+ return html.replace( regex, function( match, entity )
119
+ {
120
+ return entities[ entity ];
121
+ });
122
+ };
123
+ })();
124
+
125
+ CKEDITOR.BBCodeParser = function()
126
+ {
127
+ this._ =
128
+ {
129
+ bbcPartsRegex : /(?:\[([^\/\]=]*?)(?:=([^\]]*?))?\])|(?:\[\/([a-z]{1,16})\])/ig
130
+ };
131
+ };
132
+
133
+ CKEDITOR.BBCodeParser.prototype =
134
+ {
135
+ parse : function( bbcode )
136
+ {
137
+ var parts,
138
+ part,
139
+ lastIndex = 0;
140
+
141
+ while ( ( parts = this._.bbcPartsRegex.exec( bbcode ) ) )
142
+ {
143
+ var tagIndex = parts.index;
144
+ if ( tagIndex > lastIndex )
145
+ {
146
+ var text = bbcode.substring( lastIndex, tagIndex );
147
+ this.onText( text, 1 );
148
+ }
149
+
150
+ lastIndex = this._.bbcPartsRegex.lastIndex;
151
+
152
+ /*
153
+ "parts" is an array with the following items:
154
+ 0 : The entire match for opening/closing tags and line-break;
155
+ 1 : line-break;
156
+ 2 : open of tag excludes option;
157
+ 3 : tag option;
158
+ 4 : close of tag;
159
+ */
160
+
161
+ // Opening tag
162
+ if ( ( part = parts[ 1 ] ) )
163
+ {
164
+ part = part.toLowerCase();
165
+
166
+ var tagName = bbcodeMap[ part ],
167
+ attribs = {},
168
+ styles = {},
169
+ optionPart = parts[ 2 ];
170
+
171
+ if ( optionPart )
172
+ {
173
+ if ( part == 'list' )
174
+ {
175
+ if ( !isNaN( optionPart ) )
176
+ optionPart = 'decimal';
177
+ else if ( /^[a-z]+$/.test( optionPart ) )
178
+ optionPart = 'lower-alpha';
179
+ else if ( /^[A-Z]+$/.test( optionPart ) )
180
+ optionPart = 'upper-alpha';
181
+ }
182
+
183
+ if ( stylesMap[ part ] )
184
+ {
185
+ // Font size represents percentage.
186
+ if ( part == 'size' )
187
+ optionPart += '%';
188
+
189
+ styles[ stylesMap[ part ] ] = optionPart;
190
+ attribs.style = serializeStyleText( styles );
191
+ }
192
+ else if ( attributesMap[ part ] )
193
+ attribs[ attributesMap[ part ] ] = optionPart;
194
+ }
195
+
196
+ // Two special handling - image and email, protect them
197
+ // as "span" with an attribute marker.
198
+ if ( part == 'email' || part == 'img' )
199
+ attribs[ 'bbcode' ] = part;
200
+
201
+ this.onTagOpen( tagName, attribs, CKEDITOR.dtd.$empty[ tagName ] );
202
+ }
203
+ // Closing tag
204
+ else if ( ( part = parts[ 3 ] ) )
205
+ this.onTagClose( bbcodeMap[ part ] );
206
+ }
207
+
208
+ if ( bbcode.length > lastIndex )
209
+ this.onText( bbcode.substring( lastIndex, bbcode.length ), 1 );
210
+ }
211
+ };
212
+
213
+ /**
214
+ * Creates a {@link CKEDITOR.htmlParser.fragment} from an HTML string.
215
+ * @param {String} source The HTML to be parsed, filling the fragment.
216
+ * @param {Number} [fixForBody=false] Wrap body with specified element if needed.
217
+ * @returns CKEDITOR.htmlParser.fragment The fragment created.
218
+ * @example
219
+ * var fragment = CKEDITOR.htmlParser.fragment.fromHtml( '<b>Sample</b> Text' );
220
+ * alert( fragment.children[0].name ); "b"
221
+ * alert( fragment.children[1].value ); " Text"
222
+ */
223
+ CKEDITOR.htmlParser.fragment.fromBBCode = function( source )
224
+ {
225
+ var parser = new CKEDITOR.BBCodeParser(),
226
+ fragment = new CKEDITOR.htmlParser.fragment(),
227
+ pendingInline = [],
228
+ pendingBrs = 0,
229
+ currentNode = fragment,
230
+ returnPoint;
231
+
232
+ function checkPending( newTagName )
233
+ {
234
+ if ( pendingInline.length > 0 )
235
+ {
236
+ for ( var i = 0 ; i < pendingInline.length ; i++ )
237
+ {
238
+ var pendingElement = pendingInline[ i ],
239
+ pendingName = pendingElement.name,
240
+ pendingDtd = CKEDITOR.dtd[ pendingName ],
241
+ currentDtd = currentNode.name && CKEDITOR.dtd[ currentNode.name ];
242
+
243
+ if ( ( !currentDtd || currentDtd[ pendingName ] ) && ( !newTagName || !pendingDtd || pendingDtd[ newTagName ] || !CKEDITOR.dtd[ newTagName ] ) )
244
+ {
245
+ // Get a clone for the pending element.
246
+ pendingElement = pendingElement.clone();
247
+
248
+ // Add it to the current node and make it the current,
249
+ // so the new element will be added inside of it.
250
+ pendingElement.parent = currentNode;
251
+ currentNode = pendingElement;
252
+
253
+ // Remove the pending element (back the index by one
254
+ // to properly process the next entry).
255
+ pendingInline.splice( i, 1 );
256
+ i--;
257
+ }
258
+ }
259
+ }
260
+ }
261
+
262
+ function checkPendingBrs( tagName, closing )
263
+ {
264
+ var len = currentNode.children.length,
265
+ previous = len > 0 && currentNode.children[ len - 1 ],
266
+ lineBreakParent = !previous && BBCodeWriter.getRule( tagnameMap[ currentNode.name ], 'breakAfterOpen' ),
267
+ lineBreakPrevious = previous && previous.type == CKEDITOR.NODE_ELEMENT && BBCodeWriter.getRule( tagnameMap[ previous.name ], 'breakAfterClose' ),
268
+ lineBreakCurrent = tagName && BBCodeWriter.getRule( tagnameMap[ tagName ], closing ? 'breakBeforeClose' : 'breakBeforeOpen' );
269
+
270
+ if ( pendingBrs && ( lineBreakParent || lineBreakPrevious || lineBreakCurrent ) )
271
+ pendingBrs--;
272
+
273
+ // 1. Either we're at the end of block, where it requires us to compensate the br filler
274
+ // removing logic (from htmldataprocessor).
275
+ // 2. Or we're at the end of pseudo block, where it requires us to compensate
276
+ // the bogus br effect.
277
+ if ( pendingBrs && tagName in blockLikeTags )
278
+ pendingBrs++;
279
+
280
+ while ( pendingBrs && pendingBrs-- )
281
+ currentNode.children.push( previous = new CKEDITOR.htmlParser.element( 'br' ) );
282
+ }
283
+
284
+ function addElement( node, target )
285
+ {
286
+ checkPendingBrs( node.name, 1 );
287
+
288
+ target = target || currentNode || fragment;
289
+
290
+ var len = target.children.length,
291
+ previous = len > 0 && target.children[ len - 1 ] || null;
292
+
293
+ node.previous = previous;
294
+ node.parent = target;
295
+
296
+ target.children.push( node );
297
+
298
+ if ( node.returnPoint )
299
+ {
300
+ currentNode = node.returnPoint;
301
+ delete node.returnPoint;
302
+ }
303
+ }
304
+
305
+ parser.onTagOpen = function( tagName, attributes, selfClosing )
306
+ {
307
+ var element = new CKEDITOR.htmlParser.element( tagName, attributes );
308
+
309
+ // This is a tag to be removed if empty, so do not add it immediately.
310
+ if ( CKEDITOR.dtd.$removeEmpty[ tagName ] )
311
+ {
312
+ pendingInline.push( element );
313
+ return;
314
+ }
315
+
316
+ var currentName = currentNode.name;
317
+
318
+ var currentDtd = currentName
319
+ && ( CKEDITOR.dtd[ currentName ]
320
+ || ( currentNode._.isBlockLike ? CKEDITOR.dtd.div : CKEDITOR.dtd.span ) );
321
+
322
+ // If the element cannot be child of the current element.
323
+ if ( currentDtd && !currentDtd[ tagName ] )
324
+ {
325
+ var reApply = false,
326
+ addPoint; // New position to start adding nodes.
327
+
328
+ // If the element name is the same as the current element name,
329
+ // then just close the current one and append the new one to the
330
+ // parent. This situation usually happens with <p>, <li>, <dt> and
331
+ // <dd>, specially in IE. Do not enter in this if block in this case.
332
+ if ( tagName == currentName )
333
+ addElement( currentNode, currentNode.parent );
334
+ else if ( tagName in CKEDITOR.dtd.$listItem )
335
+ {
336
+ parser.onTagOpen( 'ul', {} );
337
+ addPoint = currentNode;
338
+ reApply = true;
339
+ }
340
+ else
341
+ {
342
+ addElement( currentNode, currentNode.parent );
343
+
344
+ // The current element is an inline element, which
345
+ // cannot hold the new one. Put it in the pending list,
346
+ // and try adding the new one after it.
347
+ pendingInline.unshift( currentNode );
348
+ reApply = true;
349
+ }
350
+
351
+ if ( addPoint )
352
+ currentNode = addPoint;
353
+ // Try adding it to the return point, or the parent element.
354
+ else
355
+ currentNode = currentNode.returnPoint || currentNode.parent;
356
+
357
+ if ( reApply )
358
+ {
359
+ parser.onTagOpen.apply( this, arguments );
360
+ return;
361
+ }
362
+ }
363
+
364
+ checkPending( tagName );
365
+ checkPendingBrs( tagName );
366
+
367
+ element.parent = currentNode;
368
+ element.returnPoint = returnPoint;
369
+ returnPoint = 0;
370
+
371
+ if ( element.isEmpty )
372
+ addElement( element );
373
+ else
374
+ currentNode = element;
375
+ };
376
+
377
+ parser.onTagClose = function( tagName )
378
+ {
379
+ // Check if there is any pending tag to be closed.
380
+ for ( var i = pendingInline.length - 1 ; i >= 0 ; i-- )
381
+ {
382
+ // If found, just remove it from the list.
383
+ if ( tagName == pendingInline[ i ].name )
384
+ {
385
+ pendingInline.splice( i, 1 );
386
+ return;
387
+ }
388
+ }
389
+
390
+ var pendingAdd = [],
391
+ newPendingInline = [],
392
+ candidate = currentNode;
393
+
394
+ while ( candidate.type && candidate.name != tagName )
395
+ {
396
+ // If this is an inline element, add it to the pending list, if we're
397
+ // really closing one of the parents element later, they will continue
398
+ // after it.
399
+ if ( !candidate._.isBlockLike )
400
+ newPendingInline.unshift( candidate );
401
+
402
+ // This node should be added to it's parent at this point. But,
403
+ // it should happen only if the closing tag is really closing
404
+ // one of the nodes. So, for now, we just cache it.
405
+ pendingAdd.push( candidate );
406
+
407
+ candidate = candidate.parent;
408
+ }
409
+
410
+ if ( candidate.type )
411
+ {
412
+ // Add all elements that have been found in the above loop.
413
+ for ( i = 0 ; i < pendingAdd.length ; i++ )
414
+ {
415
+ var node = pendingAdd[ i ];
416
+ addElement( node, node.parent );
417
+ }
418
+
419
+ currentNode = candidate;
420
+
421
+
422
+ addElement( candidate, candidate.parent );
423
+
424
+ // The parent should start receiving new nodes now, except if
425
+ // addElement changed the currentNode.
426
+ if ( candidate == currentNode )
427
+ currentNode = currentNode.parent;
428
+
429
+ pendingInline = pendingInline.concat( newPendingInline );
430
+ }
431
+ };
432
+
433
+ parser.onText = function( text )
434
+ {
435
+ var currentDtd = CKEDITOR.dtd[ currentNode.name ];
436
+ if ( !currentDtd || currentDtd[ '#' ] )
437
+ {
438
+ checkPendingBrs();
439
+ checkPending();
440
+
441
+ text.replace(/([\r\n])|[^\r\n]*/g, function( piece, lineBreak )
442
+ {
443
+ if ( lineBreak !== undefined && lineBreak.length )
444
+ pendingBrs++;
445
+ else if ( piece.length )
446
+ {
447
+ var lastIndex = 0;
448
+
449
+ // Create smiley from text emotion.
450
+ piece.replace( smileyRegExp, function( match, index )
451
+ {
452
+ addElement( new CKEDITOR.htmlParser.text( piece.substring( lastIndex, index ) ), currentNode );
453
+ addElement( new CKEDITOR.htmlParser.element( 'smiley', { 'desc': smileyReverseMap[ match ] } ), currentNode );
454
+ lastIndex = index + match.length;
455
+ });
456
+
457
+ if ( lastIndex != piece.length )
458
+ addElement( new CKEDITOR.htmlParser.text( piece.substring( lastIndex, piece.length ) ), currentNode );
459
+ }
460
+ });
461
+ }
462
+ };
463
+
464
+ // Parse it.
465
+ parser.parse( CKEDITOR.tools.htmlEncode( source ) );
466
+
467
+ // Close all hanging nodes.
468
+ while ( currentNode.type )
469
+ {
470
+ var parent = currentNode.parent,
471
+ node = currentNode;
472
+
473
+ addElement( node, parent );
474
+ currentNode = parent;
475
+ }
476
+
477
+ return fragment;
478
+ };
479
+
480
+ CKEDITOR.htmlParser.BBCodeWriter = CKEDITOR.tools.createClass(
481
+ {
482
+ $ : function()
483
+ {
484
+ this._ =
485
+ {
486
+ output : [],
487
+ rules : []
488
+ };
489
+
490
+ // List and list item.
491
+ this.setRules( 'list',
492
+ {
493
+ breakBeforeOpen : 1,
494
+ breakAfterOpen : 1,
495
+ breakBeforeClose : 1,
496
+ breakAfterClose : 1
497
+ } );
498
+
499
+ this.setRules( '*',
500
+ {
501
+ breakBeforeOpen : 1,
502
+ breakAfterOpen : 0,
503
+ breakBeforeClose : 1,
504
+ breakAfterClose : 0
505
+ } );
506
+
507
+ this.setRules( 'quote',
508
+ {
509
+ breakBeforeOpen : 1,
510
+ breakAfterOpen : 0,
511
+ breakBeforeClose : 0,
512
+ breakAfterClose : 1
513
+ } );
514
+ },
515
+
516
+ proto :
517
+ {
518
+ /**
519
+ * Sets formatting rules for a given tag. The possible rules are:
520
+ * <ul>
521
+ * <li><b>breakBeforeOpen</b>: break line before the opener tag for this element.</li>
522
+ * <li><b>breakAfterOpen</b>: break line after the opener tag for this element.</li>
523
+ * <li><b>breakBeforeClose</b>: break line before the closer tag for this element.</li>
524
+ * <li><b>breakAfterClose</b>: break line after the closer tag for this element.</li>
525
+ * </ul>
526
+ *
527
+ * All rules default to "false". Each call to the function overrides
528
+ * already present rules, leaving the undefined untouched.
529
+ *
530
+ * @param {String} tagName The tag name to which set the rules.
531
+ * @param {Object} rules An object containing the element rules.
532
+ * @example
533
+ * // Break line before and after "img" tags.
534
+ * writer.setRules( 'list',
535
+ * {
536
+ * breakBeforeOpen : true
537
+ * breakAfterOpen : true
538
+ * });
539
+ */
540
+ setRules : function( tagName, rules )
541
+ {
542
+ var currentRules = this._.rules[ tagName ];
543
+
544
+ if ( currentRules )
545
+ CKEDITOR.tools.extend( currentRules, rules, true );
546
+ else
547
+ this._.rules[ tagName ] = rules;
548
+ },
549
+
550
+ getRule : function( tagName, ruleName )
551
+ {
552
+ return this._.rules[ tagName ] && this._.rules[ tagName ][ ruleName ];
553
+ },
554
+
555
+ openTag : function( tag, attributes )
556
+ {
557
+ if ( tag in bbcodeMap )
558
+ {
559
+ if ( this.getRule( tag, 'breakBeforeOpen' ) )
560
+ this.lineBreak( 1 );
561
+
562
+ this.write( '[', tag );
563
+ var option = attributes.option;
564
+ option && this.write( '=', option );
565
+ this.write( ']' );
566
+
567
+ if ( this.getRule( tag, 'breakAfterOpen' ) )
568
+ this.lineBreak( 1 );
569
+ }
570
+ else if ( tag == 'br' )
571
+ this._.output.push( '\n' );
572
+ },
573
+
574
+ openTagClose : function() { },
575
+ attribute : function() { },
576
+
577
+ closeTag : function( tag )
578
+ {
579
+ if ( tag in bbcodeMap )
580
+ {
581
+ if ( this.getRule( tag, 'breakBeforeClose' ) )
582
+ this.lineBreak( 1 );
583
+
584
+ tag != '*' && this.write( '[/', tag, ']' );
585
+
586
+ if ( this.getRule( tag, 'breakAfterClose' ) )
587
+ this.lineBreak( 1 );
588
+ }
589
+ },
590
+
591
+ text : function( text )
592
+ {
593
+ this.write( text );
594
+ },
595
+
596
+ /**
597
+ * Writes a comment.
598
+ * @param {String} comment The comment text.
599
+ * @example
600
+ * // Writes "&lt;!-- My comment --&gt;".
601
+ * writer.comment( ' My comment ' );
602
+ */
603
+ comment : function() {},
604
+
605
+ /*
606
+ * Output line-break for formatting.
607
+ */
608
+ lineBreak : function()
609
+ {
610
+ // Avoid line break when:
611
+ // 1) Previous tag already put one.
612
+ // 2) We're at output start.
613
+ if ( !this._.hasLineBreak && this._.output.length )
614
+ {
615
+ this.write( '\n' );
616
+ this._.hasLineBreak = 1;
617
+ }
618
+ },
619
+
620
+ write : function()
621
+ {
622
+ this._.hasLineBreak = 0;
623
+ var data = Array.prototype.join.call( arguments, '' );
624
+ this._.output.push( data );
625
+ },
626
+
627
+ reset : function()
628
+ {
629
+ this._.output = [];
630
+ this._.hasLineBreak = 0;
631
+ },
632
+
633
+ getHtml : function( reset )
634
+ {
635
+ var bbcode = this._.output.join( '' );
636
+
637
+ if ( reset )
638
+ this.reset();
639
+
640
+ return decodeHtml ( bbcode );
641
+ }
642
+ }
643
+ });
644
+
645
+ var BBCodeWriter = new CKEDITOR.htmlParser.BBCodeWriter();
646
+
647
+ CKEDITOR.plugins.add( 'bbcode',
648
+ {
649
+ requires : [ 'htmldataprocessor', 'entities' ],
650
+ beforeInit : function( editor )
651
+ {
652
+ // Adapt some critical editor configuration for better support
653
+ // of BBCode environment.
654
+ var config = editor.config;
655
+ CKEDITOR.tools.extend( config,
656
+ {
657
+ enterMode : CKEDITOR.ENTER_BR,
658
+ basicEntities: false,
659
+ entities : false,
660
+ fillEmptyBlocks : false
661
+ }, true );
662
+ },
663
+ init : function( editor )
664
+ {
665
+ var config = editor.config;
666
+
667
+ function BBCodeToHtml( code )
668
+ {
669
+ var fragment = CKEDITOR.htmlParser.fragment.fromBBCode( code ),
670
+ writer = new CKEDITOR.htmlParser.basicWriter();
671
+
672
+ fragment.writeHtml( writer, dataFilter );
673
+ return writer.getHtml( true );
674
+ }
675
+
676
+ var dataFilter = new CKEDITOR.htmlParser.filter();
677
+ dataFilter.addRules(
678
+ {
679
+ elements :
680
+ {
681
+ 'blockquote' : function( element )
682
+ {
683
+ var quoted = new CKEDITOR.htmlParser.element( 'div' );
684
+ quoted.children = element.children;
685
+ element.children = [ quoted ];
686
+ var citeText = element.attributes.cite;
687
+ if ( citeText )
688
+ {
689
+ var cite = new CKEDITOR.htmlParser.element( 'cite' );
690
+ cite.add( new CKEDITOR.htmlParser.text( citeText.replace( /^"|"$/g, '' ) ) );
691
+ delete element.attributes.cite;
692
+ element.children.unshift( cite );
693
+ }
694
+ },
695
+ 'span' : function( element )
696
+ {
697
+ var bbcode;
698
+ if ( ( bbcode = element.attributes.bbcode ) )
699
+ {
700
+ if ( bbcode == 'img' )
701
+ {
702
+ element.name = 'img';
703
+ element.attributes.src = element.children[ 0 ].value;
704
+ element.children = [];
705
+ }
706
+ else if ( bbcode == 'email' )
707
+ {
708
+ element.name = 'a';
709
+ element.attributes.href = 'mailto:' + element.children[ 0 ].value;
710
+ }
711
+
712
+ delete element.attributes.bbcode;
713
+ }
714
+ },
715
+ 'ol' : function ( element )
716
+ {
717
+ if ( element.attributes.listType )
718
+ {
719
+ if ( element.attributes.listType != 'decimal' )
720
+ element.attributes.style = 'list-style-type:' + element.attributes.listType;
721
+ }
722
+ else
723
+ element.name = 'ul';
724
+
725
+ delete element.attributes.listType;
726
+ },
727
+ a : function( element )
728
+ {
729
+ if ( !element.attributes.href )
730
+ element.attributes.href = element.children[ 0 ].value;
731
+ },
732
+ 'smiley' : function( element )
733
+ {
734
+ element.name = 'img';
735
+
736
+ var description = element.attributes.desc,
737
+ image = config.smiley_images[ CKEDITOR.tools.indexOf( config.smiley_descriptions, description ) ],
738
+ src = CKEDITOR.tools.htmlEncode( config.smiley_path + image );
739
+
740
+ element.attributes =
741
+ {
742
+ src : src,
743
+ 'data-cke-saved-src' : src,
744
+ title : description,
745
+ alt : description
746
+ };
747
+ }
748
+ }
749
+ } );
750
+
751
+ editor.dataProcessor.htmlFilter.addRules(
752
+ {
753
+ elements :
754
+ {
755
+ $ : function( element )
756
+ {
757
+ var attributes = element.attributes,
758
+ style = parseStyleText( attributes.style ),
759
+ value;
760
+
761
+ var tagName = element.name;
762
+ if ( tagName in convertMap )
763
+ tagName = convertMap[ tagName ];
764
+ else if ( tagName == 'span' )
765
+ {
766
+ if ( ( value = style.color ) )
767
+ {
768
+ tagName = 'color';
769
+ value = RGBToHex( value );
770
+ }
771
+ else if ( ( value = style[ 'font-size' ] ) )
772
+ {
773
+ var percentValue = value.match( /(\d+)%$/ );
774
+ if ( percentValue )
775
+ {
776
+ value = percentValue[ 1 ];
777
+ tagName = 'size';
778
+ }
779
+ }
780
+ }
781
+ else if ( tagName == 'ol' || tagName == 'ul' )
782
+ {
783
+ if ( ( value = style[ 'list-style-type'] ) )
784
+ {
785
+ switch ( value )
786
+ {
787
+ case 'lower-alpha':
788
+ value = 'a';
789
+ break;
790
+ case 'upper-alpha':
791
+ value = 'A';
792
+ break;
793
+ }
794
+ }
795
+ else if ( tagName == 'ol' )
796
+ value = 1;
797
+
798
+ tagName = 'list';
799
+ }
800
+ else if ( tagName == 'blockquote' )
801
+ {
802
+ try
803
+ {
804
+ var cite = element.children[ 0 ],
805
+ quoted = element.children[ 1 ],
806
+ citeText = cite.name == 'cite' && cite.children[ 0 ].value;
807
+
808
+ if ( citeText )
809
+ {
810
+ value = '"' + citeText + '"';
811
+ element.children = quoted.children;
812
+ }
813
+
814
+ }
815
+ catch( er )
816
+ {
817
+ }
818
+
819
+ tagName = 'quote';
820
+ }
821
+ else if ( tagName == 'a' )
822
+ {
823
+ if ( ( value = attributes.href ) )
824
+ {
825
+ if ( value.indexOf( 'mailto:' ) !== -1 )
826
+ {
827
+ tagName = 'email';
828
+ // [email] should have a single text child with email address.
829
+ element.children = [ new CKEDITOR.htmlParser.text( value.replace( 'mailto:', '' ) ) ];
830
+ value = '';
831
+ }
832
+ else
833
+ {
834
+ var singleton = element.children.length == 1 && element.children[ 0 ];
835
+ if ( singleton
836
+ && singleton.type == CKEDITOR.NODE_TEXT
837
+ && singleton.value == value )
838
+ value = '';
839
+
840
+ tagName = 'url';
841
+ }
842
+ }
843
+ }
844
+ else if ( tagName == 'img' )
845
+ {
846
+ element.isEmpty = 0;
847
+
848
+ // Translate smiley (image) to text emotion.
849
+ var src = attributes[ 'data-cke-saved-src' ];
850
+ if ( src && src.indexOf( editor.config.smiley_path ) != -1 )
851
+ return new CKEDITOR.htmlParser.text( smileyMap[ attributes.alt ] );
852
+ else
853
+ element.children = [ new CKEDITOR.htmlParser.text( src ) ];
854
+ }
855
+
856
+ element.name = tagName;
857
+ value && ( element.attributes.option = value );
858
+
859
+ return null;
860
+ },
861
+
862
+ // Remove any bogus br from the end of a pseudo block,
863
+ // e.g. <div>some text<br /><p>paragraph</p></div>
864
+ br : function( element )
865
+ {
866
+ var next = element.next;
867
+ if ( next && next.name in blockLikeTags )
868
+ return false;
869
+ }
870
+ }
871
+ }, 1 );
872
+
873
+ editor.dataProcessor.writer = BBCodeWriter;
874
+
875
+ editor.on( 'editingBlockReady', function ()
876
+ {
877
+ var wysiwyg = editor._.modes[ 'wysiwyg' ];
878
+ wysiwyg.loadData = CKEDITOR.tools.override( wysiwyg.loadData, function( org )
879
+ {
880
+ return function( data )
881
+ {
882
+ return ( org.call( this, BBCodeToHtml( data ) ) );
883
+ };
884
+ } );
885
+ } );
886
+ },
887
+
888
+ afterInit : function( editor )
889
+ {
890
+ var filters;
891
+ if ( editor._.elementsPath )
892
+ {
893
+ // Eliminate irrelevant elements from displaying, e.g body and p.
894
+ if ( ( filters = editor._.elementsPath.filters ) )
895
+ filters.push( function( element )
896
+ {
897
+ var htmlName = element.getName(),
898
+ name = tagnameMap[ htmlName ] || false;
899
+
900
+ // Specialized anchor presents as email.
901
+ if ( name == 'link' && element.getAttribute( 'href' ).indexOf( 'mailto:' ) === 0 )
902
+ name = 'email';
903
+ // Styled span could be either size or color.
904
+ else if ( htmlName == 'span' )
905
+ {
906
+ if ( element.getStyle( 'font-size' ) )
907
+ name = 'size';
908
+ else if ( element.getStyle( 'color' ) )
909
+ name = 'color';
910
+ }
911
+ else if ( name == 'img' )
912
+ {
913
+ var src = element.data( 'cke-saved-src' );
914
+ if ( src && src.indexOf( editor.config.smiley_path ) === 0 )
915
+ name = 'smiley';
916
+ }
917
+
918
+ return name;
919
+ });
920
+ }
921
+ }
922
+ } );
923
+
924
+ })();