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,144 @@
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.dialog.add( 'anchor', function( editor )
7
+ {
8
+ // Function called in onShow to load selected element.
9
+ var loadElements = function( element )
10
+ {
11
+ this._.selectedElement = element;
12
+
13
+ var attributeValue = element.data( 'cke-saved-name' );
14
+ this.setValueOf( 'info','txtName', attributeValue || '' );
15
+ };
16
+
17
+ function createFakeAnchor( editor, anchor )
18
+ {
19
+ return editor.createFakeElement( anchor, 'cke_anchor', 'anchor' );
20
+ }
21
+
22
+ return {
23
+ title : editor.lang.anchor.title,
24
+ minWidth : 300,
25
+ minHeight : 60,
26
+ onOk : function()
27
+ {
28
+ var name = this.getValueOf( 'info', 'txtName' );
29
+ var attributes =
30
+ {
31
+ name : name,
32
+ 'data-cke-saved-name' : name
33
+ };
34
+
35
+ if ( this._.selectedElement )
36
+ {
37
+ if ( this._.selectedElement.data( 'cke-realelement' ) )
38
+ {
39
+ var newFake = createFakeAnchor( editor, editor.document.createElement( 'a', { attributes: attributes } ) );
40
+ newFake.replace( this._.selectedElement );
41
+ }
42
+ else
43
+ this._.selectedElement.setAttributes( attributes );
44
+ }
45
+ else
46
+ {
47
+ var sel = editor.getSelection(),
48
+ range = sel && sel.getRanges()[ 0 ];
49
+
50
+ // Empty anchor
51
+ if ( range.collapsed )
52
+ {
53
+ if ( CKEDITOR.plugins.link.synAnchorSelector )
54
+ attributes[ 'class' ] = 'cke_anchor_empty';
55
+
56
+ if ( CKEDITOR.plugins.link.emptyAnchorFix )
57
+ {
58
+ attributes[ 'contenteditable' ] = 'false';
59
+ attributes[ 'data-cke-editable' ] = 1;
60
+ }
61
+
62
+ var anchor = editor.document.createElement( 'a', { attributes: attributes } );
63
+
64
+ // Transform the anchor into a fake element for browsers that need it.
65
+ if ( CKEDITOR.plugins.link.fakeAnchor )
66
+ anchor = createFakeAnchor( editor, anchor );
67
+
68
+ range.insertNode( anchor );
69
+ }
70
+ else
71
+ {
72
+ if ( CKEDITOR.env.ie && CKEDITOR.env.version < 9 )
73
+ attributes['class'] = 'cke_anchor';
74
+
75
+ // Apply style.
76
+ var style = new CKEDITOR.style( { element : 'a', attributes : attributes } );
77
+ style.type = CKEDITOR.STYLE_INLINE;
78
+ style.apply( editor.document );
79
+ }
80
+ }
81
+ },
82
+
83
+ onHide : function()
84
+ {
85
+ delete this._.selectedElement;
86
+ },
87
+
88
+ onShow : function()
89
+ {
90
+ var selection = editor.getSelection(),
91
+ fullySelected = selection.getSelectedElement(),
92
+ partialSelected;
93
+
94
+ // Detect the anchor under selection.
95
+ if ( fullySelected )
96
+ {
97
+ if ( CKEDITOR.plugins.link.fakeAnchor )
98
+ {
99
+ var realElement = CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, fullySelected );
100
+ realElement && loadElements.call( this, realElement );
101
+ this._.selectedElement = fullySelected;
102
+ }
103
+ else if ( fullySelected.is( 'a' ) && fullySelected.hasAttribute( 'name' ) )
104
+ loadElements.call( this, fullySelected );
105
+ }
106
+ else
107
+ {
108
+ partialSelected = CKEDITOR.plugins.link.getSelectedLink( editor );
109
+ if ( partialSelected )
110
+ {
111
+ loadElements.call( this, partialSelected );
112
+ selection.selectElement( partialSelected );
113
+ }
114
+ }
115
+
116
+ this.getContentElement( 'info', 'txtName' ).focus();
117
+ },
118
+ contents : [
119
+ {
120
+ id : 'info',
121
+ label : editor.lang.anchor.title,
122
+ accessKey : 'I',
123
+ elements :
124
+ [
125
+ {
126
+ type : 'text',
127
+ id : 'txtName',
128
+ label : editor.lang.anchor.name,
129
+ required: true,
130
+ validate : function()
131
+ {
132
+ if ( !this.getValue() )
133
+ {
134
+ alert( editor.lang.anchor.errorName );
135
+ return false;
136
+ }
137
+ return true;
138
+ }
139
+ }
140
+ ]
141
+ }
142
+ ]
143
+ };
144
+ } );
@@ -0,0 +1,1400 @@
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.dialog.add( 'link', function( editor )
7
+ {
8
+ var plugin = CKEDITOR.plugins.link;
9
+ // Handles the event when the "Target" selection box is changed.
10
+ var targetChanged = function()
11
+ {
12
+ var dialog = this.getDialog(),
13
+ popupFeatures = dialog.getContentElement( 'target', 'popupFeatures' ),
14
+ targetName = dialog.getContentElement( 'target', 'linkTargetName' ),
15
+ value = this.getValue();
16
+
17
+ if ( !popupFeatures || !targetName )
18
+ return;
19
+
20
+ popupFeatures = popupFeatures.getElement();
21
+ popupFeatures.hide();
22
+ targetName.setValue( '' );
23
+
24
+ switch ( value )
25
+ {
26
+ case 'frame' :
27
+ targetName.setLabel( editor.lang.link.targetFrameName );
28
+ targetName.getElement().show();
29
+ break;
30
+ case 'popup' :
31
+ popupFeatures.show();
32
+ targetName.setLabel( editor.lang.link.targetPopupName );
33
+ targetName.getElement().show();
34
+ break;
35
+ default :
36
+ targetName.setValue( value );
37
+ targetName.getElement().hide();
38
+ break;
39
+ }
40
+
41
+ };
42
+
43
+ // Handles the event when the "Type" selection box is changed.
44
+ var linkTypeChanged = function()
45
+ {
46
+ var dialog = this.getDialog(),
47
+ partIds = [ 'urlOptions', 'anchorOptions', 'emailOptions' ],
48
+ typeValue = this.getValue(),
49
+ uploadTab = dialog.definition.getContents( 'upload' ),
50
+ uploadInitiallyHidden = uploadTab && uploadTab.hidden;
51
+
52
+ if ( typeValue == 'url' )
53
+ {
54
+ if ( editor.config.linkShowTargetTab )
55
+ dialog.showPage( 'target' );
56
+ if ( !uploadInitiallyHidden )
57
+ dialog.showPage( 'upload' );
58
+ }
59
+ else
60
+ {
61
+ dialog.hidePage( 'target' );
62
+ if ( !uploadInitiallyHidden )
63
+ dialog.hidePage( 'upload' );
64
+ }
65
+
66
+ for ( var i = 0 ; i < partIds.length ; i++ )
67
+ {
68
+ var element = dialog.getContentElement( 'info', partIds[i] );
69
+ if ( !element )
70
+ continue;
71
+
72
+ element = element.getElement().getParent().getParent();
73
+ if ( partIds[i] == typeValue + 'Options' )
74
+ element.show();
75
+ else
76
+ element.hide();
77
+ }
78
+
79
+ dialog.layout();
80
+ };
81
+
82
+ // Loads the parameters in a selected link to the link dialog fields.
83
+ var javascriptProtocolRegex = /^javascript:/,
84
+ emailRegex = /^mailto:([^?]+)(?:\?(.+))?$/,
85
+ emailSubjectRegex = /subject=([^;?:@&=$,\/]*)/,
86
+ emailBodyRegex = /body=([^;?:@&=$,\/]*)/,
87
+ anchorRegex = /^#(.*)$/,
88
+ urlRegex = /^((?:http|https|ftp|news):\/\/)?(.*)$/,
89
+ selectableTargets = /^(_(?:self|top|parent|blank))$/,
90
+ encodedEmailLinkRegex = /^javascript:void\(location\.href='mailto:'\+String\.fromCharCode\(([^)]+)\)(?:\+'(.*)')?\)$/,
91
+ functionCallProtectedEmailLinkRegex = /^javascript:([^(]+)\(([^)]+)\)$/;
92
+
93
+ var popupRegex =
94
+ /\s*window.open\(\s*this\.href\s*,\s*(?:'([^']*)'|null)\s*,\s*'([^']*)'\s*\)\s*;\s*return\s*false;*\s*/;
95
+ var popupFeaturesRegex = /(?:^|,)([^=]+)=(\d+|yes|no)/gi;
96
+
97
+ var parseLink = function( editor, element )
98
+ {
99
+ var href = ( element && ( element.data( 'cke-saved-href' ) || element.getAttribute( 'href' ) ) ) || '',
100
+ javascriptMatch,
101
+ emailMatch,
102
+ anchorMatch,
103
+ urlMatch,
104
+ retval = {};
105
+
106
+ if ( ( javascriptMatch = href.match( javascriptProtocolRegex ) ) )
107
+ {
108
+ if ( emailProtection == 'encode' )
109
+ {
110
+ href = href.replace( encodedEmailLinkRegex,
111
+ function ( match, protectedAddress, rest )
112
+ {
113
+ return 'mailto:' +
114
+ String.fromCharCode.apply( String, protectedAddress.split( ',' ) ) +
115
+ ( rest && unescapeSingleQuote( rest ) );
116
+ });
117
+ }
118
+ // Protected email link as function call.
119
+ else if ( emailProtection )
120
+ {
121
+ href.replace( functionCallProtectedEmailLinkRegex, function( match, funcName, funcArgs )
122
+ {
123
+ if ( funcName == compiledProtectionFunction.name )
124
+ {
125
+ retval.type = 'email';
126
+ var email = retval.email = {};
127
+
128
+ var paramRegex = /[^,\s]+/g,
129
+ paramQuoteRegex = /(^')|('$)/g,
130
+ paramsMatch = funcArgs.match( paramRegex ),
131
+ paramsMatchLength = paramsMatch.length,
132
+ paramName,
133
+ paramVal;
134
+
135
+ for ( var i = 0; i < paramsMatchLength; i++ )
136
+ {
137
+ paramVal = decodeURIComponent( unescapeSingleQuote( paramsMatch[ i ].replace( paramQuoteRegex, '' ) ) );
138
+ paramName = compiledProtectionFunction.params[ i ].toLowerCase();
139
+ email[ paramName ] = paramVal;
140
+ }
141
+ email.address = [ email.name, email.domain ].join( '@' );
142
+ }
143
+ } );
144
+ }
145
+ }
146
+
147
+ if ( !retval.type )
148
+ {
149
+ if ( ( anchorMatch = href.match( anchorRegex ) ) )
150
+ {
151
+ retval.type = 'anchor';
152
+ retval.anchor = {};
153
+ retval.anchor.name = retval.anchor.id = anchorMatch[1];
154
+ }
155
+ // Protected email link as encoded string.
156
+ else if ( ( emailMatch = href.match( emailRegex ) ) )
157
+ {
158
+ var subjectMatch = href.match( emailSubjectRegex ),
159
+ bodyMatch = href.match( emailBodyRegex );
160
+
161
+ retval.type = 'email';
162
+ var email = ( retval.email = {} );
163
+ email.address = emailMatch[ 1 ];
164
+ subjectMatch && ( email.subject = decodeURIComponent( subjectMatch[ 1 ] ) );
165
+ bodyMatch && ( email.body = decodeURIComponent( bodyMatch[ 1 ] ) );
166
+ }
167
+ // urlRegex matches empty strings, so need to check for href as well.
168
+ else if ( href && ( urlMatch = href.match( urlRegex ) ) )
169
+ {
170
+ retval.type = 'url';
171
+ retval.url = {};
172
+ retval.url.protocol = urlMatch[1];
173
+ retval.url.url = urlMatch[2];
174
+ }
175
+ else
176
+ retval.type = 'url';
177
+ }
178
+
179
+ // Load target and popup settings.
180
+ if ( element )
181
+ {
182
+ var target = element.getAttribute( 'target' );
183
+ retval.target = {};
184
+ retval.adv = {};
185
+
186
+ // IE BUG: target attribute is an empty string instead of null in IE if it's not set.
187
+ if ( !target )
188
+ {
189
+ var onclick = element.data( 'cke-pa-onclick' ) || element.getAttribute( 'onclick' ),
190
+ onclickMatch = onclick && onclick.match( popupRegex );
191
+ if ( onclickMatch )
192
+ {
193
+ retval.target.type = 'popup';
194
+ retval.target.name = onclickMatch[1];
195
+
196
+ var featureMatch;
197
+ while ( ( featureMatch = popupFeaturesRegex.exec( onclickMatch[2] ) ) )
198
+ {
199
+ // Some values should remain numbers (#7300)
200
+ if ( ( featureMatch[2] == 'yes' || featureMatch[2] == '1' ) && !( featureMatch[1] in { height:1, width:1, top:1, left:1 } ) )
201
+ retval.target[ featureMatch[1] ] = true;
202
+ else if ( isFinite( featureMatch[2] ) )
203
+ retval.target[ featureMatch[1] ] = featureMatch[2];
204
+ }
205
+ }
206
+ }
207
+ else
208
+ {
209
+ var targetMatch = target.match( selectableTargets );
210
+ if ( targetMatch )
211
+ retval.target.type = retval.target.name = target;
212
+ else
213
+ {
214
+ retval.target.type = 'frame';
215
+ retval.target.name = target;
216
+ }
217
+ }
218
+
219
+ var me = this;
220
+ var advAttr = function( inputName, attrName )
221
+ {
222
+ var value = element.getAttribute( attrName );
223
+ if ( value !== null )
224
+ retval.adv[ inputName ] = value || '';
225
+ };
226
+ advAttr( 'advId', 'id' );
227
+ advAttr( 'advLangDir', 'dir' );
228
+ advAttr( 'advAccessKey', 'accessKey' );
229
+
230
+ retval.adv.advName =
231
+ element.data( 'cke-saved-name' )
232
+ || element.getAttribute( 'name' )
233
+ || '';
234
+ advAttr( 'advLangCode', 'lang' );
235
+ advAttr( 'advTabIndex', 'tabindex' );
236
+ advAttr( 'advTitle', 'title' );
237
+ advAttr( 'advContentType', 'type' );
238
+ CKEDITOR.plugins.link.synAnchorSelector ?
239
+ retval.adv.advCSSClasses = getLinkClass( element )
240
+ : advAttr( 'advCSSClasses', 'class' );
241
+ advAttr( 'advCharset', 'charset' );
242
+ advAttr( 'advStyles', 'style' );
243
+ advAttr( 'advRel', 'rel' );
244
+ }
245
+
246
+ // Find out whether we have any anchors in the editor.
247
+ var anchorList = new CKEDITOR.dom.nodeList( editor.document.$.anchors ),
248
+ anchors = retval.anchors = [],
249
+ item;
250
+
251
+ for ( var i = 0, count = anchorList.count(); i < count; i++ )
252
+ {
253
+ item = anchorList.getItem( i );
254
+ anchors[ i ] = { name : item.getAttribute( 'name' ), id : item.getAttribute( 'id' ) };
255
+ }
256
+
257
+ // Record down the selected element in the dialog.
258
+ this._.selectedElement = element;
259
+ return retval;
260
+ };
261
+
262
+ var setupParams = function( page, data )
263
+ {
264
+ if ( data[page] )
265
+ this.setValue( data[page][this.id] || '' );
266
+ };
267
+
268
+ var setupPopupParams = function( data )
269
+ {
270
+ return setupParams.call( this, 'target', data );
271
+ };
272
+
273
+ var setupAdvParams = function( data )
274
+ {
275
+ return setupParams.call( this, 'adv', data );
276
+ };
277
+
278
+ var commitParams = function( page, data )
279
+ {
280
+ if ( !data[page] )
281
+ data[page] = {};
282
+
283
+ data[page][this.id] = this.getValue() || '';
284
+ };
285
+
286
+ var commitPopupParams = function( data )
287
+ {
288
+ return commitParams.call( this, 'target', data );
289
+ };
290
+
291
+ var commitAdvParams = function( data )
292
+ {
293
+ return commitParams.call( this, 'adv', data );
294
+ };
295
+
296
+ function unescapeSingleQuote( str )
297
+ {
298
+ return str.replace( /\\'/g, '\'' );
299
+ }
300
+
301
+ function escapeSingleQuote( str )
302
+ {
303
+ return str.replace( /'/g, '\\$&' );
304
+ }
305
+
306
+ var emailProtection = editor.config.emailProtection || '';
307
+
308
+ // Compile the protection function pattern.
309
+ if ( emailProtection && emailProtection != 'encode' )
310
+ {
311
+ var compiledProtectionFunction = {};
312
+
313
+ emailProtection.replace( /^([^(]+)\(([^)]+)\)$/, function( match, funcName, params )
314
+ {
315
+ compiledProtectionFunction.name = funcName;
316
+ compiledProtectionFunction.params = [];
317
+ params.replace( /[^,\s]+/g, function( param )
318
+ {
319
+ compiledProtectionFunction.params.push( param );
320
+ } );
321
+ } );
322
+ }
323
+
324
+ function protectEmailLinkAsFunction( email )
325
+ {
326
+ var retval,
327
+ name = compiledProtectionFunction.name,
328
+ params = compiledProtectionFunction.params,
329
+ paramName,
330
+ paramValue;
331
+
332
+ retval = [ name, '(' ];
333
+ for ( var i = 0; i < params.length; i++ )
334
+ {
335
+ paramName = params[ i ].toLowerCase();
336
+ paramValue = email[ paramName ];
337
+
338
+ i > 0 && retval.push( ',' );
339
+ retval.push( '\'',
340
+ paramValue ?
341
+ escapeSingleQuote( encodeURIComponent( email[ paramName ] ) )
342
+ : '',
343
+ '\'');
344
+ }
345
+ retval.push( ')' );
346
+ return retval.join( '' );
347
+ }
348
+
349
+ function protectEmailAddressAsEncodedString( address )
350
+ {
351
+ var charCode,
352
+ length = address.length,
353
+ encodedChars = [];
354
+ for ( var i = 0; i < length; i++ )
355
+ {
356
+ charCode = address.charCodeAt( i );
357
+ encodedChars.push( charCode );
358
+ }
359
+ return 'String.fromCharCode(' + encodedChars.join( ',' ) + ')';
360
+ }
361
+
362
+ function getLinkClass( ele )
363
+ {
364
+ var className = ele.getAttribute( 'class' );
365
+ return className ? className.replace( /\s*(?:cke_anchor_empty|cke_anchor)(?:\s*$)?/g, '' ) : '';
366
+ }
367
+
368
+ var commonLang = editor.lang.common,
369
+ linkLang = editor.lang.link;
370
+
371
+ return {
372
+ title : linkLang.title,
373
+ minWidth : 350,
374
+ minHeight : 230,
375
+ contents : [
376
+ {
377
+ id : 'info',
378
+ label : linkLang.info,
379
+ title : linkLang.info,
380
+ elements :
381
+ [
382
+ {
383
+ id : 'linkType',
384
+ type : 'select',
385
+ label : linkLang.type,
386
+ 'default' : 'url',
387
+ items :
388
+ [
389
+ [ linkLang.toUrl, 'url' ],
390
+ [ linkLang.toAnchor, 'anchor' ],
391
+ [ linkLang.toEmail, 'email' ]
392
+ ],
393
+ onChange : linkTypeChanged,
394
+ setup : function( data )
395
+ {
396
+ if ( data.type )
397
+ this.setValue( data.type );
398
+ },
399
+ commit : function( data )
400
+ {
401
+ data.type = this.getValue();
402
+ }
403
+ },
404
+ {
405
+ type : 'vbox',
406
+ id : 'urlOptions',
407
+ children :
408
+ [
409
+ {
410
+ type : 'hbox',
411
+ widths : [ '25%', '75%' ],
412
+ children :
413
+ [
414
+ {
415
+ id : 'protocol',
416
+ type : 'select',
417
+ label : commonLang.protocol,
418
+ 'default' : 'http://',
419
+ items :
420
+ [
421
+ // Force 'ltr' for protocol names in BIDI. (#5433)
422
+ [ 'http://\u200E', 'http://' ],
423
+ [ 'https://\u200E', 'https://' ],
424
+ [ 'ftp://\u200E', 'ftp://' ],
425
+ [ 'news://\u200E', 'news://' ],
426
+ [ linkLang.other , '' ]
427
+ ],
428
+ setup : function( data )
429
+ {
430
+ if ( data.url )
431
+ this.setValue( data.url.protocol || '' );
432
+ },
433
+ commit : function( data )
434
+ {
435
+ if ( !data.url )
436
+ data.url = {};
437
+
438
+ data.url.protocol = this.getValue();
439
+ }
440
+ },
441
+ {
442
+ type : 'text',
443
+ id : 'url',
444
+ label : commonLang.url,
445
+ required: true,
446
+ onLoad : function ()
447
+ {
448
+ this.allowOnChange = true;
449
+ },
450
+ onKeyUp : function()
451
+ {
452
+ this.allowOnChange = false;
453
+ var protocolCmb = this.getDialog().getContentElement( 'info', 'protocol' ),
454
+ url = this.getValue(),
455
+ urlOnChangeProtocol = /^(http|https|ftp|news):\/\/(?=.)/i,
456
+ urlOnChangeTestOther = /^((javascript:)|[#\/\.\?])/i;
457
+
458
+ var protocol = urlOnChangeProtocol.exec( url );
459
+ if ( protocol )
460
+ {
461
+ this.setValue( url.substr( protocol[ 0 ].length ) );
462
+ protocolCmb.setValue( protocol[ 0 ].toLowerCase() );
463
+ }
464
+ else if ( urlOnChangeTestOther.test( url ) )
465
+ protocolCmb.setValue( '' );
466
+
467
+ this.allowOnChange = true;
468
+ },
469
+ onChange : function()
470
+ {
471
+ if ( this.allowOnChange ) // Dont't call on dialog load.
472
+ this.onKeyUp();
473
+ },
474
+ validate : function()
475
+ {
476
+ var dialog = this.getDialog();
477
+
478
+ if ( dialog.getContentElement( 'info', 'linkType' ) &&
479
+ dialog.getValueOf( 'info', 'linkType' ) != 'url' )
480
+ return true;
481
+
482
+ if ( this.getDialog().fakeObj ) // Edit Anchor.
483
+ return true;
484
+
485
+ var func = CKEDITOR.dialog.validate.notEmpty( linkLang.noUrl );
486
+ return func.apply( this );
487
+ },
488
+ setup : function( data )
489
+ {
490
+ this.allowOnChange = false;
491
+ if ( data.url )
492
+ this.setValue( data.url.url );
493
+ this.allowOnChange = true;
494
+
495
+ },
496
+ commit : function( data )
497
+ {
498
+ // IE will not trigger the onChange event if the mouse has been used
499
+ // to carry all the operations #4724
500
+ this.onChange();
501
+
502
+ if ( !data.url )
503
+ data.url = {};
504
+
505
+ data.url.url = this.getValue();
506
+ this.allowOnChange = false;
507
+ }
508
+ }
509
+ ],
510
+ setup : function( data )
511
+ {
512
+ if ( !this.getDialog().getContentElement( 'info', 'linkType' ) )
513
+ this.getElement().show();
514
+ }
515
+ },
516
+ {
517
+ type : 'button',
518
+ id : 'browse',
519
+ hidden : 'true',
520
+ filebrowser : 'info:url',
521
+ label : commonLang.browseServer
522
+ }
523
+ ]
524
+ },
525
+ {
526
+ type : 'vbox',
527
+ id : 'anchorOptions',
528
+ width : 260,
529
+ align : 'center',
530
+ padding : 0,
531
+ children :
532
+ [
533
+ {
534
+ type : 'fieldset',
535
+ id : 'selectAnchorText',
536
+ label : linkLang.selectAnchor,
537
+ setup : function( data )
538
+ {
539
+ if ( data.anchors.length > 0 )
540
+ this.getElement().show();
541
+ else
542
+ this.getElement().hide();
543
+ },
544
+ children :
545
+ [
546
+ {
547
+ type : 'hbox',
548
+ id : 'selectAnchor',
549
+ children :
550
+ [
551
+ {
552
+ type : 'select',
553
+ id : 'anchorName',
554
+ 'default' : '',
555
+ label : linkLang.anchorName,
556
+ style : 'width: 100%;',
557
+ items :
558
+ [
559
+ [ '' ]
560
+ ],
561
+ setup : function( data )
562
+ {
563
+ this.clear();
564
+ this.add( '' );
565
+ for ( var i = 0 ; i < data.anchors.length ; i++ )
566
+ {
567
+ if ( data.anchors[i].name )
568
+ this.add( data.anchors[i].name );
569
+ }
570
+
571
+ if ( data.anchor )
572
+ this.setValue( data.anchor.name );
573
+
574
+ var linkType = this.getDialog().getContentElement( 'info', 'linkType' );
575
+ if ( linkType && linkType.getValue() == 'email' )
576
+ this.focus();
577
+ },
578
+ commit : function( data )
579
+ {
580
+ if ( !data.anchor )
581
+ data.anchor = {};
582
+
583
+ data.anchor.name = this.getValue();
584
+ }
585
+ },
586
+ {
587
+ type : 'select',
588
+ id : 'anchorId',
589
+ 'default' : '',
590
+ label : linkLang.anchorId,
591
+ style : 'width: 100%;',
592
+ items :
593
+ [
594
+ [ '' ]
595
+ ],
596
+ setup : function( data )
597
+ {
598
+ this.clear();
599
+ this.add( '' );
600
+ for ( var i = 0 ; i < data.anchors.length ; i++ )
601
+ {
602
+ if ( data.anchors[i].id )
603
+ this.add( data.anchors[i].id );
604
+ }
605
+
606
+ if ( data.anchor )
607
+ this.setValue( data.anchor.id );
608
+ },
609
+ commit : function( data )
610
+ {
611
+ if ( !data.anchor )
612
+ data.anchor = {};
613
+
614
+ data.anchor.id = this.getValue();
615
+ }
616
+ }
617
+ ],
618
+ setup : function( data )
619
+ {
620
+ if ( data.anchors.length > 0 )
621
+ this.getElement().show();
622
+ else
623
+ this.getElement().hide();
624
+ }
625
+ }
626
+ ]
627
+ },
628
+ {
629
+ type : 'html',
630
+ id : 'noAnchors',
631
+ style : 'text-align: center;',
632
+ html : '<div role="label" tabIndex="-1">' + CKEDITOR.tools.htmlEncode( linkLang.noAnchors ) + '</div>',
633
+ // Focus the first element defined in above html.
634
+ focus : true,
635
+ setup : function( data )
636
+ {
637
+ if ( data.anchors.length < 1 )
638
+ this.getElement().show();
639
+ else
640
+ this.getElement().hide();
641
+ }
642
+ }
643
+ ],
644
+ setup : function( data )
645
+ {
646
+ if ( !this.getDialog().getContentElement( 'info', 'linkType' ) )
647
+ this.getElement().hide();
648
+ }
649
+ },
650
+ {
651
+ type : 'vbox',
652
+ id : 'emailOptions',
653
+ padding : 1,
654
+ children :
655
+ [
656
+ {
657
+ type : 'text',
658
+ id : 'emailAddress',
659
+ label : linkLang.emailAddress,
660
+ required : true,
661
+ validate : function()
662
+ {
663
+ var dialog = this.getDialog();
664
+
665
+ if ( !dialog.getContentElement( 'info', 'linkType' ) ||
666
+ dialog.getValueOf( 'info', 'linkType' ) != 'email' )
667
+ return true;
668
+
669
+ var func = CKEDITOR.dialog.validate.notEmpty( linkLang.noEmail );
670
+ return func.apply( this );
671
+ },
672
+ setup : function( data )
673
+ {
674
+ if ( data.email )
675
+ this.setValue( data.email.address );
676
+
677
+ var linkType = this.getDialog().getContentElement( 'info', 'linkType' );
678
+ if ( linkType && linkType.getValue() == 'email' )
679
+ this.select();
680
+ },
681
+ commit : function( data )
682
+ {
683
+ if ( !data.email )
684
+ data.email = {};
685
+
686
+ data.email.address = this.getValue();
687
+ }
688
+ },
689
+ {
690
+ type : 'text',
691
+ id : 'emailSubject',
692
+ label : linkLang.emailSubject,
693
+ setup : function( data )
694
+ {
695
+ if ( data.email )
696
+ this.setValue( data.email.subject );
697
+ },
698
+ commit : function( data )
699
+ {
700
+ if ( !data.email )
701
+ data.email = {};
702
+
703
+ data.email.subject = this.getValue();
704
+ }
705
+ },
706
+ {
707
+ type : 'textarea',
708
+ id : 'emailBody',
709
+ label : linkLang.emailBody,
710
+ rows : 3,
711
+ 'default' : '',
712
+ setup : function( data )
713
+ {
714
+ if ( data.email )
715
+ this.setValue( data.email.body );
716
+ },
717
+ commit : function( data )
718
+ {
719
+ if ( !data.email )
720
+ data.email = {};
721
+
722
+ data.email.body = this.getValue();
723
+ }
724
+ }
725
+ ],
726
+ setup : function( data )
727
+ {
728
+ if ( !this.getDialog().getContentElement( 'info', 'linkType' ) )
729
+ this.getElement().hide();
730
+ }
731
+ }
732
+ ]
733
+ },
734
+ {
735
+ id : 'target',
736
+ label : linkLang.target,
737
+ title : linkLang.target,
738
+ elements :
739
+ [
740
+ {
741
+ type : 'hbox',
742
+ widths : [ '50%', '50%' ],
743
+ children :
744
+ [
745
+ {
746
+ type : 'select',
747
+ id : 'linkTargetType',
748
+ label : commonLang.target,
749
+ 'default' : 'notSet',
750
+ style : 'width : 100%;',
751
+ 'items' :
752
+ [
753
+ [ commonLang.notSet, 'notSet' ],
754
+ [ linkLang.targetFrame, 'frame' ],
755
+ [ linkLang.targetPopup, 'popup' ],
756
+ [ commonLang.targetNew, '_blank' ],
757
+ [ commonLang.targetTop, '_top' ],
758
+ [ commonLang.targetSelf, '_self' ],
759
+ [ commonLang.targetParent, '_parent' ]
760
+ ],
761
+ onChange : targetChanged,
762
+ setup : function( data )
763
+ {
764
+ if ( data.target )
765
+ this.setValue( data.target.type || 'notSet' );
766
+ targetChanged.call( this );
767
+ },
768
+ commit : function( data )
769
+ {
770
+ if ( !data.target )
771
+ data.target = {};
772
+
773
+ data.target.type = this.getValue();
774
+ }
775
+ },
776
+ {
777
+ type : 'text',
778
+ id : 'linkTargetName',
779
+ label : linkLang.targetFrameName,
780
+ 'default' : '',
781
+ setup : function( data )
782
+ {
783
+ if ( data.target )
784
+ this.setValue( data.target.name );
785
+ },
786
+ commit : function( data )
787
+ {
788
+ if ( !data.target )
789
+ data.target = {};
790
+
791
+ data.target.name = this.getValue().replace(/\W/gi, '');
792
+ }
793
+ }
794
+ ]
795
+ },
796
+ {
797
+ type : 'vbox',
798
+ width : '100%',
799
+ align : 'center',
800
+ padding : 2,
801
+ id : 'popupFeatures',
802
+ children :
803
+ [
804
+ {
805
+ type : 'fieldset',
806
+ label : linkLang.popupFeatures,
807
+ children :
808
+ [
809
+ {
810
+ type : 'hbox',
811
+ children :
812
+ [
813
+ {
814
+ type : 'checkbox',
815
+ id : 'resizable',
816
+ label : linkLang.popupResizable,
817
+ setup : setupPopupParams,
818
+ commit : commitPopupParams
819
+ },
820
+ {
821
+ type : 'checkbox',
822
+ id : 'status',
823
+ label : linkLang.popupStatusBar,
824
+ setup : setupPopupParams,
825
+ commit : commitPopupParams
826
+
827
+ }
828
+ ]
829
+ },
830
+ {
831
+ type : 'hbox',
832
+ children :
833
+ [
834
+ {
835
+ type : 'checkbox',
836
+ id : 'location',
837
+ label : linkLang.popupLocationBar,
838
+ setup : setupPopupParams,
839
+ commit : commitPopupParams
840
+
841
+ },
842
+ {
843
+ type : 'checkbox',
844
+ id : 'toolbar',
845
+ label : linkLang.popupToolbar,
846
+ setup : setupPopupParams,
847
+ commit : commitPopupParams
848
+
849
+ }
850
+ ]
851
+ },
852
+ {
853
+ type : 'hbox',
854
+ children :
855
+ [
856
+ {
857
+ type : 'checkbox',
858
+ id : 'menubar',
859
+ label : linkLang.popupMenuBar,
860
+ setup : setupPopupParams,
861
+ commit : commitPopupParams
862
+
863
+ },
864
+ {
865
+ type : 'checkbox',
866
+ id : 'fullscreen',
867
+ label : linkLang.popupFullScreen,
868
+ setup : setupPopupParams,
869
+ commit : commitPopupParams
870
+
871
+ }
872
+ ]
873
+ },
874
+ {
875
+ type : 'hbox',
876
+ children :
877
+ [
878
+ {
879
+ type : 'checkbox',
880
+ id : 'scrollbars',
881
+ label : linkLang.popupScrollBars,
882
+ setup : setupPopupParams,
883
+ commit : commitPopupParams
884
+
885
+ },
886
+ {
887
+ type : 'checkbox',
888
+ id : 'dependent',
889
+ label : linkLang.popupDependent,
890
+ setup : setupPopupParams,
891
+ commit : commitPopupParams
892
+
893
+ }
894
+ ]
895
+ },
896
+ {
897
+ type : 'hbox',
898
+ children :
899
+ [
900
+ {
901
+ type : 'text',
902
+ widths : [ '50%', '50%' ],
903
+ labelLayout : 'horizontal',
904
+ label : commonLang.width,
905
+ id : 'width',
906
+ setup : setupPopupParams,
907
+ commit : commitPopupParams
908
+
909
+ },
910
+ {
911
+ type : 'text',
912
+ labelLayout : 'horizontal',
913
+ widths : [ '50%', '50%' ],
914
+ label : linkLang.popupLeft,
915
+ id : 'left',
916
+ setup : setupPopupParams,
917
+ commit : commitPopupParams
918
+
919
+ }
920
+ ]
921
+ },
922
+ {
923
+ type : 'hbox',
924
+ children :
925
+ [
926
+ {
927
+ type : 'text',
928
+ labelLayout : 'horizontal',
929
+ widths : [ '50%', '50%' ],
930
+ label : commonLang.height,
931
+ id : 'height',
932
+ setup : setupPopupParams,
933
+ commit : commitPopupParams
934
+
935
+ },
936
+ {
937
+ type : 'text',
938
+ labelLayout : 'horizontal',
939
+ label : linkLang.popupTop,
940
+ widths : [ '50%', '50%' ],
941
+ id : 'top',
942
+ setup : setupPopupParams,
943
+ commit : commitPopupParams
944
+
945
+ }
946
+ ]
947
+ }
948
+ ]
949
+ }
950
+ ]
951
+ }
952
+ ]
953
+ },
954
+ {
955
+ id : 'upload',
956
+ label : linkLang.upload,
957
+ title : linkLang.upload,
958
+ hidden : true,
959
+ filebrowser : 'uploadButton',
960
+ elements :
961
+ [
962
+ {
963
+ type : 'file',
964
+ id : 'upload',
965
+ label : commonLang.upload,
966
+ style: 'height:40px',
967
+ size : 29
968
+ },
969
+ {
970
+ type : 'fileButton',
971
+ id : 'uploadButton',
972
+ label : commonLang.uploadSubmit,
973
+ filebrowser : 'info:url',
974
+ 'for' : [ 'upload', 'upload' ]
975
+ }
976
+ ]
977
+ },
978
+ {
979
+ id : 'advanced',
980
+ label : linkLang.advanced,
981
+ title : linkLang.advanced,
982
+ elements :
983
+ [
984
+ {
985
+ type : 'vbox',
986
+ padding : 1,
987
+ children :
988
+ [
989
+ {
990
+ type : 'hbox',
991
+ widths : [ '45%', '35%', '20%' ],
992
+ children :
993
+ [
994
+ {
995
+ type : 'text',
996
+ id : 'advId',
997
+ label : linkLang.id,
998
+ setup : setupAdvParams,
999
+ commit : commitAdvParams
1000
+ },
1001
+ {
1002
+ type : 'select',
1003
+ id : 'advLangDir',
1004
+ label : linkLang.langDir,
1005
+ 'default' : '',
1006
+ style : 'width:110px',
1007
+ items :
1008
+ [
1009
+ [ commonLang.notSet, '' ],
1010
+ [ linkLang.langDirLTR, 'ltr' ],
1011
+ [ linkLang.langDirRTL, 'rtl' ]
1012
+ ],
1013
+ setup : setupAdvParams,
1014
+ commit : commitAdvParams
1015
+ },
1016
+ {
1017
+ type : 'text',
1018
+ id : 'advAccessKey',
1019
+ width : '80px',
1020
+ label : linkLang.acccessKey,
1021
+ maxLength : 1,
1022
+ setup : setupAdvParams,
1023
+ commit : commitAdvParams
1024
+
1025
+ }
1026
+ ]
1027
+ },
1028
+ {
1029
+ type : 'hbox',
1030
+ widths : [ '45%', '35%', '20%' ],
1031
+ children :
1032
+ [
1033
+ {
1034
+ type : 'text',
1035
+ label : linkLang.name,
1036
+ id : 'advName',
1037
+ setup : setupAdvParams,
1038
+ commit : commitAdvParams
1039
+
1040
+ },
1041
+ {
1042
+ type : 'text',
1043
+ label : linkLang.langCode,
1044
+ id : 'advLangCode',
1045
+ width : '110px',
1046
+ 'default' : '',
1047
+ setup : setupAdvParams,
1048
+ commit : commitAdvParams
1049
+
1050
+ },
1051
+ {
1052
+ type : 'text',
1053
+ label : linkLang.tabIndex,
1054
+ id : 'advTabIndex',
1055
+ width : '80px',
1056
+ maxLength : 5,
1057
+ setup : setupAdvParams,
1058
+ commit : commitAdvParams
1059
+
1060
+ }
1061
+ ]
1062
+ }
1063
+ ]
1064
+ },
1065
+ {
1066
+ type : 'vbox',
1067
+ padding : 1,
1068
+ children :
1069
+ [
1070
+ {
1071
+ type : 'hbox',
1072
+ widths : [ '45%', '55%' ],
1073
+ children :
1074
+ [
1075
+ {
1076
+ type : 'text',
1077
+ label : linkLang.advisoryTitle,
1078
+ 'default' : '',
1079
+ id : 'advTitle',
1080
+ setup : setupAdvParams,
1081
+ commit : commitAdvParams
1082
+
1083
+ },
1084
+ {
1085
+ type : 'text',
1086
+ label : linkLang.advisoryContentType,
1087
+ 'default' : '',
1088
+ id : 'advContentType',
1089
+ setup : setupAdvParams,
1090
+ commit : commitAdvParams
1091
+
1092
+ }
1093
+ ]
1094
+ },
1095
+ {
1096
+ type : 'hbox',
1097
+ widths : [ '45%', '55%' ],
1098
+ children :
1099
+ [
1100
+ {
1101
+ type : 'text',
1102
+ label : linkLang.cssClasses,
1103
+ 'default' : '',
1104
+ id : 'advCSSClasses',
1105
+ setup : setupAdvParams,
1106
+ commit : commitAdvParams
1107
+
1108
+ },
1109
+ {
1110
+ type : 'text',
1111
+ label : linkLang.charset,
1112
+ 'default' : '',
1113
+ id : 'advCharset',
1114
+ setup : setupAdvParams,
1115
+ commit : commitAdvParams
1116
+
1117
+ }
1118
+ ]
1119
+ },
1120
+ {
1121
+ type : 'hbox',
1122
+ widths : [ '45%', '55%' ],
1123
+ children :
1124
+ [
1125
+ {
1126
+ type : 'text',
1127
+ label : linkLang.rel,
1128
+ 'default' : '',
1129
+ id : 'advRel',
1130
+ setup : setupAdvParams,
1131
+ commit : commitAdvParams
1132
+ },
1133
+ {
1134
+ type : 'text',
1135
+ label : linkLang.styles,
1136
+ 'default' : '',
1137
+ id : 'advStyles',
1138
+ setup : setupAdvParams,
1139
+ commit : commitAdvParams
1140
+ }
1141
+ ]
1142
+ }
1143
+ ]
1144
+ }
1145
+ ]
1146
+ }
1147
+ ],
1148
+ onShow : function()
1149
+ {
1150
+ var editor = this.getParentEditor(),
1151
+ selection = editor.getSelection(),
1152
+ element = null;
1153
+
1154
+ // Fill in all the relevant fields if there's already one link selected.
1155
+ if ( ( element = plugin.getSelectedLink( editor ) ) && element.hasAttribute( 'href' ) )
1156
+ selection.selectElement( element );
1157
+ else
1158
+ element = null;
1159
+
1160
+ this.setupContent( parseLink.apply( this, [ editor, element ] ) );
1161
+ },
1162
+ onOk : function()
1163
+ {
1164
+ var attributes = {},
1165
+ removeAttributes = [],
1166
+ data = {},
1167
+ me = this,
1168
+ editor = this.getParentEditor();
1169
+
1170
+ this.commitContent( data );
1171
+
1172
+ // Compose the URL.
1173
+ switch ( data.type || 'url' )
1174
+ {
1175
+ case 'url':
1176
+ var protocol = ( data.url && data.url.protocol != undefined ) ? data.url.protocol : 'http://',
1177
+ url = ( data.url && data.url.url ) || '';
1178
+ attributes[ 'data-cke-saved-href' ] = ( url.indexOf( '/' ) === 0 ) ? url : protocol + url;
1179
+ break;
1180
+ case 'anchor':
1181
+ var name = ( data.anchor && data.anchor.name ),
1182
+ id = ( data.anchor && data.anchor.id );
1183
+ attributes[ 'data-cke-saved-href' ] = '#' + ( name || id || '' );
1184
+ break;
1185
+ case 'email':
1186
+
1187
+ var linkHref,
1188
+ email = data.email,
1189
+ address = email.address;
1190
+
1191
+ switch( emailProtection )
1192
+ {
1193
+ case '' :
1194
+ case 'encode' :
1195
+ {
1196
+ var subject = encodeURIComponent( email.subject || '' ),
1197
+ body = encodeURIComponent( email.body || '' );
1198
+
1199
+ // Build the e-mail parameters first.
1200
+ var argList = [];
1201
+ subject && argList.push( 'subject=' + subject );
1202
+ body && argList.push( 'body=' + body );
1203
+ argList = argList.length ? '?' + argList.join( '&' ) : '';
1204
+
1205
+ if ( emailProtection == 'encode' )
1206
+ {
1207
+ linkHref = [ 'javascript:void(location.href=\'mailto:\'+',
1208
+ protectEmailAddressAsEncodedString( address ) ];
1209
+ // parameters are optional.
1210
+ argList && linkHref.push( '+\'', escapeSingleQuote( argList ), '\'' );
1211
+
1212
+ linkHref.push( ')' );
1213
+ }
1214
+ else
1215
+ linkHref = [ 'mailto:', address, argList ];
1216
+
1217
+ break;
1218
+ }
1219
+ default :
1220
+ {
1221
+ // Separating name and domain.
1222
+ var nameAndDomain = address.split( '@', 2 );
1223
+ email.name = nameAndDomain[ 0 ];
1224
+ email.domain = nameAndDomain[ 1 ];
1225
+
1226
+ linkHref = [ 'javascript:', protectEmailLinkAsFunction( email ) ];
1227
+ }
1228
+ }
1229
+
1230
+ attributes[ 'data-cke-saved-href' ] = linkHref.join( '' );
1231
+ break;
1232
+ }
1233
+
1234
+ // Popups and target.
1235
+ if ( data.target )
1236
+ {
1237
+ if ( data.target.type == 'popup' )
1238
+ {
1239
+ var onclickList = [ 'window.open(this.href, \'',
1240
+ data.target.name || '', '\', \'' ];
1241
+ var featureList = [ 'resizable', 'status', 'location', 'toolbar', 'menubar', 'fullscreen',
1242
+ 'scrollbars', 'dependent' ];
1243
+ var featureLength = featureList.length;
1244
+ var addFeature = function( featureName )
1245
+ {
1246
+ if ( data.target[ featureName ] )
1247
+ featureList.push( featureName + '=' + data.target[ featureName ] );
1248
+ };
1249
+
1250
+ for ( var i = 0 ; i < featureLength ; i++ )
1251
+ featureList[i] = featureList[i] + ( data.target[ featureList[i] ] ? '=yes' : '=no' ) ;
1252
+ addFeature( 'width' );
1253
+ addFeature( 'left' );
1254
+ addFeature( 'height' );
1255
+ addFeature( 'top' );
1256
+
1257
+ onclickList.push( featureList.join( ',' ), '\'); return false;' );
1258
+ attributes[ 'data-cke-pa-onclick' ] = onclickList.join( '' );
1259
+
1260
+ // Add the "target" attribute. (#5074)
1261
+ removeAttributes.push( 'target' );
1262
+ }
1263
+ else
1264
+ {
1265
+ if ( data.target.type != 'notSet' && data.target.name )
1266
+ attributes.target = data.target.name;
1267
+ else
1268
+ removeAttributes.push( 'target' );
1269
+
1270
+ removeAttributes.push( 'data-cke-pa-onclick', 'onclick' );
1271
+ }
1272
+ }
1273
+
1274
+ // Advanced attributes.
1275
+ if ( data.adv )
1276
+ {
1277
+ var advAttr = function( inputName, attrName )
1278
+ {
1279
+ var value = data.adv[ inputName ];
1280
+ if ( value )
1281
+ attributes[attrName] = value;
1282
+ else
1283
+ removeAttributes.push( attrName );
1284
+ };
1285
+
1286
+ advAttr( 'advId', 'id' );
1287
+ advAttr( 'advLangDir', 'dir' );
1288
+ advAttr( 'advAccessKey', 'accessKey' );
1289
+
1290
+ if ( data.adv[ 'advName' ] )
1291
+ attributes[ 'name' ] = attributes[ 'data-cke-saved-name' ] = data.adv[ 'advName' ];
1292
+ else
1293
+ removeAttributes = removeAttributes.concat( [ 'data-cke-saved-name', 'name' ] );
1294
+
1295
+ advAttr( 'advLangCode', 'lang' );
1296
+ advAttr( 'advTabIndex', 'tabindex' );
1297
+ advAttr( 'advTitle', 'title' );
1298
+ advAttr( 'advContentType', 'type' );
1299
+ advAttr( 'advCSSClasses', 'class' );
1300
+ advAttr( 'advCharset', 'charset' );
1301
+ advAttr( 'advStyles', 'style' );
1302
+ advAttr( 'advRel', 'rel' );
1303
+ }
1304
+
1305
+
1306
+ // Browser need the "href" fro copy/paste link to work. (#6641)
1307
+ attributes.href = attributes[ 'data-cke-saved-href' ];
1308
+
1309
+ if ( !this._.selectedElement )
1310
+ {
1311
+ // Create element if current selection is collapsed.
1312
+ var selection = editor.getSelection(),
1313
+ ranges = selection.getRanges( true );
1314
+ if ( ranges.length == 1 && ranges[0].collapsed )
1315
+ {
1316
+ // Short mailto link text view (#5736).
1317
+ var text = new CKEDITOR.dom.text( data.type == 'email' ?
1318
+ data.email.address : attributes[ 'data-cke-saved-href' ], editor.document );
1319
+ ranges[0].insertNode( text );
1320
+ ranges[0].selectNodeContents( text );
1321
+ selection.selectRanges( ranges );
1322
+ }
1323
+
1324
+ // Apply style.
1325
+ var style = new CKEDITOR.style( { element : 'a', attributes : attributes } );
1326
+ style.type = CKEDITOR.STYLE_INLINE; // need to override... dunno why.
1327
+ style.apply( editor.document );
1328
+ }
1329
+ else
1330
+ {
1331
+ // We're only editing an existing link, so just overwrite the attributes.
1332
+ var element = this._.selectedElement,
1333
+ href = element.data( 'cke-saved-href' ),
1334
+ textView = element.getHtml();
1335
+
1336
+ element.setAttributes( attributes );
1337
+ element.removeAttributes( removeAttributes );
1338
+
1339
+ if ( data.adv && data.adv.advName && CKEDITOR.plugins.link.synAnchorSelector )
1340
+ element.addClass( element.getChildCount() ? 'cke_anchor' : 'cke_anchor_empty' );
1341
+
1342
+ // Update text view when user changes protocol (#4612).
1343
+ if ( href == textView || data.type == 'email' && textView.indexOf( '@' ) != -1 )
1344
+ {
1345
+ // Short mailto link text view (#5736).
1346
+ element.setHtml( data.type == 'email' ?
1347
+ data.email.address : attributes[ 'data-cke-saved-href' ] );
1348
+ }
1349
+
1350
+ delete this._.selectedElement;
1351
+ }
1352
+ },
1353
+ onLoad : function()
1354
+ {
1355
+ if ( !editor.config.linkShowAdvancedTab )
1356
+ this.hidePage( 'advanced' ); //Hide Advanded tab.
1357
+
1358
+ if ( !editor.config.linkShowTargetTab )
1359
+ this.hidePage( 'target' ); //Hide Target tab.
1360
+
1361
+ },
1362
+ // Inital focus on 'url' field if link is of type URL.
1363
+ onFocus : function()
1364
+ {
1365
+ var linkType = this.getContentElement( 'info', 'linkType' ),
1366
+ urlField;
1367
+ if ( linkType && linkType.getValue() == 'url' )
1368
+ {
1369
+ urlField = this.getContentElement( 'info', 'url' );
1370
+ urlField.select();
1371
+ }
1372
+ }
1373
+ };
1374
+ });
1375
+
1376
+ /**
1377
+ * The e-mail address anti-spam protection option. The protection will be
1378
+ * applied when creating or modifying e-mail links through the editor interface.<br>
1379
+ * Two methods of protection can be choosed:
1380
+ * <ol> <li>The e-mail parts (name, domain and any other query string) are
1381
+ * assembled into a function call pattern. Such function must be
1382
+ * provided by the developer in the pages that will use the contents.
1383
+ * <li>Only the e-mail address is obfuscated into a special string that
1384
+ * has no meaning for humans or spam bots, but which is properly
1385
+ * rendered and accepted by the browser.</li></ol>
1386
+ * Both approaches require JavaScript to be enabled.
1387
+ * @name CKEDITOR.config.emailProtection
1388
+ * @since 3.1
1389
+ * @type String
1390
+ * @default '' (empty string = disabled)
1391
+ * @example
1392
+ * // href="mailto:tester@ckeditor.com?subject=subject&body=body"
1393
+ * config.emailProtection = '';
1394
+ * @example
1395
+ * // href="<a href=\"javascript:void(location.href=\'mailto:\'+String.fromCharCode(116,101,115,116,101,114,64,99,107,101,100,105,116,111,114,46,99,111,109)+\'?subject=subject&body=body\')\">e-mail</a>"
1396
+ * config.emailProtection = 'encode';
1397
+ * @example
1398
+ * // href="javascript:mt('tester','ckeditor.com','subject','body')"
1399
+ * config.emailProtection = 'mt(NAME,DOMAIN,SUBJECT,BODY)';
1400
+ */