inline_forms 0.9.17 → 0.9.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (712) hide show
  1. data/VERSION +1 -1
  2. data/app/helpers/form_elements/text_area.rb +4 -1
  3. data/inline_forms.gemspec +709 -2
  4. data/lib/otherstuff/Gemfile +58 -0
  5. data/lib/otherstuff/add_roles.sql +54 -0
  6. data/lib/otherstuff/database.yml +32 -0
  7. data/lib/otherstuff/diffie +2 -0
  8. data/lib/otherstuff/mk-ice-ts +26 -0
  9. data/lib/otherstuff/mk-new-app +24 -0
  10. data/lib/otherstuff/mkrole +7 -0
  11. data/lib/otherstuff/roles_users.sql +40 -0
  12. data/public/images/glass_plate.gif +0 -0
  13. data/public/images/ui-bg_diagonals-medium_20_d34d17_40x40.png +0 -0
  14. data/public/images/ui-bg_flat_30_cccccc_40x100.png +0 -0
  15. data/public/images/ui-bg_flat_50_5c5c5c_40x100.png +0 -0
  16. data/public/images/ui-bg_gloss-wave_45_817865_500x100.png +0 -0
  17. data/public/images/ui-bg_gloss-wave_60_fece2f_500x100.png +0 -0
  18. data/public/images/ui-bg_gloss-wave_70_ffdd57_500x100.png +0 -0
  19. data/public/images/ui-bg_gloss-wave_90_fff9e5_500x100.png +0 -0
  20. data/public/images/ui-bg_highlight-soft_100_feeebd_1x100.png +0 -0
  21. data/public/images/ui-bg_inset-soft_30_ffffff_1x100.png +0 -0
  22. data/public/images/ui-icons_3d3d3d_256x240.png +0 -0
  23. data/public/images/ui-icons_bd7b00_256x240.png +0 -0
  24. data/public/images/ui-icons_d19405_256x240.png +0 -0
  25. data/public/images/ui-icons_eb990f_256x240.png +0 -0
  26. data/public/images/ui-icons_ed9f26_256x240.png +0 -0
  27. data/public/images/ui-icons_fadc7a_256x240.png +0 -0
  28. data/public/images/ui-icons_ffe180_256x240.png +0 -0
  29. data/public/javascripts/application.js +2 -0
  30. data/public/javascripts/ckeditor/.htaccess +24 -0
  31. data/public/javascripts/ckeditor/CHANGES.html +1295 -0
  32. data/public/javascripts/ckeditor/INSTALL.html +92 -0
  33. data/public/javascripts/ckeditor/LICENSE.html +1334 -0
  34. data/public/javascripts/ckeditor/_samples/adobeair/application.xml +32 -0
  35. data/public/javascripts/ckeditor/_samples/adobeair/run.bat +9 -0
  36. data/public/javascripts/ckeditor/_samples/adobeair/run.sh +8 -0
  37. data/public/javascripts/ckeditor/_samples/adobeair/sample.html +45 -0
  38. data/public/javascripts/ckeditor/_samples/ajax.html +98 -0
  39. data/public/javascripts/ckeditor/_samples/api.html +192 -0
  40. data/public/javascripts/ckeditor/_samples/api_dialog.html +198 -0
  41. data/public/javascripts/ckeditor/_samples/api_dialog/my_dialog.js +28 -0
  42. data/public/javascripts/ckeditor/_samples/asp/index.html +103 -0
  43. data/public/javascripts/ckeditor/_samples/assets/output_for_flash.fla +0 -0
  44. data/public/javascripts/ckeditor/_samples/assets/output_for_flash.swf +0 -0
  45. data/public/javascripts/ckeditor/_samples/assets/output_xhtml.css +204 -0
  46. data/public/javascripts/ckeditor/_samples/assets/parsesample.css +70 -0
  47. data/public/javascripts/ckeditor/_samples/assets/swfobject.js +18 -0
  48. data/public/javascripts/ckeditor/_samples/autogrow.html +103 -0
  49. data/public/javascripts/ckeditor/_samples/bbcode.html +136 -0
  50. data/public/javascripts/ckeditor/_samples/devtools.html +94 -0
  51. data/public/javascripts/ckeditor/_samples/divreplace.html +154 -0
  52. data/public/javascripts/ckeditor/_samples/enterkey.html +115 -0
  53. data/public/javascripts/ckeditor/_samples/fullpage.html +82 -0
  54. data/public/javascripts/ckeditor/_samples/index.html +116 -0
  55. data/public/javascripts/ckeditor/_samples/jqueryadapter.html +99 -0
  56. data/public/javascripts/ckeditor/_samples/output_for_flash.html +275 -0
  57. data/public/javascripts/ckeditor/_samples/output_html.html +285 -0
  58. data/public/javascripts/ckeditor/_samples/output_xhtml.html +181 -0
  59. data/public/javascripts/ckeditor/_samples/php/index.html +47 -0
  60. data/public/javascripts/ckeditor/_samples/placeholder.html +81 -0
  61. data/public/javascripts/ckeditor/_samples/readonly.html +91 -0
  62. data/public/javascripts/ckeditor/_samples/replacebyclass.html +64 -0
  63. data/public/javascripts/ckeditor/_samples/replacebycode.html +97 -0
  64. data/public/javascripts/ckeditor/_samples/sample.css +163 -0
  65. data/public/javascripts/ckeditor/_samples/sample.js +65 -0
  66. data/public/javascripts/ckeditor/_samples/sharedspaces.html +153 -0
  67. data/public/javascripts/ckeditor/_samples/skins.html +110 -0
  68. data/public/javascripts/ckeditor/_samples/stylesheetparser.html +93 -0
  69. data/public/javascripts/ckeditor/_samples/tableresize.html +115 -0
  70. data/public/javascripts/ckeditor/_samples/ui_color.html +129 -0
  71. data/public/javascripts/ckeditor/_samples/ui_languages.html +134 -0
  72. data/public/javascripts/ckeditor/_source/adapters/jquery.js +306 -0
  73. data/public/javascripts/ckeditor/_source/core/_bootstrap.js +87 -0
  74. data/public/javascripts/ckeditor/_source/core/ckeditor.js +141 -0
  75. data/public/javascripts/ckeditor/_source/core/ckeditor_base.js +227 -0
  76. data/public/javascripts/ckeditor/_source/core/ckeditor_basic.js +238 -0
  77. data/public/javascripts/ckeditor/_source/core/command.js +209 -0
  78. data/public/javascripts/ckeditor/_source/core/commanddefinition.js +129 -0
  79. data/public/javascripts/ckeditor/_source/core/config.js +431 -0
  80. data/public/javascripts/ckeditor/_source/core/dataprocessor.js +65 -0
  81. data/public/javascripts/ckeditor/_source/core/dom.js +20 -0
  82. data/public/javascripts/ckeditor/_source/core/dom/comment.js +32 -0
  83. data/public/javascripts/ckeditor/_source/core/dom/document.js +251 -0
  84. data/public/javascripts/ckeditor/_source/core/dom/documentfragment.js +49 -0
  85. data/public/javascripts/ckeditor/_source/core/dom/domobject.js +258 -0
  86. data/public/javascripts/ckeditor/_source/core/dom/element.js +1663 -0
  87. data/public/javascripts/ckeditor/_source/core/dom/elementpath.js +119 -0
  88. data/public/javascripts/ckeditor/_source/core/dom/event.js +142 -0
  89. data/public/javascripts/ckeditor/_source/core/dom/node.js +690 -0
  90. data/public/javascripts/ckeditor/_source/core/dom/nodelist.js +26 -0
  91. data/public/javascripts/ckeditor/_source/core/dom/range.js +2032 -0
  92. data/public/javascripts/ckeditor/_source/core/dom/rangelist.js +213 -0
  93. data/public/javascripts/ckeditor/_source/core/dom/text.js +128 -0
  94. data/public/javascripts/ckeditor/_source/core/dom/walker.js +462 -0
  95. data/public/javascripts/ckeditor/_source/core/dom/window.js +96 -0
  96. data/public/javascripts/ckeditor/_source/core/dtd.js +237 -0
  97. data/public/javascripts/ckeditor/_source/core/editor.js +1041 -0
  98. data/public/javascripts/ckeditor/_source/core/editor_basic.js +186 -0
  99. data/public/javascripts/ckeditor/_source/core/env.js +282 -0
  100. data/public/javascripts/ckeditor/_source/core/event.js +342 -0
  101. data/public/javascripts/ckeditor/_source/core/eventInfo.js +120 -0
  102. data/public/javascripts/ckeditor/_source/core/focusmanager.js +152 -0
  103. data/public/javascripts/ckeditor/_source/core/htmlparser.js +224 -0
  104. data/public/javascripts/ckeditor/_source/core/htmlparser/basicwriter.js +145 -0
  105. data/public/javascripts/ckeditor/_source/core/htmlparser/cdata.js +43 -0
  106. data/public/javascripts/ckeditor/_source/core/htmlparser/comment.js +60 -0
  107. data/public/javascripts/ckeditor/_source/core/htmlparser/element.js +249 -0
  108. data/public/javascripts/ckeditor/_source/core/htmlparser/filter.js +288 -0
  109. data/public/javascripts/ckeditor/_source/core/htmlparser/fragment.js +492 -0
  110. data/public/javascripts/ckeditor/_source/core/htmlparser/text.js +55 -0
  111. data/public/javascripts/ckeditor/_source/core/lang.js +157 -0
  112. data/public/javascripts/ckeditor/_source/core/loader.js +240 -0
  113. data/public/javascripts/ckeditor/_source/core/plugindefinition.js +83 -0
  114. data/public/javascripts/ckeditor/_source/core/plugins.js +103 -0
  115. data/public/javascripts/ckeditor/_source/core/resourcemanager.js +238 -0
  116. data/public/javascripts/ckeditor/_source/core/scriptloader.js +180 -0
  117. data/public/javascripts/ckeditor/_source/core/skins.js +184 -0
  118. data/public/javascripts/ckeditor/_source/core/themes.js +19 -0
  119. data/public/javascripts/ckeditor/_source/core/tools.js +734 -0
  120. data/public/javascripts/ckeditor/_source/core/ui.js +128 -0
  121. data/public/javascripts/ckeditor/_source/lang/_languages.js +84 -0
  122. data/public/javascripts/ckeditor/_source/lang/_translationstatus.txt +61 -0
  123. data/public/javascripts/ckeditor/_source/lang/af.js +810 -0
  124. data/public/javascripts/ckeditor/_source/lang/ar.js +810 -0
  125. data/public/javascripts/ckeditor/_source/lang/bg.js +810 -0
  126. data/public/javascripts/ckeditor/_source/lang/bn.js +810 -0
  127. data/public/javascripts/ckeditor/_source/lang/bs.js +810 -0
  128. data/public/javascripts/ckeditor/_source/lang/ca.js +810 -0
  129. data/public/javascripts/ckeditor/_source/lang/cs.js +810 -0
  130. data/public/javascripts/ckeditor/_source/lang/cy.js +810 -0
  131. data/public/javascripts/ckeditor/_source/lang/da.js +810 -0
  132. data/public/javascripts/ckeditor/_source/lang/de.js +810 -0
  133. data/public/javascripts/ckeditor/_source/lang/el.js +810 -0
  134. data/public/javascripts/ckeditor/_source/lang/en-au.js +810 -0
  135. data/public/javascripts/ckeditor/_source/lang/en-ca.js +810 -0
  136. data/public/javascripts/ckeditor/_source/lang/en-gb.js +810 -0
  137. data/public/javascripts/ckeditor/_source/lang/en.js +810 -0
  138. data/public/javascripts/ckeditor/_source/lang/eo.js +810 -0
  139. data/public/javascripts/ckeditor/_source/lang/es.js +810 -0
  140. data/public/javascripts/ckeditor/_source/lang/et.js +810 -0
  141. data/public/javascripts/ckeditor/_source/lang/eu.js +810 -0
  142. data/public/javascripts/ckeditor/_source/lang/fa.js +810 -0
  143. data/public/javascripts/ckeditor/_source/lang/fi.js +810 -0
  144. data/public/javascripts/ckeditor/_source/lang/fo.js +810 -0
  145. data/public/javascripts/ckeditor/_source/lang/fr-ca.js +810 -0
  146. data/public/javascripts/ckeditor/_source/lang/fr.js +810 -0
  147. data/public/javascripts/ckeditor/_source/lang/gl.js +810 -0
  148. data/public/javascripts/ckeditor/_source/lang/gu.js +810 -0
  149. data/public/javascripts/ckeditor/_source/lang/he.js +810 -0
  150. data/public/javascripts/ckeditor/_source/lang/hi.js +810 -0
  151. data/public/javascripts/ckeditor/_source/lang/hr.js +810 -0
  152. data/public/javascripts/ckeditor/_source/lang/hu.js +810 -0
  153. data/public/javascripts/ckeditor/_source/lang/is.js +810 -0
  154. data/public/javascripts/ckeditor/_source/lang/it.js +810 -0
  155. data/public/javascripts/ckeditor/_source/lang/ja.js +810 -0
  156. data/public/javascripts/ckeditor/_source/lang/ka.js +810 -0
  157. data/public/javascripts/ckeditor/_source/lang/km.js +810 -0
  158. data/public/javascripts/ckeditor/_source/lang/ko.js +810 -0
  159. data/public/javascripts/ckeditor/_source/lang/lt.js +810 -0
  160. data/public/javascripts/ckeditor/_source/lang/lv.js +810 -0
  161. data/public/javascripts/ckeditor/_source/lang/mn.js +810 -0
  162. data/public/javascripts/ckeditor/_source/lang/ms.js +810 -0
  163. data/public/javascripts/ckeditor/_source/lang/nb.js +810 -0
  164. data/public/javascripts/ckeditor/_source/lang/nl.js +810 -0
  165. data/public/javascripts/ckeditor/_source/lang/no.js +810 -0
  166. data/public/javascripts/ckeditor/_source/lang/pl.js +810 -0
  167. data/public/javascripts/ckeditor/_source/lang/pt-br.js +809 -0
  168. data/public/javascripts/ckeditor/_source/lang/pt.js +810 -0
  169. data/public/javascripts/ckeditor/_source/lang/ro.js +810 -0
  170. data/public/javascripts/ckeditor/_source/lang/ru.js +810 -0
  171. data/public/javascripts/ckeditor/_source/lang/sk.js +810 -0
  172. data/public/javascripts/ckeditor/_source/lang/sl.js +810 -0
  173. data/public/javascripts/ckeditor/_source/lang/sr-latn.js +810 -0
  174. data/public/javascripts/ckeditor/_source/lang/sr.js +810 -0
  175. data/public/javascripts/ckeditor/_source/lang/sv.js +809 -0
  176. data/public/javascripts/ckeditor/_source/lang/th.js +810 -0
  177. data/public/javascripts/ckeditor/_source/lang/tr.js +809 -0
  178. data/public/javascripts/ckeditor/_source/lang/uk.js +810 -0
  179. data/public/javascripts/ckeditor/_source/lang/vi.js +810 -0
  180. data/public/javascripts/ckeditor/_source/lang/zh-cn.js +810 -0
  181. data/public/javascripts/ckeditor/_source/lang/zh.js +810 -0
  182. data/public/javascripts/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js +222 -0
  183. data/public/javascripts/ckeditor/_source/plugins/a11yhelp/lang/en.js +108 -0
  184. data/public/javascripts/ckeditor/_source/plugins/a11yhelp/lang/he.js +216 -0
  185. data/public/javascripts/ckeditor/_source/plugins/a11yhelp/plugin.js +47 -0
  186. data/public/javascripts/ckeditor/_source/plugins/about/dialogs/about.js +76 -0
  187. data/public/javascripts/ckeditor/_source/plugins/about/dialogs/logo_ckeditor.png +0 -0
  188. data/public/javascripts/ckeditor/_source/plugins/about/plugin.js +24 -0
  189. data/public/javascripts/ckeditor/_source/plugins/adobeair/plugin.js +228 -0
  190. data/public/javascripts/ckeditor/_source/plugins/ajax/plugin.js +152 -0
  191. data/public/javascripts/ckeditor/_source/plugins/attachment/dialogs/attachment.js +384 -0
  192. data/public/javascripts/ckeditor/_source/plugins/attachment/images/attachment.png +0 -0
  193. data/public/javascripts/ckeditor/_source/plugins/attachment/lang/en.js +10 -0
  194. data/public/javascripts/ckeditor/_source/plugins/attachment/lang/ru.js +10 -0
  195. data/public/javascripts/ckeditor/_source/plugins/attachment/lang/uk.js +10 -0
  196. data/public/javascripts/ckeditor/_source/plugins/attachment/plugin.js +44 -0
  197. data/public/javascripts/ckeditor/_source/plugins/autogrow/plugin.js +88 -0
  198. data/public/javascripts/ckeditor/_source/plugins/basicstyles/plugin.js +101 -0
  199. data/public/javascripts/ckeditor/_source/plugins/bbcode/plugin.js +924 -0
  200. data/public/javascripts/ckeditor/_source/plugins/bidi/plugin.js +331 -0
  201. data/public/javascripts/ckeditor/_source/plugins/blockquote/plugin.js +305 -0
  202. data/public/javascripts/ckeditor/_source/plugins/button/plugin.js +285 -0
  203. data/public/javascripts/ckeditor/_source/plugins/clipboard/dialogs/paste.js +223 -0
  204. data/public/javascripts/ckeditor/_source/plugins/clipboard/plugin.js +446 -0
  205. data/public/javascripts/ckeditor/_source/plugins/colorbutton/plugin.js +295 -0
  206. data/public/javascripts/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js +340 -0
  207. data/public/javascripts/ckeditor/_source/plugins/colordialog/plugin.js +15 -0
  208. data/public/javascripts/ckeditor/_source/plugins/contextmenu/plugin.js +177 -0
  209. data/public/javascripts/ckeditor/_source/plugins/devtools/lang/en.js +16 -0
  210. data/public/javascripts/ckeditor/_source/plugins/devtools/plugin.js +173 -0
  211. data/public/javascripts/ckeditor/_source/plugins/dialog/dialogDefinition.js +1099 -0
  212. data/public/javascripts/ckeditor/_source/plugins/dialog/plugin.js +3235 -0
  213. data/public/javascripts/ckeditor/_source/plugins/dialogadvtab/plugin.js +205 -0
  214. data/public/javascripts/ckeditor/_source/plugins/dialogui/plugin.js +1537 -0
  215. data/public/javascripts/ckeditor/_source/plugins/div/dialogs/div.js +535 -0
  216. data/public/javascripts/ckeditor/_source/plugins/div/plugin.js +121 -0
  217. data/public/javascripts/ckeditor/_source/plugins/docprops/dialogs/docprops.js +686 -0
  218. data/public/javascripts/ckeditor/_source/plugins/docprops/plugin.js +22 -0
  219. data/public/javascripts/ckeditor/_source/plugins/domiterator/plugin.js +361 -0
  220. data/public/javascripts/ckeditor/_source/plugins/editingblock/plugin.js +269 -0
  221. data/public/javascripts/ckeditor/_source/plugins/elementspath/plugin.js +218 -0
  222. data/public/javascripts/ckeditor/_source/plugins/embed/dialogs/embed.js +65 -0
  223. data/public/javascripts/ckeditor/_source/plugins/embed/images/embed.png +0 -0
  224. data/public/javascripts/ckeditor/_source/plugins/embed/lang/en.js +9 -0
  225. data/public/javascripts/ckeditor/_source/plugins/embed/lang/ru.js +9 -0
  226. data/public/javascripts/ckeditor/_source/plugins/embed/lang/uk.js +9 -0
  227. data/public/javascripts/ckeditor/_source/plugins/embed/plugin.js +43 -0
  228. data/public/javascripts/ckeditor/_source/plugins/enterkey/plugin.js +399 -0
  229. data/public/javascripts/ckeditor/_source/plugins/entities/plugin.js +250 -0
  230. data/public/javascripts/ckeditor/_source/plugins/fakeobjects/plugin.js +126 -0
  231. data/public/javascripts/ckeditor/_source/plugins/filebrowser/plugin.js +524 -0
  232. data/public/javascripts/ckeditor/_source/plugins/find/dialogs/find.js +895 -0
  233. data/public/javascripts/ckeditor/_source/plugins/find/plugin.js +47 -0
  234. data/public/javascripts/ckeditor/_source/plugins/flash/dialogs/flash.js +698 -0
  235. data/public/javascripts/ckeditor/_source/plugins/flash/images/placeholder.png +0 -0
  236. data/public/javascripts/ckeditor/_source/plugins/flash/plugin.js +168 -0
  237. data/public/javascripts/ckeditor/_source/plugins/floatpanel/plugin.js +405 -0
  238. data/public/javascripts/ckeditor/_source/plugins/font/plugin.js +234 -0
  239. data/public/javascripts/ckeditor/_source/plugins/format/plugin.js +197 -0
  240. data/public/javascripts/ckeditor/_source/plugins/forms/dialogs/button.js +118 -0
  241. data/public/javascripts/ckeditor/_source/plugins/forms/dialogs/checkbox.js +153 -0
  242. data/public/javascripts/ckeditor/_source/plugins/forms/dialogs/form.js +177 -0
  243. data/public/javascripts/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js +100 -0
  244. data/public/javascripts/ckeditor/_source/plugins/forms/dialogs/radio.js +135 -0
  245. data/public/javascripts/ckeditor/_source/plugins/forms/dialogs/select.js +562 -0
  246. data/public/javascripts/ckeditor/_source/plugins/forms/dialogs/textarea.js +114 -0
  247. data/public/javascripts/ckeditor/_source/plugins/forms/dialogs/textfield.js +199 -0
  248. data/public/javascripts/ckeditor/_source/plugins/forms/images/hiddenfield.gif +0 -0
  249. data/public/javascripts/ckeditor/_source/plugins/forms/plugin.js +288 -0
  250. data/public/javascripts/ckeditor/_source/plugins/horizontalrule/plugin.js +36 -0
  251. data/public/javascripts/ckeditor/_source/plugins/htmldataprocessor/plugin.js +595 -0
  252. data/public/javascripts/ckeditor/_source/plugins/htmlwriter/plugin.js +319 -0
  253. data/public/javascripts/ckeditor/_source/plugins/iframe/dialogs/iframe.js +257 -0
  254. data/public/javascripts/ckeditor/_source/plugins/iframe/images/placeholder.png +0 -0
  255. data/public/javascripts/ckeditor/_source/plugins/iframe/plugin.js +106 -0
  256. data/public/javascripts/ckeditor/_source/plugins/iframedialog/plugin.js +188 -0
  257. data/public/javascripts/ckeditor/_source/plugins/image/dialogs/image.js +1403 -0
  258. data/public/javascripts/ckeditor/_source/plugins/image/plugin.js +81 -0
  259. data/public/javascripts/ckeditor/_source/plugins/indent/plugin.js +461 -0
  260. data/public/javascripts/ckeditor/_source/plugins/justify/plugin.js +253 -0
  261. data/public/javascripts/ckeditor/_source/plugins/keystrokes/plugin.js +225 -0
  262. data/public/javascripts/ckeditor/_source/plugins/link/dialogs/anchor.js +144 -0
  263. data/public/javascripts/ckeditor/_source/plugins/link/dialogs/link.js +1400 -0
  264. data/public/javascripts/ckeditor/_source/plugins/link/images/anchor.gif +0 -0
  265. data/public/javascripts/ckeditor/_source/plugins/link/plugin.js +336 -0
  266. data/public/javascripts/ckeditor/_source/plugins/list/plugin.js +727 -0
  267. data/public/javascripts/ckeditor/_source/plugins/listblock/plugin.js +257 -0
  268. data/public/javascripts/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js +204 -0
  269. data/public/javascripts/ckeditor/_source/plugins/liststyle/plugin.js +66 -0
  270. data/public/javascripts/ckeditor/_source/plugins/maximize/plugin.js +352 -0
  271. data/public/javascripts/ckeditor/_source/plugins/menu/plugin.js +505 -0
  272. data/public/javascripts/ckeditor/_source/plugins/menubutton/plugin.js +98 -0
  273. data/public/javascripts/ckeditor/_source/plugins/newpage/plugin.js +54 -0
  274. data/public/javascripts/ckeditor/_source/plugins/pagebreak/images/pagebreak.gif +0 -0
  275. data/public/javascripts/ckeditor/_source/plugins/pagebreak/plugin.js +164 -0
  276. data/public/javascripts/ckeditor/_source/plugins/panel/plugin.js +402 -0
  277. data/public/javascripts/ckeditor/_source/plugins/panelbutton/plugin.js +146 -0
  278. data/public/javascripts/ckeditor/_source/plugins/pastefromword/filter/default.js +1376 -0
  279. data/public/javascripts/ckeditor/_source/plugins/pastefromword/plugin.js +141 -0
  280. data/public/javascripts/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js +67 -0
  281. data/public/javascripts/ckeditor/_source/plugins/pastetext/plugin.js +98 -0
  282. data/public/javascripts/ckeditor/_source/plugins/placeholder/dialogs/placeholder.js +71 -0
  283. data/public/javascripts/ckeditor/_source/plugins/placeholder/lang/en.js +16 -0
  284. data/public/javascripts/ckeditor/_source/plugins/placeholder/lang/he.js +16 -0
  285. data/public/javascripts/ckeditor/_source/plugins/placeholder/placeholder.gif +0 -0
  286. data/public/javascripts/ckeditor/_source/plugins/placeholder/plugin.js +171 -0
  287. data/public/javascripts/ckeditor/_source/plugins/popup/plugin.js +64 -0
  288. data/public/javascripts/ckeditor/_source/plugins/preview/plugin.js +109 -0
  289. data/public/javascripts/ckeditor/_source/plugins/print/plugin.js +42 -0
  290. data/public/javascripts/ckeditor/_source/plugins/removeformat/plugin.js +185 -0
  291. data/public/javascripts/ckeditor/_source/plugins/resize/plugin.js +168 -0
  292. data/public/javascripts/ckeditor/_source/plugins/richcombo/plugin.js +378 -0
  293. data/public/javascripts/ckeditor/_source/plugins/save/plugin.js +56 -0
  294. data/public/javascripts/ckeditor/_source/plugins/scayt/dialogs/options.js +537 -0
  295. data/public/javascripts/ckeditor/_source/plugins/scayt/dialogs/toolbar.css +71 -0
  296. data/public/javascripts/ckeditor/_source/plugins/scayt/plugin.js +964 -0
  297. data/public/javascripts/ckeditor/_source/plugins/selection/plugin.js +1563 -0
  298. data/public/javascripts/ckeditor/_source/plugins/showblocks/images/block_address.png +0 -0
  299. data/public/javascripts/ckeditor/_source/plugins/showblocks/images/block_blockquote.png +0 -0
  300. data/public/javascripts/ckeditor/_source/plugins/showblocks/images/block_div.png +0 -0
  301. data/public/javascripts/ckeditor/_source/plugins/showblocks/images/block_h1.png +0 -0
  302. data/public/javascripts/ckeditor/_source/plugins/showblocks/images/block_h2.png +0 -0
  303. data/public/javascripts/ckeditor/_source/plugins/showblocks/images/block_h3.png +0 -0
  304. data/public/javascripts/ckeditor/_source/plugins/showblocks/images/block_h4.png +0 -0
  305. data/public/javascripts/ckeditor/_source/plugins/showblocks/images/block_h5.png +0 -0
  306. data/public/javascripts/ckeditor/_source/plugins/showblocks/images/block_h6.png +0 -0
  307. data/public/javascripts/ckeditor/_source/plugins/showblocks/images/block_p.png +0 -0
  308. data/public/javascripts/ckeditor/_source/plugins/showblocks/images/block_pre.png +0 -0
  309. data/public/javascripts/ckeditor/_source/plugins/showblocks/plugin.js +160 -0
  310. data/public/javascripts/ckeditor/_source/plugins/showborders/plugin.js +207 -0
  311. data/public/javascripts/ckeditor/_source/plugins/smiley/dialogs/smiley.js +224 -0
  312. data/public/javascripts/ckeditor/_source/plugins/smiley/images/angel_smile.gif +0 -0
  313. data/public/javascripts/ckeditor/_source/plugins/smiley/images/angry_smile.gif +0 -0
  314. data/public/javascripts/ckeditor/_source/plugins/smiley/images/broken_heart.gif +0 -0
  315. data/public/javascripts/ckeditor/_source/plugins/smiley/images/confused_smile.gif +0 -0
  316. data/public/javascripts/ckeditor/_source/plugins/smiley/images/cry_smile.gif +0 -0
  317. data/public/javascripts/ckeditor/_source/plugins/smiley/images/devil_smile.gif +0 -0
  318. data/public/javascripts/ckeditor/_source/plugins/smiley/images/embaressed_smile.gif +0 -0
  319. data/public/javascripts/ckeditor/_source/plugins/smiley/images/envelope.gif +0 -0
  320. data/public/javascripts/ckeditor/_source/plugins/smiley/images/heart.gif +0 -0
  321. data/public/javascripts/ckeditor/_source/plugins/smiley/images/kiss.gif +0 -0
  322. data/public/javascripts/ckeditor/_source/plugins/smiley/images/lightbulb.gif +0 -0
  323. data/public/javascripts/ckeditor/_source/plugins/smiley/images/omg_smile.gif +0 -0
  324. data/public/javascripts/ckeditor/_source/plugins/smiley/images/regular_smile.gif +0 -0
  325. data/public/javascripts/ckeditor/_source/plugins/smiley/images/sad_smile.gif +0 -0
  326. data/public/javascripts/ckeditor/_source/plugins/smiley/images/shades_smile.gif +0 -0
  327. data/public/javascripts/ckeditor/_source/plugins/smiley/images/teeth_smile.gif +0 -0
  328. data/public/javascripts/ckeditor/_source/plugins/smiley/images/thumbs_down.gif +0 -0
  329. data/public/javascripts/ckeditor/_source/plugins/smiley/images/thumbs_up.gif +0 -0
  330. data/public/javascripts/ckeditor/_source/plugins/smiley/images/tounge_smile.gif +0 -0
  331. data/public/javascripts/ckeditor/_source/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  332. data/public/javascripts/ckeditor/_source/plugins/smiley/images/wink_smile.gif +0 -0
  333. data/public/javascripts/ckeditor/_source/plugins/smiley/plugin.js +94 -0
  334. data/public/javascripts/ckeditor/_source/plugins/sourcearea/plugin.js +209 -0
  335. data/public/javascripts/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js +350 -0
  336. data/public/javascripts/ckeditor/_source/plugins/specialchar/lang/en.js +89 -0
  337. data/public/javascripts/ckeditor/_source/plugins/specialchar/plugin.js +70 -0
  338. data/public/javascripts/ckeditor/_source/plugins/styles/plugin.js +1678 -0
  339. data/public/javascripts/ckeditor/_source/plugins/styles/styles/default.js +88 -0
  340. data/public/javascripts/ckeditor/_source/plugins/stylescombo/plugin.js +219 -0
  341. data/public/javascripts/ckeditor/_source/plugins/stylesheetparser/plugin.js +143 -0
  342. data/public/javascripts/ckeditor/_source/plugins/tab/plugin.js +367 -0
  343. data/public/javascripts/ckeditor/_source/plugins/table/dialogs/table.js +672 -0
  344. data/public/javascripts/ckeditor/_source/plugins/table/plugin.js +78 -0
  345. data/public/javascripts/ckeditor/_source/plugins/tableresize/plugin.js +450 -0
  346. data/public/javascripts/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js +525 -0
  347. data/public/javascripts/ckeditor/_source/plugins/tabletools/plugin.js +1191 -0
  348. data/public/javascripts/ckeditor/_source/plugins/templates/dialogs/templates.js +234 -0
  349. data/public/javascripts/ckeditor/_source/plugins/templates/plugin.js +99 -0
  350. data/public/javascripts/ckeditor/_source/plugins/templates/templates/default.js +94 -0
  351. data/public/javascripts/ckeditor/_source/plugins/templates/templates/images/template1.gif +0 -0
  352. data/public/javascripts/ckeditor/_source/plugins/templates/templates/images/template2.gif +0 -0
  353. data/public/javascripts/ckeditor/_source/plugins/templates/templates/images/template3.gif +0 -0
  354. data/public/javascripts/ckeditor/_source/plugins/toolbar/plugin.js +545 -0
  355. data/public/javascripts/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js +205 -0
  356. data/public/javascripts/ckeditor/_source/plugins/uicolor/lang/en.js +15 -0
  357. data/public/javascripts/ckeditor/_source/plugins/uicolor/lang/he.js +15 -0
  358. data/public/javascripts/ckeditor/_source/plugins/uicolor/plugin.js +37 -0
  359. data/public/javascripts/ckeditor/_source/plugins/uicolor/uicolor.gif +0 -0
  360. data/public/javascripts/ckeditor/_source/plugins/uicolor/yui/assets/hue_bg.png +0 -0
  361. data/public/javascripts/ckeditor/_source/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
  362. data/public/javascripts/ckeditor/_source/plugins/uicolor/yui/assets/picker_mask.png +0 -0
  363. data/public/javascripts/ckeditor/_source/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
  364. data/public/javascripts/ckeditor/_source/plugins/uicolor/yui/assets/yui.css +15 -0
  365. data/public/javascripts/ckeditor/_source/plugins/uicolor/yui/yui.js +71 -0
  366. data/public/javascripts/ckeditor/_source/plugins/undo/plugin.js +580 -0
  367. data/public/javascripts/ckeditor/_source/plugins/wsc/dialogs/ciframe.html +49 -0
  368. data/public/javascripts/ckeditor/_source/plugins/wsc/dialogs/tmpFrameset.html +52 -0
  369. data/public/javascripts/ckeditor/_source/plugins/wsc/dialogs/wsc.css +82 -0
  370. data/public/javascripts/ckeditor/_source/plugins/wsc/dialogs/wsc.js +192 -0
  371. data/public/javascripts/ckeditor/_source/plugins/wsc/plugin.js +33 -0
  372. data/public/javascripts/ckeditor/_source/plugins/wysiwygarea/plugin.js +1351 -0
  373. data/public/javascripts/ckeditor/_source/plugins/xml/plugin.js +170 -0
  374. data/public/javascripts/ckeditor/_source/skins/kama/dialog.css +920 -0
  375. data/public/javascripts/ckeditor/_source/skins/kama/editor.css +25 -0
  376. data/public/javascripts/ckeditor/_source/skins/kama/elementspath.css +73 -0
  377. data/public/javascripts/ckeditor/_source/skins/kama/icons.css +366 -0
  378. data/public/javascripts/ckeditor/_source/skins/kama/icons.png +0 -0
  379. data/public/javascripts/ckeditor/_source/skins/kama/icons_rtl.png +0 -0
  380. data/public/javascripts/ckeditor/_source/skins/kama/images/dialog_sides.gif +0 -0
  381. data/public/javascripts/ckeditor/_source/skins/kama/images/dialog_sides.png +0 -0
  382. data/public/javascripts/ckeditor/_source/skins/kama/images/dialog_sides_rtl.png +0 -0
  383. data/public/javascripts/ckeditor/_source/skins/kama/images/mini.gif +0 -0
  384. data/public/javascripts/ckeditor/_source/skins/kama/images/noimage.png +0 -0
  385. data/public/javascripts/ckeditor/_source/skins/kama/images/sprites.png +0 -0
  386. data/public/javascripts/ckeditor/_source/skins/kama/images/sprites_ie6.png +0 -0
  387. data/public/javascripts/ckeditor/_source/skins/kama/images/toolbar_start.gif +0 -0
  388. data/public/javascripts/ckeditor/_source/skins/kama/mainui.css +203 -0
  389. data/public/javascripts/ckeditor/_source/skins/kama/menu.css +232 -0
  390. data/public/javascripts/ckeditor/_source/skins/kama/panel.css +217 -0
  391. data/public/javascripts/ckeditor/_source/skins/kama/presets.css +49 -0
  392. data/public/javascripts/ckeditor/_source/skins/kama/reset.css +84 -0
  393. data/public/javascripts/ckeditor/_source/skins/kama/richcombo.css +287 -0
  394. data/public/javascripts/ckeditor/_source/skins/kama/skin.js +236 -0
  395. data/public/javascripts/ckeditor/_source/skins/kama/templates.css +88 -0
  396. data/public/javascripts/ckeditor/_source/skins/kama/toolbar.css +407 -0
  397. data/public/javascripts/ckeditor/_source/skins/office2003/dialog.css +826 -0
  398. data/public/javascripts/ckeditor/_source/skins/office2003/editor.css +25 -0
  399. data/public/javascripts/ckeditor/_source/skins/office2003/elementspath.css +74 -0
  400. data/public/javascripts/ckeditor/_source/skins/office2003/icons.css +363 -0
  401. data/public/javascripts/ckeditor/_source/skins/office2003/icons.png +0 -0
  402. data/public/javascripts/ckeditor/_source/skins/office2003/icons_rtl.png +0 -0
  403. data/public/javascripts/ckeditor/_source/skins/office2003/images/dialog_sides.gif +0 -0
  404. data/public/javascripts/ckeditor/_source/skins/office2003/images/dialog_sides.png +0 -0
  405. data/public/javascripts/ckeditor/_source/skins/office2003/images/dialog_sides_rtl.png +0 -0
  406. data/public/javascripts/ckeditor/_source/skins/office2003/images/mini.gif +0 -0
  407. data/public/javascripts/ckeditor/_source/skins/office2003/images/noimage.png +0 -0
  408. data/public/javascripts/ckeditor/_source/skins/office2003/images/sprites.png +0 -0
  409. data/public/javascripts/ckeditor/_source/skins/office2003/images/sprites_ie6.png +0 -0
  410. data/public/javascripts/ckeditor/_source/skins/office2003/mainui.css +153 -0
  411. data/public/javascripts/ckeditor/_source/skins/office2003/menu.css +229 -0
  412. data/public/javascripts/ckeditor/_source/skins/office2003/panel.css +212 -0
  413. data/public/javascripts/ckeditor/_source/skins/office2003/presets.css +49 -0
  414. data/public/javascripts/ckeditor/_source/skins/office2003/reset.css +84 -0
  415. data/public/javascripts/ckeditor/_source/skins/office2003/richcombo.css +309 -0
  416. data/public/javascripts/ckeditor/_source/skins/office2003/skin.js +74 -0
  417. data/public/javascripts/ckeditor/_source/skins/office2003/templates.css +87 -0
  418. data/public/javascripts/ckeditor/_source/skins/office2003/toolbar.css +522 -0
  419. data/public/javascripts/ckeditor/_source/skins/v2/dialog.css +842 -0
  420. data/public/javascripts/ckeditor/_source/skins/v2/editor.css +25 -0
  421. data/public/javascripts/ckeditor/_source/skins/v2/elementspath.css +74 -0
  422. data/public/javascripts/ckeditor/_source/skins/v2/icons.css +363 -0
  423. data/public/javascripts/ckeditor/_source/skins/v2/icons.png +0 -0
  424. data/public/javascripts/ckeditor/_source/skins/v2/icons_rtl.png +0 -0
  425. data/public/javascripts/ckeditor/_source/skins/v2/images/dialog_sides.gif +0 -0
  426. data/public/javascripts/ckeditor/_source/skins/v2/images/dialog_sides.png +0 -0
  427. data/public/javascripts/ckeditor/_source/skins/v2/images/dialog_sides_rtl.png +0 -0
  428. data/public/javascripts/ckeditor/_source/skins/v2/images/mini.gif +0 -0
  429. data/public/javascripts/ckeditor/_source/skins/v2/images/noimage.png +0 -0
  430. data/public/javascripts/ckeditor/_source/skins/v2/images/sprites.png +0 -0
  431. data/public/javascripts/ckeditor/_source/skins/v2/images/sprites_ie6.png +0 -0
  432. data/public/javascripts/ckeditor/_source/skins/v2/images/toolbar_start.gif +0 -0
  433. data/public/javascripts/ckeditor/_source/skins/v2/mainui.css +162 -0
  434. data/public/javascripts/ckeditor/_source/skins/v2/menu.css +232 -0
  435. data/public/javascripts/ckeditor/_source/skins/v2/panel.css +212 -0
  436. data/public/javascripts/ckeditor/_source/skins/v2/presets.css +50 -0
  437. data/public/javascripts/ckeditor/_source/skins/v2/reset.css +84 -0
  438. data/public/javascripts/ckeditor/_source/skins/v2/richcombo.css +302 -0
  439. data/public/javascripts/ckeditor/_source/skins/v2/skin.js +70 -0
  440. data/public/javascripts/ckeditor/_source/skins/v2/templates.css +87 -0
  441. data/public/javascripts/ckeditor/_source/skins/v2/toolbar.css +465 -0
  442. data/public/javascripts/ckeditor/_source/themes/default/theme.js +394 -0
  443. data/public/javascripts/ckeditor/adapters/jquery.js +6 -0
  444. data/public/javascripts/ckeditor/ckeditor.js +145 -0
  445. data/public/javascripts/ckeditor/ckeditor.pack +211 -0
  446. data/public/javascripts/ckeditor/ckeditor_basic.js +8 -0
  447. data/public/javascripts/ckeditor/ckeditor_basic_source.js +20 -0
  448. data/public/javascripts/ckeditor/ckeditor_source.js +25 -0
  449. data/public/javascripts/ckeditor/config.js +28 -0
  450. data/public/javascripts/ckeditor/contents.css +23 -0
  451. data/public/javascripts/ckeditor/css/ckfinder.css +316 -0
  452. data/public/javascripts/ckeditor/css/fck_dialog.css +119 -0
  453. data/public/javascripts/ckeditor/css/fck_editor.css +448 -0
  454. data/public/javascripts/ckeditor/css/swfupload.css +94 -0
  455. data/public/javascripts/ckeditor/images/add.gif +0 -0
  456. data/public/javascripts/ckeditor/images/cancelbutton.gif +0 -0
  457. data/public/javascripts/ckeditor/images/ckfnothumb.gif +0 -0
  458. data/public/javascripts/ckeditor/images/doc.gif +0 -0
  459. data/public/javascripts/ckeditor/images/mp3.gif +0 -0
  460. data/public/javascripts/ckeditor/images/pdf.gif +0 -0
  461. data/public/javascripts/ckeditor/images/rar.gif +0 -0
  462. data/public/javascripts/ckeditor/images/refresh.gif +0 -0
  463. data/public/javascripts/ckeditor/images/select_files.png +0 -0
  464. data/public/javascripts/ckeditor/images/spacer.gif +0 -0
  465. data/public/javascripts/ckeditor/images/swf.gif +0 -0
  466. data/public/javascripts/ckeditor/images/toolbar.start.gif +0 -0
  467. data/public/javascripts/ckeditor/images/xls.gif +0 -0
  468. data/public/javascripts/ckeditor/lang/_languages.js +6 -0
  469. data/public/javascripts/ckeditor/lang/_translationstatus.txt +61 -0
  470. data/public/javascripts/ckeditor/lang/af.js +6 -0
  471. data/public/javascripts/ckeditor/lang/ar.js +6 -0
  472. data/public/javascripts/ckeditor/lang/bg.js +6 -0
  473. data/public/javascripts/ckeditor/lang/bn.js +6 -0
  474. data/public/javascripts/ckeditor/lang/bs.js +6 -0
  475. data/public/javascripts/ckeditor/lang/ca.js +6 -0
  476. data/public/javascripts/ckeditor/lang/cs.js +6 -0
  477. data/public/javascripts/ckeditor/lang/cy.js +6 -0
  478. data/public/javascripts/ckeditor/lang/da.js +6 -0
  479. data/public/javascripts/ckeditor/lang/de.js +6 -0
  480. data/public/javascripts/ckeditor/lang/el.js +6 -0
  481. data/public/javascripts/ckeditor/lang/en-au.js +6 -0
  482. data/public/javascripts/ckeditor/lang/en-ca.js +6 -0
  483. data/public/javascripts/ckeditor/lang/en-gb.js +6 -0
  484. data/public/javascripts/ckeditor/lang/en.js +6 -0
  485. data/public/javascripts/ckeditor/lang/eo.js +6 -0
  486. data/public/javascripts/ckeditor/lang/es.js +6 -0
  487. data/public/javascripts/ckeditor/lang/et.js +6 -0
  488. data/public/javascripts/ckeditor/lang/eu.js +6 -0
  489. data/public/javascripts/ckeditor/lang/fa.js +6 -0
  490. data/public/javascripts/ckeditor/lang/fi.js +6 -0
  491. data/public/javascripts/ckeditor/lang/fo.js +6 -0
  492. data/public/javascripts/ckeditor/lang/fr-ca.js +6 -0
  493. data/public/javascripts/ckeditor/lang/fr.js +6 -0
  494. data/public/javascripts/ckeditor/lang/gl.js +6 -0
  495. data/public/javascripts/ckeditor/lang/gu.js +6 -0
  496. data/public/javascripts/ckeditor/lang/he.js +6 -0
  497. data/public/javascripts/ckeditor/lang/hi.js +6 -0
  498. data/public/javascripts/ckeditor/lang/hr.js +6 -0
  499. data/public/javascripts/ckeditor/lang/hu.js +6 -0
  500. data/public/javascripts/ckeditor/lang/is.js +6 -0
  501. data/public/javascripts/ckeditor/lang/it.js +6 -0
  502. data/public/javascripts/ckeditor/lang/ja.js +6 -0
  503. data/public/javascripts/ckeditor/lang/ka.js +6 -0
  504. data/public/javascripts/ckeditor/lang/km.js +6 -0
  505. data/public/javascripts/ckeditor/lang/ko.js +6 -0
  506. data/public/javascripts/ckeditor/lang/lt.js +6 -0
  507. data/public/javascripts/ckeditor/lang/lv.js +6 -0
  508. data/public/javascripts/ckeditor/lang/mn.js +6 -0
  509. data/public/javascripts/ckeditor/lang/ms.js +6 -0
  510. data/public/javascripts/ckeditor/lang/nb.js +6 -0
  511. data/public/javascripts/ckeditor/lang/nl.js +6 -0
  512. data/public/javascripts/ckeditor/lang/no.js +6 -0
  513. data/public/javascripts/ckeditor/lang/pl.js +6 -0
  514. data/public/javascripts/ckeditor/lang/pt-br.js +6 -0
  515. data/public/javascripts/ckeditor/lang/pt.js +6 -0
  516. data/public/javascripts/ckeditor/lang/ro.js +6 -0
  517. data/public/javascripts/ckeditor/lang/ru.js +6 -0
  518. data/public/javascripts/ckeditor/lang/sk.js +6 -0
  519. data/public/javascripts/ckeditor/lang/sl.js +6 -0
  520. data/public/javascripts/ckeditor/lang/sr-latn.js +6 -0
  521. data/public/javascripts/ckeditor/lang/sr.js +6 -0
  522. data/public/javascripts/ckeditor/lang/sv.js +6 -0
  523. data/public/javascripts/ckeditor/lang/th.js +6 -0
  524. data/public/javascripts/ckeditor/lang/tr.js +6 -0
  525. data/public/javascripts/ckeditor/lang/uk.js +6 -0
  526. data/public/javascripts/ckeditor/lang/vi.js +6 -0
  527. data/public/javascripts/ckeditor/lang/zh-cn.js +6 -0
  528. data/public/javascripts/ckeditor/lang/zh.js +6 -0
  529. data/public/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +7 -0
  530. data/public/javascripts/ckeditor/plugins/a11yhelp/lang/en.js +6 -0
  531. data/public/javascripts/ckeditor/plugins/a11yhelp/lang/he.js +6 -0
  532. data/public/javascripts/ckeditor/plugins/about/dialogs/about.js +6 -0
  533. data/public/javascripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  534. data/public/javascripts/ckeditor/plugins/adobeair/plugin.js +6 -0
  535. data/public/javascripts/ckeditor/plugins/ajax/plugin.js +6 -0
  536. data/public/javascripts/ckeditor/plugins/attachment/dialogs/attachment.js +1 -0
  537. data/public/javascripts/ckeditor/plugins/attachment/images/attachment.png +0 -0
  538. data/public/javascripts/ckeditor/plugins/attachment/lang/en.js +10 -0
  539. data/public/javascripts/ckeditor/plugins/attachment/lang/ru.js +10 -0
  540. data/public/javascripts/ckeditor/plugins/attachment/lang/uk.js +10 -0
  541. data/public/javascripts/ckeditor/plugins/attachment/plugin.js +1 -0
  542. data/public/javascripts/ckeditor/plugins/autogrow/plugin.js +6 -0
  543. data/public/javascripts/ckeditor/plugins/bbcode/plugin.js +9 -0
  544. data/public/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js +7 -0
  545. data/public/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js +7 -0
  546. data/public/javascripts/ckeditor/plugins/devtools/lang/en.js +6 -0
  547. data/public/javascripts/ckeditor/plugins/devtools/plugin.js +6 -0
  548. data/public/javascripts/ckeditor/plugins/dialog/dialogDefinition.js +4 -0
  549. data/public/javascripts/ckeditor/plugins/div/dialogs/div.js +8 -0
  550. data/public/javascripts/ckeditor/plugins/docprops/dialogs/docprops.js +10 -0
  551. data/public/javascripts/ckeditor/plugins/docprops/plugin.js +6 -0
  552. data/public/javascripts/ckeditor/plugins/embed/dialogs/embed.js +1 -0
  553. data/public/javascripts/ckeditor/plugins/embed/images/embed.png +0 -0
  554. data/public/javascripts/ckeditor/plugins/embed/lang/en.js +9 -0
  555. data/public/javascripts/ckeditor/plugins/embed/lang/ru.js +9 -0
  556. data/public/javascripts/ckeditor/plugins/embed/lang/uk.js +9 -0
  557. data/public/javascripts/ckeditor/plugins/embed/plugin.js +1 -0
  558. data/public/javascripts/ckeditor/plugins/find/dialogs/find.js +9 -0
  559. data/public/javascripts/ckeditor/plugins/flash/dialogs/flash.js +9 -0
  560. data/public/javascripts/ckeditor/plugins/flash/images/placeholder.png +0 -0
  561. data/public/javascripts/ckeditor/plugins/forms/dialogs/button.js +6 -0
  562. data/public/javascripts/ckeditor/plugins/forms/dialogs/checkbox.js +6 -0
  563. data/public/javascripts/ckeditor/plugins/forms/dialogs/form.js +6 -0
  564. data/public/javascripts/ckeditor/plugins/forms/dialogs/hiddenfield.js +6 -0
  565. data/public/javascripts/ckeditor/plugins/forms/dialogs/radio.js +6 -0
  566. data/public/javascripts/ckeditor/plugins/forms/dialogs/select.js +9 -0
  567. data/public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js +6 -0
  568. data/public/javascripts/ckeditor/plugins/forms/dialogs/textfield.js +6 -0
  569. data/public/javascripts/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
  570. data/public/javascripts/ckeditor/plugins/iframe/dialogs/iframe.js +7 -0
  571. data/public/javascripts/ckeditor/plugins/iframe/images/placeholder.png +0 -0
  572. data/public/javascripts/ckeditor/plugins/iframedialog/plugin.js +6 -0
  573. data/public/javascripts/ckeditor/plugins/image/dialogs/image.js +13 -0
  574. data/public/javascripts/ckeditor/plugins/link/dialogs/anchor.js +6 -0
  575. data/public/javascripts/ckeditor/plugins/link/dialogs/link.js +11 -0
  576. data/public/javascripts/ckeditor/plugins/link/images/anchor.gif +0 -0
  577. data/public/javascripts/ckeditor/plugins/liststyle/dialogs/liststyle.js +6 -0
  578. data/public/javascripts/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
  579. data/public/javascripts/ckeditor/plugins/pastefromword/filter/default.js +11 -0
  580. data/public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js +6 -0
  581. data/public/javascripts/ckeditor/plugins/placeholder/dialogs/placeholder.js +6 -0
  582. data/public/javascripts/ckeditor/plugins/placeholder/lang/en.js +6 -0
  583. data/public/javascripts/ckeditor/plugins/placeholder/lang/he.js +6 -0
  584. data/public/javascripts/ckeditor/plugins/placeholder/placeholder.gif +0 -0
  585. data/public/javascripts/ckeditor/plugins/placeholder/plugin.js +6 -0
  586. data/public/javascripts/ckeditor/plugins/scayt/dialogs/options.js +8 -0
  587. data/public/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css +6 -0
  588. data/public/javascripts/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  589. data/public/javascripts/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  590. data/public/javascripts/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  591. data/public/javascripts/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  592. data/public/javascripts/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  593. data/public/javascripts/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  594. data/public/javascripts/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  595. data/public/javascripts/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  596. data/public/javascripts/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  597. data/public/javascripts/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  598. data/public/javascripts/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  599. data/public/javascripts/ckeditor/plugins/smiley/dialogs/smiley.js +7 -0
  600. data/public/javascripts/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
  601. data/public/javascripts/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
  602. data/public/javascripts/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
  603. data/public/javascripts/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
  604. data/public/javascripts/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
  605. data/public/javascripts/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
  606. data/public/javascripts/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
  607. data/public/javascripts/ckeditor/plugins/smiley/images/envelope.gif +0 -0
  608. data/public/javascripts/ckeditor/plugins/smiley/images/heart.gif +0 -0
  609. data/public/javascripts/ckeditor/plugins/smiley/images/kiss.gif +0 -0
  610. data/public/javascripts/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
  611. data/public/javascripts/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
  612. data/public/javascripts/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
  613. data/public/javascripts/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
  614. data/public/javascripts/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
  615. data/public/javascripts/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
  616. data/public/javascripts/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
  617. data/public/javascripts/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
  618. data/public/javascripts/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
  619. data/public/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  620. data/public/javascripts/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
  621. data/public/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js +7 -0
  622. data/public/javascripts/ckeditor/plugins/specialchar/lang/en.js +6 -0
  623. data/public/javascripts/ckeditor/plugins/styles/styles/default.js +6 -0
  624. data/public/javascripts/ckeditor/plugins/stylesheetparser/plugin.js +6 -0
  625. data/public/javascripts/ckeditor/plugins/table/dialogs/table.js +9 -0
  626. data/public/javascripts/ckeditor/plugins/tableresize/plugin.js +7 -0
  627. data/public/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js +8 -0
  628. data/public/javascripts/ckeditor/plugins/templates/dialogs/templates.js +7 -0
  629. data/public/javascripts/ckeditor/plugins/templates/templates/default.js +6 -0
  630. data/public/javascripts/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
  631. data/public/javascripts/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
  632. data/public/javascripts/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
  633. data/public/javascripts/ckeditor/plugins/uicolor/dialogs/uicolor.js +7 -0
  634. data/public/javascripts/ckeditor/plugins/uicolor/lang/en.js +6 -0
  635. data/public/javascripts/ckeditor/plugins/uicolor/lang/he.js +6 -0
  636. data/public/javascripts/ckeditor/plugins/uicolor/plugin.js +6 -0
  637. data/public/javascripts/ckeditor/plugins/uicolor/uicolor.gif +0 -0
  638. data/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
  639. data/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
  640. data/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
  641. data/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
  642. data/public/javascripts/ckeditor/plugins/uicolor/yui/assets/yui.css +6 -0
  643. data/public/javascripts/ckeditor/plugins/uicolor/yui/yui.js +76 -0
  644. data/public/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html +49 -0
  645. data/public/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +52 -0
  646. data/public/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css +6 -0
  647. data/public/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js +7 -0
  648. data/public/javascripts/ckeditor/plugins/xml/plugin.js +6 -0
  649. data/public/javascripts/ckeditor/skins/kama/dialog.css +9 -0
  650. data/public/javascripts/ckeditor/skins/kama/editor.css +13 -0
  651. data/public/javascripts/ckeditor/skins/kama/icons.png +0 -0
  652. data/public/javascripts/ckeditor/skins/kama/icons_rtl.png +0 -0
  653. data/public/javascripts/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
  654. data/public/javascripts/ckeditor/skins/kama/images/dialog_sides.png +0 -0
  655. data/public/javascripts/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
  656. data/public/javascripts/ckeditor/skins/kama/images/mini.gif +0 -0
  657. data/public/javascripts/ckeditor/skins/kama/images/noimage.png +0 -0
  658. data/public/javascripts/ckeditor/skins/kama/images/sprites.png +0 -0
  659. data/public/javascripts/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
  660. data/public/javascripts/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
  661. data/public/javascripts/ckeditor/skins/kama/skin.js +7 -0
  662. data/public/javascripts/ckeditor/skins/kama/templates.css +6 -0
  663. data/public/javascripts/ckeditor/skins/office2003/dialog.css +9 -0
  664. data/public/javascripts/ckeditor/skins/office2003/editor.css +14 -0
  665. data/public/javascripts/ckeditor/skins/office2003/icons.png +0 -0
  666. data/public/javascripts/ckeditor/skins/office2003/icons_rtl.png +0 -0
  667. data/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
  668. data/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
  669. data/public/javascripts/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
  670. data/public/javascripts/ckeditor/skins/office2003/images/mini.gif +0 -0
  671. data/public/javascripts/ckeditor/skins/office2003/images/noimage.png +0 -0
  672. data/public/javascripts/ckeditor/skins/office2003/images/sprites.png +0 -0
  673. data/public/javascripts/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
  674. data/public/javascripts/ckeditor/skins/office2003/skin.js +6 -0
  675. data/public/javascripts/ckeditor/skins/office2003/templates.css +6 -0
  676. data/public/javascripts/ckeditor/skins/v2/dialog.css +9 -0
  677. data/public/javascripts/ckeditor/skins/v2/editor.css +13 -0
  678. data/public/javascripts/ckeditor/skins/v2/icons.png +0 -0
  679. data/public/javascripts/ckeditor/skins/v2/icons_rtl.png +0 -0
  680. data/public/javascripts/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
  681. data/public/javascripts/ckeditor/skins/v2/images/dialog_sides.png +0 -0
  682. data/public/javascripts/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
  683. data/public/javascripts/ckeditor/skins/v2/images/mini.gif +0 -0
  684. data/public/javascripts/ckeditor/skins/v2/images/noimage.png +0 -0
  685. data/public/javascripts/ckeditor/skins/v2/images/sprites.png +0 -0
  686. data/public/javascripts/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
  687. data/public/javascripts/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
  688. data/public/javascripts/ckeditor/skins/v2/skin.js +6 -0
  689. data/public/javascripts/ckeditor/skins/v2/templates.css +6 -0
  690. data/public/javascripts/ckeditor/swfupload/fileprogress.js +266 -0
  691. data/public/javascripts/ckeditor/swfupload/handlers.js +181 -0
  692. data/public/javascripts/ckeditor/swfupload/jquery-1.5.1.min.js +16 -0
  693. data/public/javascripts/ckeditor/swfupload/querystring.js +40 -0
  694. data/public/javascripts/ckeditor/swfupload/rails.js +158 -0
  695. data/public/javascripts/ckeditor/swfupload/swfupload.js +1 -0
  696. data/public/javascripts/ckeditor/swfupload/swfupload.queue.js +1 -0
  697. data/public/javascripts/ckeditor/swfupload/swfupload.swf +0 -0
  698. data/public/javascripts/ckeditor/swfupload/swfupload.swfobject.js +111 -0
  699. data/public/javascripts/ckeditor/themes/default/theme.js +8 -0
  700. data/public/javascripts/jquery-ui.js +11603 -0
  701. data/public/javascripts/jquery-ui.min.js +406 -0
  702. data/public/javascripts/jquery.form.js +899 -0
  703. data/public/javascripts/jquery.js +8936 -0
  704. data/public/javascripts/jquery.min.js +18 -0
  705. data/public/javascripts/jquery.remotipart.js +79 -0
  706. data/public/javascripts/jquery_ujs.js +315 -0
  707. data/public/javascripts/rails.js +175 -0
  708. data/public/javascripts/slider.js +275 -0
  709. data/public/stylesheets/devise.css +94 -0
  710. data/public/stylesheets/inline_forms.css +16 -0
  711. data/public/stylesheets/jquery-ui-sunny.css +578 -0
  712. metadata +711 -4
@@ -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
+ */
@@ -0,0 +1,101 @@
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
+ CKEDITOR.plugins.add( 'basicstyles',
7
+ {
8
+ requires : [ 'styles', 'button' ],
9
+
10
+ init : function( editor )
11
+ {
12
+ // All buttons use the same code to register. So, to avoid
13
+ // duplications, let's use this tool function.
14
+ var addButtonCommand = function( buttonName, buttonLabel, commandName, styleDefiniton )
15
+ {
16
+ var style = new CKEDITOR.style( styleDefiniton );
17
+
18
+ editor.attachStyleStateChange( style, function( state )
19
+ {
20
+ !editor.readOnly && editor.getCommand( commandName ).setState( state );
21
+ });
22
+
23
+ editor.addCommand( commandName, new CKEDITOR.styleCommand( style ) );
24
+
25
+ editor.ui.addButton( buttonName,
26
+ {
27
+ label : buttonLabel,
28
+ command : commandName
29
+ });
30
+ };
31
+
32
+ var config = editor.config,
33
+ lang = editor.lang;
34
+
35
+ addButtonCommand( 'Bold' , lang.bold , 'bold' , config.coreStyles_bold );
36
+ addButtonCommand( 'Italic' , lang.italic , 'italic' , config.coreStyles_italic );
37
+ addButtonCommand( 'Underline' , lang.underline , 'underline' , config.coreStyles_underline );
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 );
41
+ }
42
+ });
43
+
44
+ // Basic Inline Styles.
45
+
46
+ /**
47
+ * The style definition to be used to apply the bold style in the text.
48
+ * @type Object
49
+ * @example
50
+ * config.coreStyles_bold = { element : 'b', overrides : 'strong' };
51
+ * @example
52
+ * config.coreStyles_bold = { element : 'span', attributes : {'class': 'Bold'} };
53
+ */
54
+ CKEDITOR.config.coreStyles_bold = { element : 'strong', overrides : 'b' };
55
+
56
+ /**
57
+ * The style definition to be used to apply the italic style in the text.
58
+ * @type Object
59
+ * @default { element : 'em', overrides : 'i' }
60
+ * @example
61
+ * config.coreStyles_italic = { element : 'i', overrides : 'em' };
62
+ * @example
63
+ * CKEDITOR.config.coreStyles_italic = { element : 'span', attributes : {'class': 'Italic'} };
64
+ */
65
+ CKEDITOR.config.coreStyles_italic = { element : 'em', overrides : 'i' };
66
+
67
+ /**
68
+ * The style definition to be used to apply the underline style in the text.
69
+ * @type Object
70
+ * @default { element : 'u' }
71
+ * @example
72
+ * CKEDITOR.config.coreStyles_underline = { element : 'span', attributes : {'class': 'Underline'}};
73
+ */
74
+ CKEDITOR.config.coreStyles_underline = { element : 'u' };
75
+
76
+ /**
77
+ * The style definition to be used to apply the strike style in the text.
78
+ * @type Object
79
+ * @default { element : 'strike' }
80
+ * @example
81
+ * CKEDITOR.config.coreStyles_strike = { element : 'span', attributes : {'class': 'StrikeThrough'}, overrides : 'strike' };
82
+ */
83
+ CKEDITOR.config.coreStyles_strike = { element : 'strike' };
84
+
85
+ /**
86
+ * The style definition to be used to apply the subscript style in the text.
87
+ * @type Object
88
+ * @default { element : 'sub' }
89
+ * @example
90
+ * CKEDITOR.config.coreStyles_subscript = { element : 'span', attributes : {'class': 'Subscript'}, overrides : 'sub' };
91
+ */
92
+ CKEDITOR.config.coreStyles_subscript = { element : 'sub' };
93
+
94
+ /**
95
+ * The style definition to be used to apply the superscript style in the text.
96
+ * @type Object
97
+ * @default { element : 'sup' }
98
+ * @example
99
+ * CKEDITOR.config.coreStyles_superscript = { element : 'span', attributes : {'class': 'Superscript'}, overrides : 'sup' };
100
+ */
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( /"/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
+ })();