ouvrages-tinymce-rails 3.4.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (287) hide show
  1. data/LICENSE +18 -0
  2. data/README.md +67 -0
  3. data/Rakefile +59 -0
  4. data/assets/integration/tinymce-jquery.js +3 -0
  5. data/assets/integration/tinymce.js +2 -0
  6. data/assets/integration/tinymce/preinit.js.erb +5 -0
  7. data/assets/precompiled/tinymce/jquery.tinymce.js +1 -0
  8. data/assets/precompiled/tinymce/langs/en.js +1 -0
  9. data/assets/precompiled/tinymce/langs/fr.js +1 -0
  10. data/assets/precompiled/tinymce/license.txt +504 -0
  11. data/assets/precompiled/tinymce/plugins/advhr/css/advhr.css +5 -0
  12. data/assets/precompiled/tinymce/plugins/advhr/editor_plugin.js +1 -0
  13. data/assets/precompiled/tinymce/plugins/advhr/editor_plugin_src.js +57 -0
  14. data/assets/precompiled/tinymce/plugins/advhr/js/rule.js +43 -0
  15. data/assets/precompiled/tinymce/plugins/advhr/langs/en_dlg.js +1 -0
  16. data/assets/precompiled/tinymce/plugins/advhr/langs/fr_dlg.js +1 -0
  17. data/assets/precompiled/tinymce/plugins/advhr/rule.htm +58 -0
  18. data/assets/precompiled/tinymce/plugins/advimage/css/advimage.css +13 -0
  19. data/assets/precompiled/tinymce/plugins/advimage/editor_plugin.js +1 -0
  20. data/assets/precompiled/tinymce/plugins/advimage/editor_plugin_src.js +50 -0
  21. data/assets/precompiled/tinymce/plugins/advimage/image.htm +235 -0
  22. data/assets/precompiled/tinymce/plugins/advimage/img/sample.gif +0 -0
  23. data/assets/precompiled/tinymce/plugins/advimage/js/image.js +462 -0
  24. data/assets/precompiled/tinymce/plugins/advimage/langs/en_dlg.js +1 -0
  25. data/assets/precompiled/tinymce/plugins/advimage/langs/fr_dlg.js +1 -0
  26. data/assets/precompiled/tinymce/plugins/advlink/css/advlink.css +8 -0
  27. data/assets/precompiled/tinymce/plugins/advlink/editor_plugin.js +1 -0
  28. data/assets/precompiled/tinymce/plugins/advlink/editor_plugin_src.js +61 -0
  29. data/assets/precompiled/tinymce/plugins/advlink/js/advlink.js +532 -0
  30. data/assets/precompiled/tinymce/plugins/advlink/langs/en_dlg.js +1 -0
  31. data/assets/precompiled/tinymce/plugins/advlink/langs/fr_dlg.js +1 -0
  32. data/assets/precompiled/tinymce/plugins/advlink/link.htm +338 -0
  33. data/assets/precompiled/tinymce/plugins/advlist/editor_plugin.js +1 -0
  34. data/assets/precompiled/tinymce/plugins/advlist/editor_plugin_src.js +176 -0
  35. data/assets/precompiled/tinymce/plugins/autolink/editor_plugin.js +1 -0
  36. data/assets/precompiled/tinymce/plugins/autolink/editor_plugin_src.js +172 -0
  37. data/assets/precompiled/tinymce/plugins/autoresize/editor_plugin.js +1 -0
  38. data/assets/precompiled/tinymce/plugins/autoresize/editor_plugin_src.js +137 -0
  39. data/assets/precompiled/tinymce/plugins/autosave/editor_plugin.js +1 -0
  40. data/assets/precompiled/tinymce/plugins/autosave/editor_plugin_src.js +431 -0
  41. data/assets/precompiled/tinymce/plugins/autosave/langs/en.js +4 -0
  42. data/assets/precompiled/tinymce/plugins/bbcode/editor_plugin.js +1 -0
  43. data/assets/precompiled/tinymce/plugins/bbcode/editor_plugin_src.js +120 -0
  44. data/assets/precompiled/tinymce/plugins/contextmenu/editor_plugin.js +1 -0
  45. data/assets/precompiled/tinymce/plugins/contextmenu/editor_plugin_src.js +160 -0
  46. data/assets/precompiled/tinymce/plugins/directionality/editor_plugin.js +1 -0
  47. data/assets/precompiled/tinymce/plugins/directionality/editor_plugin_src.js +82 -0
  48. data/assets/precompiled/tinymce/plugins/emotions/editor_plugin.js +1 -0
  49. data/assets/precompiled/tinymce/plugins/emotions/editor_plugin_src.js +43 -0
  50. data/assets/precompiled/tinymce/plugins/emotions/emotions.htm +41 -0
  51. data/assets/precompiled/tinymce/plugins/emotions/img/smiley-cool.gif +0 -0
  52. data/assets/precompiled/tinymce/plugins/emotions/img/smiley-cry.gif +0 -0
  53. data/assets/precompiled/tinymce/plugins/emotions/img/smiley-embarassed.gif +0 -0
  54. data/assets/precompiled/tinymce/plugins/emotions/img/smiley-foot-in-mouth.gif +0 -0
  55. data/assets/precompiled/tinymce/plugins/emotions/img/smiley-frown.gif +0 -0
  56. data/assets/precompiled/tinymce/plugins/emotions/img/smiley-innocent.gif +0 -0
  57. data/assets/precompiled/tinymce/plugins/emotions/img/smiley-kiss.gif +0 -0
  58. data/assets/precompiled/tinymce/plugins/emotions/img/smiley-laughing.gif +0 -0
  59. data/assets/precompiled/tinymce/plugins/emotions/img/smiley-money-mouth.gif +0 -0
  60. data/assets/precompiled/tinymce/plugins/emotions/img/smiley-sealed.gif +0 -0
  61. data/assets/precompiled/tinymce/plugins/emotions/img/smiley-smile.gif +0 -0
  62. data/assets/precompiled/tinymce/plugins/emotions/img/smiley-surprised.gif +0 -0
  63. data/assets/precompiled/tinymce/plugins/emotions/img/smiley-tongue-out.gif +0 -0
  64. data/assets/precompiled/tinymce/plugins/emotions/img/smiley-undecided.gif +0 -0
  65. data/assets/precompiled/tinymce/plugins/emotions/img/smiley-wink.gif +0 -0
  66. data/assets/precompiled/tinymce/plugins/emotions/img/smiley-yell.gif +0 -0
  67. data/assets/precompiled/tinymce/plugins/emotions/js/emotions.js +22 -0
  68. data/assets/precompiled/tinymce/plugins/emotions/langs/en_dlg.js +1 -0
  69. data/assets/precompiled/tinymce/plugins/emotions/langs/fr_dlg.js +1 -0
  70. data/assets/precompiled/tinymce/plugins/example/dialog.htm +22 -0
  71. data/assets/precompiled/tinymce/plugins/example/editor_plugin.js +1 -0
  72. data/assets/precompiled/tinymce/plugins/example/editor_plugin_src.js +84 -0
  73. data/assets/precompiled/tinymce/plugins/example/img/example.gif +0 -0
  74. data/assets/precompiled/tinymce/plugins/example/js/dialog.js +19 -0
  75. data/assets/precompiled/tinymce/plugins/example/langs/en.js +3 -0
  76. data/assets/precompiled/tinymce/plugins/example/langs/en_dlg.js +3 -0
  77. data/assets/precompiled/tinymce/plugins/example_dependency/editor_plugin.js +1 -0
  78. data/assets/precompiled/tinymce/plugins/example_dependency/editor_plugin_src.js +50 -0
  79. data/assets/precompiled/tinymce/plugins/fullpage/css/fullpage.css +143 -0
  80. data/assets/precompiled/tinymce/plugins/fullpage/editor_plugin.js +1 -0
  81. data/assets/precompiled/tinymce/plugins/fullpage/editor_plugin_src.js +405 -0
  82. data/assets/precompiled/tinymce/plugins/fullpage/fullpage.htm +259 -0
  83. data/assets/precompiled/tinymce/plugins/fullpage/js/fullpage.js +232 -0
  84. data/assets/precompiled/tinymce/plugins/fullpage/langs/en_dlg.js +1 -0
  85. data/assets/precompiled/tinymce/plugins/fullpage/langs/fr_dlg.js +1 -0
  86. data/assets/precompiled/tinymce/plugins/fullscreen/editor_plugin.js +1 -0
  87. data/assets/precompiled/tinymce/plugins/fullscreen/editor_plugin_src.js +159 -0
  88. data/assets/precompiled/tinymce/plugins/fullscreen/fullscreen.htm +110 -0
  89. data/assets/precompiled/tinymce/plugins/iespell/editor_plugin.js +1 -0
  90. data/assets/precompiled/tinymce/plugins/iespell/editor_plugin_src.js +54 -0
  91. data/assets/precompiled/tinymce/plugins/inlinepopups/editor_plugin.js +1 -0
  92. data/assets/precompiled/tinymce/plugins/inlinepopups/editor_plugin_src.js +699 -0
  93. data/assets/precompiled/tinymce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif +0 -0
  94. data/assets/precompiled/tinymce/plugins/inlinepopups/skins/clearlooks2/img/button.gif +0 -0
  95. data/assets/precompiled/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif +0 -0
  96. data/assets/precompiled/tinymce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif +0 -0
  97. data/assets/precompiled/tinymce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif +0 -0
  98. data/assets/precompiled/tinymce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif +0 -0
  99. data/assets/precompiled/tinymce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif +0 -0
  100. data/assets/precompiled/tinymce/plugins/inlinepopups/skins/clearlooks2/window.css +90 -0
  101. data/assets/precompiled/tinymce/plugins/inlinepopups/template.htm +387 -0
  102. data/assets/precompiled/tinymce/plugins/insertdatetime/editor_plugin.js +1 -0
  103. data/assets/precompiled/tinymce/plugins/insertdatetime/editor_plugin_src.js +83 -0
  104. data/assets/precompiled/tinymce/plugins/layer/editor_plugin.js +1 -0
  105. data/assets/precompiled/tinymce/plugins/layer/editor_plugin_src.js +262 -0
  106. data/assets/precompiled/tinymce/plugins/legacyoutput/editor_plugin.js +1 -0
  107. data/assets/precompiled/tinymce/plugins/legacyoutput/editor_plugin_src.js +139 -0
  108. data/assets/precompiled/tinymce/plugins/lists/editor_plugin.js +1 -0
  109. data/assets/precompiled/tinymce/plugins/lists/editor_plugin_src.js +781 -0
  110. data/assets/precompiled/tinymce/plugins/media/css/media.css +17 -0
  111. data/assets/precompiled/tinymce/plugins/media/editor_plugin.js +1 -0
  112. data/assets/precompiled/tinymce/plugins/media/editor_plugin_src.js +890 -0
  113. data/assets/precompiled/tinymce/plugins/media/js/embed.js +73 -0
  114. data/assets/precompiled/tinymce/plugins/media/js/media.js +453 -0
  115. data/assets/precompiled/tinymce/plugins/media/langs/en_dlg.js +1 -0
  116. data/assets/precompiled/tinymce/plugins/media/langs/fr_dlg.js +1 -0
  117. data/assets/precompiled/tinymce/plugins/media/media.htm +922 -0
  118. data/assets/precompiled/tinymce/plugins/media/moxieplayer.swf +0 -0
  119. data/assets/precompiled/tinymce/plugins/nonbreaking/editor_plugin.js +1 -0
  120. data/assets/precompiled/tinymce/plugins/nonbreaking/editor_plugin_src.js +54 -0
  121. data/assets/precompiled/tinymce/plugins/noneditable/editor_plugin.js +1 -0
  122. data/assets/precompiled/tinymce/plugins/noneditable/editor_plugin_src.js +95 -0
  123. data/assets/precompiled/tinymce/plugins/pagebreak/editor_plugin.js +1 -0
  124. data/assets/precompiled/tinymce/plugins/pagebreak/editor_plugin_src.js +74 -0
  125. data/assets/precompiled/tinymce/plugins/paste/editor_plugin.js +1 -0
  126. data/assets/precompiled/tinymce/plugins/paste/editor_plugin_src.js +871 -0
  127. data/assets/precompiled/tinymce/plugins/paste/js/pastetext.js +36 -0
  128. data/assets/precompiled/tinymce/plugins/paste/js/pasteword.js +51 -0
  129. data/assets/precompiled/tinymce/plugins/paste/langs/en_dlg.js +1 -0
  130. data/assets/precompiled/tinymce/plugins/paste/langs/fr_dlg.js +1 -0
  131. data/assets/precompiled/tinymce/plugins/paste/pastetext.htm +27 -0
  132. data/assets/precompiled/tinymce/plugins/paste/pasteword.htm +21 -0
  133. data/assets/precompiled/tinymce/plugins/preview/editor_plugin.js +1 -0
  134. data/assets/precompiled/tinymce/plugins/preview/editor_plugin_src.js +53 -0
  135. data/assets/precompiled/tinymce/plugins/preview/example.html +28 -0
  136. data/assets/precompiled/tinymce/plugins/preview/jscripts/embed.js +73 -0
  137. data/assets/precompiled/tinymce/plugins/preview/preview.html +17 -0
  138. data/assets/precompiled/tinymce/plugins/print/editor_plugin.js +1 -0
  139. data/assets/precompiled/tinymce/plugins/print/editor_plugin_src.js +34 -0
  140. data/assets/precompiled/tinymce/plugins/save/editor_plugin.js +1 -0
  141. data/assets/precompiled/tinymce/plugins/save/editor_plugin_src.js +101 -0
  142. data/assets/precompiled/tinymce/plugins/searchreplace/css/searchreplace.css +6 -0
  143. data/assets/precompiled/tinymce/plugins/searchreplace/editor_plugin.js +1 -0
  144. data/assets/precompiled/tinymce/plugins/searchreplace/editor_plugin_src.js +61 -0
  145. data/assets/precompiled/tinymce/plugins/searchreplace/js/searchreplace.js +142 -0
  146. data/assets/precompiled/tinymce/plugins/searchreplace/langs/en_dlg.js +1 -0
  147. data/assets/precompiled/tinymce/plugins/searchreplace/langs/fr_dlg.js +1 -0
  148. data/assets/precompiled/tinymce/plugins/searchreplace/searchreplace.htm +100 -0
  149. data/assets/precompiled/tinymce/plugins/spellchecker/css/content.css +1 -0
  150. data/assets/precompiled/tinymce/plugins/spellchecker/editor_plugin.js +1 -0
  151. data/assets/precompiled/tinymce/plugins/spellchecker/editor_plugin_src.js +436 -0
  152. data/assets/precompiled/tinymce/plugins/spellchecker/img/wline.gif +0 -0
  153. data/assets/precompiled/tinymce/plugins/style/css/props.css +13 -0
  154. data/assets/precompiled/tinymce/plugins/style/editor_plugin.js +1 -0
  155. data/assets/precompiled/tinymce/plugins/style/editor_plugin_src.js +55 -0
  156. data/assets/precompiled/tinymce/plugins/style/js/props.js +635 -0
  157. data/assets/precompiled/tinymce/plugins/style/langs/en_dlg.js +1 -0
  158. data/assets/precompiled/tinymce/plugins/style/langs/fr_dlg.js +1 -0
  159. data/assets/precompiled/tinymce/plugins/style/props.htm +840 -0
  160. data/assets/precompiled/tinymce/plugins/tabfocus/editor_plugin.js +1 -0
  161. data/assets/precompiled/tinymce/plugins/tabfocus/editor_plugin_src.js +122 -0
  162. data/assets/precompiled/tinymce/plugins/table/cell.htm +180 -0
  163. data/assets/precompiled/tinymce/plugins/table/css/cell.css +17 -0
  164. data/assets/precompiled/tinymce/plugins/table/css/row.css +25 -0
  165. data/assets/precompiled/tinymce/plugins/table/css/table.css +13 -0
  166. data/assets/precompiled/tinymce/plugins/table/editor_plugin.js +1 -0
  167. data/assets/precompiled/tinymce/plugins/table/editor_plugin_src.js +1364 -0
  168. data/assets/precompiled/tinymce/plugins/table/js/cell.js +319 -0
  169. data/assets/precompiled/tinymce/plugins/table/js/merge_cells.js +27 -0
  170. data/assets/precompiled/tinymce/plugins/table/js/row.js +237 -0
  171. data/assets/precompiled/tinymce/plugins/table/js/table.js +450 -0
  172. data/assets/precompiled/tinymce/plugins/table/langs/en_dlg.js +1 -0
  173. data/assets/precompiled/tinymce/plugins/table/langs/fr_dlg.js +1 -0
  174. data/assets/precompiled/tinymce/plugins/table/merge_cells.htm +32 -0
  175. data/assets/precompiled/tinymce/plugins/table/row.htm +158 -0
  176. data/assets/precompiled/tinymce/plugins/table/table.htm +188 -0
  177. data/assets/precompiled/tinymce/plugins/template/blank.htm +12 -0
  178. data/assets/precompiled/tinymce/plugins/template/css/template.css +23 -0
  179. data/assets/precompiled/tinymce/plugins/template/editor_plugin.js +1 -0
  180. data/assets/precompiled/tinymce/plugins/template/editor_plugin_src.js +159 -0
  181. data/assets/precompiled/tinymce/plugins/template/js/template.js +106 -0
  182. data/assets/precompiled/tinymce/plugins/template/langs/en_dlg.js +1 -0
  183. data/assets/precompiled/tinymce/plugins/template/langs/fr_dlg.js +1 -0
  184. data/assets/precompiled/tinymce/plugins/template/template.htm +31 -0
  185. data/assets/precompiled/tinymce/plugins/visualchars/editor_plugin.js +1 -0
  186. data/assets/precompiled/tinymce/plugins/visualchars/editor_plugin_src.js +83 -0
  187. data/assets/precompiled/tinymce/plugins/wordcount/editor_plugin.js +1 -0
  188. data/assets/precompiled/tinymce/plugins/wordcount/editor_plugin_src.js +114 -0
  189. data/assets/precompiled/tinymce/plugins/xhtmlxtras/abbr.htm +142 -0
  190. data/assets/precompiled/tinymce/plugins/xhtmlxtras/acronym.htm +142 -0
  191. data/assets/precompiled/tinymce/plugins/xhtmlxtras/attributes.htm +149 -0
  192. data/assets/precompiled/tinymce/plugins/xhtmlxtras/cite.htm +142 -0
  193. data/assets/precompiled/tinymce/plugins/xhtmlxtras/css/attributes.css +11 -0
  194. data/assets/precompiled/tinymce/plugins/xhtmlxtras/css/popup.css +9 -0
  195. data/assets/precompiled/tinymce/plugins/xhtmlxtras/del.htm +162 -0
  196. data/assets/precompiled/tinymce/plugins/xhtmlxtras/editor_plugin.js +1 -0
  197. data/assets/precompiled/tinymce/plugins/xhtmlxtras/editor_plugin_src.js +132 -0
  198. data/assets/precompiled/tinymce/plugins/xhtmlxtras/ins.htm +162 -0
  199. data/assets/precompiled/tinymce/plugins/xhtmlxtras/js/abbr.js +28 -0
  200. data/assets/precompiled/tinymce/plugins/xhtmlxtras/js/acronym.js +28 -0
  201. data/assets/precompiled/tinymce/plugins/xhtmlxtras/js/attributes.js +111 -0
  202. data/assets/precompiled/tinymce/plugins/xhtmlxtras/js/cite.js +28 -0
  203. data/assets/precompiled/tinymce/plugins/xhtmlxtras/js/del.js +53 -0
  204. data/assets/precompiled/tinymce/plugins/xhtmlxtras/js/element_common.js +229 -0
  205. data/assets/precompiled/tinymce/plugins/xhtmlxtras/js/ins.js +53 -0
  206. data/assets/precompiled/tinymce/plugins/xhtmlxtras/langs/en_dlg.js +1 -0
  207. data/assets/precompiled/tinymce/plugins/xhtmlxtras/langs/fr_dlg.js +1 -0
  208. data/assets/precompiled/tinymce/themes/advanced/about.htm +52 -0
  209. data/assets/precompiled/tinymce/themes/advanced/anchor.htm +26 -0
  210. data/assets/precompiled/tinymce/themes/advanced/charmap.htm +51 -0
  211. data/assets/precompiled/tinymce/themes/advanced/color_picker.htm +74 -0
  212. data/assets/precompiled/tinymce/themes/advanced/editor_template.js +1 -0
  213. data/assets/precompiled/tinymce/themes/advanced/editor_template_src.js +1358 -0
  214. data/assets/precompiled/tinymce/themes/advanced/image.htm +80 -0
  215. data/assets/precompiled/tinymce/themes/advanced/img/colorpicker.jpg +0 -0
  216. data/assets/precompiled/tinymce/themes/advanced/img/flash.gif +0 -0
  217. data/assets/precompiled/tinymce/themes/advanced/img/icons.gif +0 -0
  218. data/assets/precompiled/tinymce/themes/advanced/img/iframe.gif +0 -0
  219. data/assets/precompiled/tinymce/themes/advanced/img/pagebreak.gif +0 -0
  220. data/assets/precompiled/tinymce/themes/advanced/img/quicktime.gif +0 -0
  221. data/assets/precompiled/tinymce/themes/advanced/img/realmedia.gif +0 -0
  222. data/assets/precompiled/tinymce/themes/advanced/img/shockwave.gif +0 -0
  223. data/assets/precompiled/tinymce/themes/advanced/img/trans.gif +0 -0
  224. data/assets/precompiled/tinymce/themes/advanced/img/video.gif +0 -0
  225. data/assets/precompiled/tinymce/themes/advanced/img/windowsmedia.gif +0 -0
  226. data/assets/precompiled/tinymce/themes/advanced/js/about.js +73 -0
  227. data/assets/precompiled/tinymce/themes/advanced/js/anchor.js +43 -0
  228. data/assets/precompiled/tinymce/themes/advanced/js/charmap.js +355 -0
  229. data/assets/precompiled/tinymce/themes/advanced/js/color_picker.js +329 -0
  230. data/assets/precompiled/tinymce/themes/advanced/js/image.js +251 -0
  231. data/assets/precompiled/tinymce/themes/advanced/js/link.js +153 -0
  232. data/assets/precompiled/tinymce/themes/advanced/js/source_editor.js +56 -0
  233. data/assets/precompiled/tinymce/themes/advanced/langs/en.js +1 -0
  234. data/assets/precompiled/tinymce/themes/advanced/langs/en_dlg.js +1 -0
  235. data/assets/precompiled/tinymce/themes/advanced/langs/fr.js +1 -0
  236. data/assets/precompiled/tinymce/themes/advanced/langs/fr_dlg.js +1 -0
  237. data/assets/precompiled/tinymce/themes/advanced/link.htm +57 -0
  238. data/assets/precompiled/tinymce/themes/advanced/shortcuts.htm +47 -0
  239. data/assets/precompiled/tinymce/themes/advanced/skins/default/content.css +50 -0
  240. data/assets/precompiled/tinymce/themes/advanced/skins/default/dialog.css +117 -0
  241. data/assets/precompiled/tinymce/themes/advanced/skins/default/img/buttons.png +0 -0
  242. data/assets/precompiled/tinymce/themes/advanced/skins/default/img/items.gif +0 -0
  243. data/assets/precompiled/tinymce/themes/advanced/skins/default/img/menu_arrow.gif +0 -0
  244. data/assets/precompiled/tinymce/themes/advanced/skins/default/img/menu_check.gif +0 -0
  245. data/assets/precompiled/tinymce/themes/advanced/skins/default/img/progress.gif +0 -0
  246. data/assets/precompiled/tinymce/themes/advanced/skins/default/img/tabs.gif +0 -0
  247. data/assets/precompiled/tinymce/themes/advanced/skins/default/ui.css +214 -0
  248. data/assets/precompiled/tinymce/themes/advanced/skins/highcontrast/content.css +24 -0
  249. data/assets/precompiled/tinymce/themes/advanced/skins/highcontrast/dialog.css +105 -0
  250. data/assets/precompiled/tinymce/themes/advanced/skins/highcontrast/ui.css +102 -0
  251. data/assets/precompiled/tinymce/themes/advanced/skins/o2k7/content.css +48 -0
  252. data/assets/precompiled/tinymce/themes/advanced/skins/o2k7/dialog.css +117 -0
  253. data/assets/precompiled/tinymce/themes/advanced/skins/o2k7/img/button_bg.png +0 -0
  254. data/assets/precompiled/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png +0 -0
  255. data/assets/precompiled/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png +0 -0
  256. data/assets/precompiled/tinymce/themes/advanced/skins/o2k7/ui.css +217 -0
  257. data/assets/precompiled/tinymce/themes/advanced/skins/o2k7/ui_black.css +8 -0
  258. data/assets/precompiled/tinymce/themes/advanced/skins/o2k7/ui_silver.css +5 -0
  259. data/assets/precompiled/tinymce/themes/advanced/source_editor.htm +25 -0
  260. data/assets/precompiled/tinymce/themes/simple/editor_template.js +1 -0
  261. data/assets/precompiled/tinymce/themes/simple/editor_template_src.js +84 -0
  262. data/assets/precompiled/tinymce/themes/simple/img/icons.gif +0 -0
  263. data/assets/precompiled/tinymce/themes/simple/langs/en.js +1 -0
  264. data/assets/precompiled/tinymce/themes/simple/langs/fr.js +1 -0
  265. data/assets/precompiled/tinymce/themes/simple/skins/default/content.css +25 -0
  266. data/assets/precompiled/tinymce/themes/simple/skins/default/ui.css +32 -0
  267. data/assets/precompiled/tinymce/themes/simple/skins/o2k7/content.css +17 -0
  268. data/assets/precompiled/tinymce/themes/simple/skins/o2k7/img/button_bg.png +0 -0
  269. data/assets/precompiled/tinymce/themes/simple/skins/o2k7/ui.css +35 -0
  270. data/assets/precompiled/tinymce/tiny_mce.js +1 -0
  271. data/assets/precompiled/tinymce/tiny_mce_jquery.js +1 -0
  272. data/assets/precompiled/tinymce/tiny_mce_jquery_src.js +15656 -0
  273. data/assets/precompiled/tinymce/tiny_mce_popup.js +5 -0
  274. data/assets/precompiled/tinymce/tiny_mce_src.js +16479 -0
  275. data/assets/precompiled/tinymce/utils/editable_selects.js +70 -0
  276. data/assets/precompiled/tinymce/utils/form_utils.js +210 -0
  277. data/assets/precompiled/tinymce/utils/mctabs.js +162 -0
  278. data/assets/precompiled/tinymce/utils/validate.js +252 -0
  279. data/assets/vendor/tinymce/jquery-tinymce.js +1 -0
  280. data/assets/vendor/tinymce/tiny_mce.js +16479 -0
  281. data/assets/vendor/tinymce/tiny_mce_jquery.js +15656 -0
  282. data/lib/tinymce-rails.rb +2 -0
  283. data/lib/tinymce/assets.rake +7 -0
  284. data/lib/tinymce/rails-3.1.0.rake +65 -0
  285. data/lib/tinymce/railtie.rb +27 -0
  286. data/lib/tinymce/version.rb +4 -0
  287. metadata +349 -0
@@ -0,0 +1 @@
1
+ tinyMCE.addI18n('en.advimage_dlg',{"image_list":"Image List","align_right":"Right","align_left":"Left","align_textbottom":"Text Bottom","align_texttop":"Text Top","align_bottom":"Bottom","align_middle":"Middle","align_top":"Top","align_baseline":"Baseline",align:"Alignment",hspace:"Horizontal Space",vspace:"Vertical Space",dimensions:"Dimensions",border:"Border",list:"Image List",alt:"Image Description",src:"Image URL","dialog_title":"Insert/Edit Image","missing_alt":"Are you sure you want to continue without including an Image Description? Without it the image may not be accessible to some users with disabilities, or to those using a text browser, or browsing the Web with images turned off.","example_img":"Appearance Preview Image",misc:"Miscellaneous",mouseout:"For Mouse Out",mouseover:"For Mouse Over","alt_image":"Alternative Image","swap_image":"Swap Image",map:"Image Map",id:"ID",rtl:"Right to Left",ltr:"Left to Right",classes:"Classes",style:"Style","long_desc":"Long Description Link",langcode:"Language Code",langdir:"Language Direction","constrain_proportions":"Constrain Proportions",preview:"Preview",title:"Title",general:"General","tab_advanced":"Advanced","tab_appearance":"Appearance","tab_general":"General",width:"Width",height:"Height"});
@@ -0,0 +1 @@
1
+ tinyMCE.addI18n('fr.advimage_dlg',{"image_list":"Liste d\'images","align_right":"Droite (flottant)","align_left":"Gauche (flottant)","align_textbottom":"Texte en bas","align_texttop":"Texte en haut","align_bottom":"En bas","align_middle":"Au milieu","align_top":"En haut","align_baseline":"Normal",align:"Alignement",hspace:"Espacement horizontal",vspace:"Espacement vertical",dimensions:"Dimensions",border:"Bordure",list:"Liste d\'images",alt:"Description de l\'image",src:"URL de l\'image","dialog_title":"Ins\u00e9rer / \u00e9diter une image","missing_alt":"\u00cates-vous s\u00fbr de vouloir continuer sans d\u00e9finir de description pour l\'image ? Sans elle, l\'image peut ne pas \u00eatre accessible \u00e0 certains utilisateurs handicap\u00e9s, ceux utilisant un navigateur texte ou ceux qui naviguent sans affichage des images.","example_img":"Apparence de l\'image",misc:"Divers",mouseout:"\u00e0 la sortie de la souris",mouseover:"au survol de la souris","alt_image":"Image alternative","swap_image":"Image de remplacement",map:"Image cliquable",id:"Id",rtl:"De droite \u00e0 gauche",ltr:"De gauche \u00e0 droite",classes:"Classes",style:"Style","long_desc":"Description longue du lien",langcode:"Code de la langue",langdir:"Sens de lecture","constrain_proportions":"Conserver les proportions",preview:"Pr\u00e9visualisation",title:"Titre",general:"G\u00e9n\u00e9ral","tab_advanced":"Avanc\u00e9","tab_appearance":"Apparence","tab_general":"G\u00e9n\u00e9ral",width:"Largeur",height:"Hauteur"});
@@ -0,0 +1,8 @@
1
+ .mceLinkList, .mceAnchorList, #targetlist {width:280px;}
2
+ .mceActionPanel {margin-top:7px;}
3
+ .panel_wrapper div.current {height:320px;}
4
+ #classlist, #title, #href {width:280px;}
5
+ #popupurl, #popupname {width:200px;}
6
+ #popupwidth, #popupheight, #popupleft, #popuptop {width:30px;vertical-align:middle;text-align:center;}
7
+ #id, #style, #classes, #target, #dir, #hreflang, #lang, #charset, #type, #rel, #rev, #tabindex, #accesskey {width:200px;}
8
+ #events_panel input {width:200px;}
@@ -0,0 +1 @@
1
+ (function(){tinymce.create("tinymce.plugins.AdvancedLinkPlugin",{init:function(a,b){this.editor=a;a.addCommand("mceAdvLink",function(){var c=a.selection;if(c.isCollapsed()&&!a.dom.getParent(c.getNode(),"A")){return}a.windowManager.open({file:b+"/link.htm",width:480+parseInt(a.getLang("advlink.delta_width",0)),height:400+parseInt(a.getLang("advlink.delta_height",0)),inline:1},{plugin_url:b})});a.addButton("link",{title:"advlink.link_desc",cmd:"mceAdvLink"});a.addShortcut("ctrl+k","advlink.advlink_desc","mceAdvLink");a.onNodeChange.add(function(d,c,f,e){c.setDisabled("link",e&&f.nodeName!="A");c.setActive("link",f.nodeName=="A"&&!f.name)})},getInfo:function(){return{longname:"Advanced link",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/advlink",version:tinymce.majorVersion+"."+tinymce.minorVersion}}});tinymce.PluginManager.add("advlink",tinymce.plugins.AdvancedLinkPlugin)})();
@@ -0,0 +1,61 @@
1
+ /**
2
+ * editor_plugin_src.js
3
+ *
4
+ * Copyright 2009, Moxiecode Systems AB
5
+ * Released under LGPL License.
6
+ *
7
+ * License: http://tinymce.moxiecode.com/license
8
+ * Contributing: http://tinymce.moxiecode.com/contributing
9
+ */
10
+
11
+ (function() {
12
+ tinymce.create('tinymce.plugins.AdvancedLinkPlugin', {
13
+ init : function(ed, url) {
14
+ this.editor = ed;
15
+
16
+ // Register commands
17
+ ed.addCommand('mceAdvLink', function() {
18
+ var se = ed.selection;
19
+
20
+ // No selection and not in link
21
+ if (se.isCollapsed() && !ed.dom.getParent(se.getNode(), 'A'))
22
+ return;
23
+
24
+ ed.windowManager.open({
25
+ file : url + '/link.htm',
26
+ width : 480 + parseInt(ed.getLang('advlink.delta_width', 0)),
27
+ height : 400 + parseInt(ed.getLang('advlink.delta_height', 0)),
28
+ inline : 1
29
+ }, {
30
+ plugin_url : url
31
+ });
32
+ });
33
+
34
+ // Register buttons
35
+ ed.addButton('link', {
36
+ title : 'advlink.link_desc',
37
+ cmd : 'mceAdvLink'
38
+ });
39
+
40
+ ed.addShortcut('ctrl+k', 'advlink.advlink_desc', 'mceAdvLink');
41
+
42
+ ed.onNodeChange.add(function(ed, cm, n, co) {
43
+ cm.setDisabled('link', co && n.nodeName != 'A');
44
+ cm.setActive('link', n.nodeName == 'A' && !n.name);
45
+ });
46
+ },
47
+
48
+ getInfo : function() {
49
+ return {
50
+ longname : 'Advanced link',
51
+ author : 'Moxiecode Systems AB',
52
+ authorurl : 'http://tinymce.moxiecode.com',
53
+ infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/advlink',
54
+ version : tinymce.majorVersion + "." + tinymce.minorVersion
55
+ };
56
+ }
57
+ });
58
+
59
+ // Register plugin
60
+ tinymce.PluginManager.add('advlink', tinymce.plugins.AdvancedLinkPlugin);
61
+ })();
@@ -0,0 +1,532 @@
1
+ /* Functions for the advlink plugin popup */
2
+
3
+ tinyMCEPopup.requireLangPack();
4
+
5
+ var templates = {
6
+ "window.open" : "window.open('${url}','${target}','${options}')"
7
+ };
8
+
9
+ function preinit() {
10
+ var url;
11
+
12
+ if (url = tinyMCEPopup.getParam("external_link_list_url"))
13
+ document.write('<script language="javascript" type="text/javascript" src="' + tinyMCEPopup.editor.documentBaseURI.toAbsolute(url) + '"></script>');
14
+ }
15
+
16
+ function changeClass() {
17
+ var f = document.forms[0];
18
+
19
+ f.classes.value = getSelectValue(f, 'classlist');
20
+ }
21
+
22
+ function init() {
23
+ tinyMCEPopup.resizeToInnerSize();
24
+
25
+ var formObj = document.forms[0];
26
+ var inst = tinyMCEPopup.editor;
27
+ var elm = inst.selection.getNode();
28
+ var action = "insert";
29
+ var html;
30
+
31
+ document.getElementById('hrefbrowsercontainer').innerHTML = getBrowserHTML('hrefbrowser','href','file','advlink');
32
+ document.getElementById('popupurlbrowsercontainer').innerHTML = getBrowserHTML('popupurlbrowser','popupurl','file','advlink');
33
+ document.getElementById('targetlistcontainer').innerHTML = getTargetListHTML('targetlist','target');
34
+
35
+ // Link list
36
+ html = getLinkListHTML('linklisthref','href');
37
+ if (html == "")
38
+ document.getElementById("linklisthrefrow").style.display = 'none';
39
+ else
40
+ document.getElementById("linklisthrefcontainer").innerHTML = html;
41
+
42
+ // Anchor list
43
+ html = getAnchorListHTML('anchorlist','href');
44
+ if (html == "")
45
+ document.getElementById("anchorlistrow").style.display = 'none';
46
+ else
47
+ document.getElementById("anchorlistcontainer").innerHTML = html;
48
+
49
+ // Resize some elements
50
+ if (isVisible('hrefbrowser'))
51
+ document.getElementById('href').style.width = '260px';
52
+
53
+ if (isVisible('popupurlbrowser'))
54
+ document.getElementById('popupurl').style.width = '180px';
55
+
56
+ elm = inst.dom.getParent(elm, "A");
57
+ if (elm != null && elm.nodeName == "A")
58
+ action = "update";
59
+
60
+ formObj.insert.value = tinyMCEPopup.getLang(action, 'Insert', true);
61
+
62
+ setPopupControlsDisabled(true);
63
+
64
+ if (action == "update") {
65
+ var href = inst.dom.getAttrib(elm, 'href');
66
+ var onclick = inst.dom.getAttrib(elm, 'onclick');
67
+
68
+ // Setup form data
69
+ setFormValue('href', href);
70
+ setFormValue('title', inst.dom.getAttrib(elm, 'title'));
71
+ setFormValue('id', inst.dom.getAttrib(elm, 'id'));
72
+ setFormValue('style', inst.dom.getAttrib(elm, "style"));
73
+ setFormValue('rel', inst.dom.getAttrib(elm, 'rel'));
74
+ setFormValue('rev', inst.dom.getAttrib(elm, 'rev'));
75
+ setFormValue('charset', inst.dom.getAttrib(elm, 'charset'));
76
+ setFormValue('hreflang', inst.dom.getAttrib(elm, 'hreflang'));
77
+ setFormValue('dir', inst.dom.getAttrib(elm, 'dir'));
78
+ setFormValue('lang', inst.dom.getAttrib(elm, 'lang'));
79
+ setFormValue('tabindex', inst.dom.getAttrib(elm, 'tabindex', typeof(elm.tabindex) != "undefined" ? elm.tabindex : ""));
80
+ setFormValue('accesskey', inst.dom.getAttrib(elm, 'accesskey', typeof(elm.accesskey) != "undefined" ? elm.accesskey : ""));
81
+ setFormValue('type', inst.dom.getAttrib(elm, 'type'));
82
+ setFormValue('onfocus', inst.dom.getAttrib(elm, 'onfocus'));
83
+ setFormValue('onblur', inst.dom.getAttrib(elm, 'onblur'));
84
+ setFormValue('onclick', onclick);
85
+ setFormValue('ondblclick', inst.dom.getAttrib(elm, 'ondblclick'));
86
+ setFormValue('onmousedown', inst.dom.getAttrib(elm, 'onmousedown'));
87
+ setFormValue('onmouseup', inst.dom.getAttrib(elm, 'onmouseup'));
88
+ setFormValue('onmouseover', inst.dom.getAttrib(elm, 'onmouseover'));
89
+ setFormValue('onmousemove', inst.dom.getAttrib(elm, 'onmousemove'));
90
+ setFormValue('onmouseout', inst.dom.getAttrib(elm, 'onmouseout'));
91
+ setFormValue('onkeypress', inst.dom.getAttrib(elm, 'onkeypress'));
92
+ setFormValue('onkeydown', inst.dom.getAttrib(elm, 'onkeydown'));
93
+ setFormValue('onkeyup', inst.dom.getAttrib(elm, 'onkeyup'));
94
+ setFormValue('target', inst.dom.getAttrib(elm, 'target'));
95
+ setFormValue('classes', inst.dom.getAttrib(elm, 'class'));
96
+
97
+ // Parse onclick data
98
+ if (onclick != null && onclick.indexOf('window.open') != -1)
99
+ parseWindowOpen(onclick);
100
+ else
101
+ parseFunction(onclick);
102
+
103
+ // Select by the values
104
+ selectByValue(formObj, 'dir', inst.dom.getAttrib(elm, 'dir'));
105
+ selectByValue(formObj, 'rel', inst.dom.getAttrib(elm, 'rel'));
106
+ selectByValue(formObj, 'rev', inst.dom.getAttrib(elm, 'rev'));
107
+ selectByValue(formObj, 'linklisthref', href);
108
+
109
+ if (href.charAt(0) == '#')
110
+ selectByValue(formObj, 'anchorlist', href);
111
+
112
+ addClassesToList('classlist', 'advlink_styles');
113
+
114
+ selectByValue(formObj, 'classlist', inst.dom.getAttrib(elm, 'class'), true);
115
+ selectByValue(formObj, 'targetlist', inst.dom.getAttrib(elm, 'target'), true);
116
+ } else
117
+ addClassesToList('classlist', 'advlink_styles');
118
+ }
119
+
120
+ function checkPrefix(n) {
121
+ if (n.value && Validator.isEmail(n) && !/^\s*mailto:/i.test(n.value) && confirm(tinyMCEPopup.getLang('advlink_dlg.is_email')))
122
+ n.value = 'mailto:' + n.value;
123
+
124
+ if (/^\s*www\./i.test(n.value) && confirm(tinyMCEPopup.getLang('advlink_dlg.is_external')))
125
+ n.value = 'http://' + n.value;
126
+ }
127
+
128
+ function setFormValue(name, value) {
129
+ document.forms[0].elements[name].value = value;
130
+ }
131
+
132
+ function parseWindowOpen(onclick) {
133
+ var formObj = document.forms[0];
134
+
135
+ // Preprocess center code
136
+ if (onclick.indexOf('return false;') != -1) {
137
+ formObj.popupreturn.checked = true;
138
+ onclick = onclick.replace('return false;', '');
139
+ } else
140
+ formObj.popupreturn.checked = false;
141
+
142
+ var onClickData = parseLink(onclick);
143
+
144
+ if (onClickData != null) {
145
+ formObj.ispopup.checked = true;
146
+ setPopupControlsDisabled(false);
147
+
148
+ var onClickWindowOptions = parseOptions(onClickData['options']);
149
+ var url = onClickData['url'];
150
+
151
+ formObj.popupname.value = onClickData['target'];
152
+ formObj.popupurl.value = url;
153
+ formObj.popupwidth.value = getOption(onClickWindowOptions, 'width');
154
+ formObj.popupheight.value = getOption(onClickWindowOptions, 'height');
155
+
156
+ formObj.popupleft.value = getOption(onClickWindowOptions, 'left');
157
+ formObj.popuptop.value = getOption(onClickWindowOptions, 'top');
158
+
159
+ if (formObj.popupleft.value.indexOf('screen') != -1)
160
+ formObj.popupleft.value = "c";
161
+
162
+ if (formObj.popuptop.value.indexOf('screen') != -1)
163
+ formObj.popuptop.value = "c";
164
+
165
+ formObj.popuplocation.checked = getOption(onClickWindowOptions, 'location') == "yes";
166
+ formObj.popupscrollbars.checked = getOption(onClickWindowOptions, 'scrollbars') == "yes";
167
+ formObj.popupmenubar.checked = getOption(onClickWindowOptions, 'menubar') == "yes";
168
+ formObj.popupresizable.checked = getOption(onClickWindowOptions, 'resizable') == "yes";
169
+ formObj.popuptoolbar.checked = getOption(onClickWindowOptions, 'toolbar') == "yes";
170
+ formObj.popupstatus.checked = getOption(onClickWindowOptions, 'status') == "yes";
171
+ formObj.popupdependent.checked = getOption(onClickWindowOptions, 'dependent') == "yes";
172
+
173
+ buildOnClick();
174
+ }
175
+ }
176
+
177
+ function parseFunction(onclick) {
178
+ var formObj = document.forms[0];
179
+ var onClickData = parseLink(onclick);
180
+
181
+ // TODO: Add stuff here
182
+ }
183
+
184
+ function getOption(opts, name) {
185
+ return typeof(opts[name]) == "undefined" ? "" : opts[name];
186
+ }
187
+
188
+ function setPopupControlsDisabled(state) {
189
+ var formObj = document.forms[0];
190
+
191
+ formObj.popupname.disabled = state;
192
+ formObj.popupurl.disabled = state;
193
+ formObj.popupwidth.disabled = state;
194
+ formObj.popupheight.disabled = state;
195
+ formObj.popupleft.disabled = state;
196
+ formObj.popuptop.disabled = state;
197
+ formObj.popuplocation.disabled = state;
198
+ formObj.popupscrollbars.disabled = state;
199
+ formObj.popupmenubar.disabled = state;
200
+ formObj.popupresizable.disabled = state;
201
+ formObj.popuptoolbar.disabled = state;
202
+ formObj.popupstatus.disabled = state;
203
+ formObj.popupreturn.disabled = state;
204
+ formObj.popupdependent.disabled = state;
205
+
206
+ setBrowserDisabled('popupurlbrowser', state);
207
+ }
208
+
209
+ function parseLink(link) {
210
+ link = link.replace(new RegExp('&#39;', 'g'), "'");
211
+
212
+ var fnName = link.replace(new RegExp("\\s*([A-Za-z0-9\.]*)\\s*\\(.*", "gi"), "$1");
213
+
214
+ // Is function name a template function
215
+ var template = templates[fnName];
216
+ if (template) {
217
+ // Build regexp
218
+ var variableNames = template.match(new RegExp("'?\\$\\{[A-Za-z0-9\.]*\\}'?", "gi"));
219
+ var regExp = "\\s*[A-Za-z0-9\.]*\\s*\\(";
220
+ var replaceStr = "";
221
+ for (var i=0; i<variableNames.length; i++) {
222
+ // Is string value
223
+ if (variableNames[i].indexOf("'${") != -1)
224
+ regExp += "'(.*)'";
225
+ else // Number value
226
+ regExp += "([0-9]*)";
227
+
228
+ replaceStr += "$" + (i+1);
229
+
230
+ // Cleanup variable name
231
+ variableNames[i] = variableNames[i].replace(new RegExp("[^A-Za-z0-9]", "gi"), "");
232
+
233
+ if (i != variableNames.length-1) {
234
+ regExp += "\\s*,\\s*";
235
+ replaceStr += "<delim>";
236
+ } else
237
+ regExp += ".*";
238
+ }
239
+
240
+ regExp += "\\);?";
241
+
242
+ // Build variable array
243
+ var variables = [];
244
+ variables["_function"] = fnName;
245
+ var variableValues = link.replace(new RegExp(regExp, "gi"), replaceStr).split('<delim>');
246
+ for (var i=0; i<variableNames.length; i++)
247
+ variables[variableNames[i]] = variableValues[i];
248
+
249
+ return variables;
250
+ }
251
+
252
+ return null;
253
+ }
254
+
255
+ function parseOptions(opts) {
256
+ if (opts == null || opts == "")
257
+ return [];
258
+
259
+ // Cleanup the options
260
+ opts = opts.toLowerCase();
261
+ opts = opts.replace(/;/g, ",");
262
+ opts = opts.replace(/[^0-9a-z=,]/g, "");
263
+
264
+ var optionChunks = opts.split(',');
265
+ var options = [];
266
+
267
+ for (var i=0; i<optionChunks.length; i++) {
268
+ var parts = optionChunks[i].split('=');
269
+
270
+ if (parts.length == 2)
271
+ options[parts[0]] = parts[1];
272
+ }
273
+
274
+ return options;
275
+ }
276
+
277
+ function buildOnClick() {
278
+ var formObj = document.forms[0];
279
+
280
+ if (!formObj.ispopup.checked) {
281
+ formObj.onclick.value = "";
282
+ return;
283
+ }
284
+
285
+ var onclick = "window.open('";
286
+ var url = formObj.popupurl.value;
287
+
288
+ onclick += url + "','";
289
+ onclick += formObj.popupname.value + "','";
290
+
291
+ if (formObj.popuplocation.checked)
292
+ onclick += "location=yes,";
293
+
294
+ if (formObj.popupscrollbars.checked)
295
+ onclick += "scrollbars=yes,";
296
+
297
+ if (formObj.popupmenubar.checked)
298
+ onclick += "menubar=yes,";
299
+
300
+ if (formObj.popupresizable.checked)
301
+ onclick += "resizable=yes,";
302
+
303
+ if (formObj.popuptoolbar.checked)
304
+ onclick += "toolbar=yes,";
305
+
306
+ if (formObj.popupstatus.checked)
307
+ onclick += "status=yes,";
308
+
309
+ if (formObj.popupdependent.checked)
310
+ onclick += "dependent=yes,";
311
+
312
+ if (formObj.popupwidth.value != "")
313
+ onclick += "width=" + formObj.popupwidth.value + ",";
314
+
315
+ if (formObj.popupheight.value != "")
316
+ onclick += "height=" + formObj.popupheight.value + ",";
317
+
318
+ if (formObj.popupleft.value != "") {
319
+ if (formObj.popupleft.value != "c")
320
+ onclick += "left=" + formObj.popupleft.value + ",";
321
+ else
322
+ onclick += "left='+(screen.availWidth/2-" + (formObj.popupwidth.value/2) + ")+',";
323
+ }
324
+
325
+ if (formObj.popuptop.value != "") {
326
+ if (formObj.popuptop.value != "c")
327
+ onclick += "top=" + formObj.popuptop.value + ",";
328
+ else
329
+ onclick += "top='+(screen.availHeight/2-" + (formObj.popupheight.value/2) + ")+',";
330
+ }
331
+
332
+ if (onclick.charAt(onclick.length-1) == ',')
333
+ onclick = onclick.substring(0, onclick.length-1);
334
+
335
+ onclick += "');";
336
+
337
+ if (formObj.popupreturn.checked)
338
+ onclick += "return false;";
339
+
340
+ // tinyMCE.debug(onclick);
341
+
342
+ formObj.onclick.value = onclick;
343
+
344
+ if (formObj.href.value == "")
345
+ formObj.href.value = url;
346
+ }
347
+
348
+ function setAttrib(elm, attrib, value) {
349
+ var formObj = document.forms[0];
350
+ var valueElm = formObj.elements[attrib.toLowerCase()];
351
+ var dom = tinyMCEPopup.editor.dom;
352
+
353
+ if (typeof(value) == "undefined" || value == null) {
354
+ value = "";
355
+
356
+ if (valueElm)
357
+ value = valueElm.value;
358
+ }
359
+
360
+ // Clean up the style
361
+ if (attrib == 'style')
362
+ value = dom.serializeStyle(dom.parseStyle(value), 'a');
363
+
364
+ dom.setAttrib(elm, attrib, value);
365
+ }
366
+
367
+ function getAnchorListHTML(id, target) {
368
+ var ed = tinyMCEPopup.editor, nodes = ed.dom.select('a'), name, i, len, html = "";
369
+
370
+ for (i=0, len=nodes.length; i<len; i++) {
371
+ if ((name = ed.dom.getAttrib(nodes[i], "name")) != "")
372
+ html += '<option value="#' + name + '">' + name + '</option>';
373
+ }
374
+
375
+ if (html == "")
376
+ return "";
377
+
378
+ html = '<select id="' + id + '" name="' + id + '" class="mceAnchorList"'
379
+ + ' onchange="this.form.' + target + '.value=this.options[this.selectedIndex].value"'
380
+ + '>'
381
+ + '<option value="">---</option>'
382
+ + html
383
+ + '</select>';
384
+
385
+ return html;
386
+ }
387
+
388
+ function insertAction() {
389
+ var inst = tinyMCEPopup.editor;
390
+ var elm, elementArray, i;
391
+
392
+ elm = inst.selection.getNode();
393
+ checkPrefix(document.forms[0].href);
394
+
395
+ elm = inst.dom.getParent(elm, "A");
396
+
397
+ // Remove element if there is no href
398
+ if (!document.forms[0].href.value) {
399
+ i = inst.selection.getBookmark();
400
+ inst.dom.remove(elm, 1);
401
+ inst.selection.moveToBookmark(i);
402
+ tinyMCEPopup.execCommand("mceEndUndoLevel");
403
+ tinyMCEPopup.close();
404
+ return;
405
+ }
406
+
407
+ // Create new anchor elements
408
+ if (elm == null) {
409
+ inst.getDoc().execCommand("unlink", false, null);
410
+ tinyMCEPopup.execCommand("mceInsertLink", false, "#mce_temp_url#", {skip_undo : 1});
411
+
412
+ elementArray = tinymce.grep(inst.dom.select("a"), function(n) {return inst.dom.getAttrib(n, 'href') == '#mce_temp_url#';});
413
+ for (i=0; i<elementArray.length; i++)
414
+ setAllAttribs(elm = elementArray[i]);
415
+ } else
416
+ setAllAttribs(elm);
417
+
418
+ // Don't move caret if selection was image
419
+ if (elm.childNodes.length != 1 || elm.firstChild.nodeName != 'IMG') {
420
+ inst.focus();
421
+ inst.selection.select(elm);
422
+ inst.selection.collapse(0);
423
+ tinyMCEPopup.storeSelection();
424
+ }
425
+
426
+ tinyMCEPopup.execCommand("mceEndUndoLevel");
427
+ tinyMCEPopup.close();
428
+ }
429
+
430
+ function setAllAttribs(elm) {
431
+ var formObj = document.forms[0];
432
+ var href = formObj.href.value.replace(/ /g, '%20');
433
+ var target = getSelectValue(formObj, 'targetlist');
434
+
435
+ setAttrib(elm, 'href', href);
436
+ setAttrib(elm, 'title');
437
+ setAttrib(elm, 'target', target == '_self' ? '' : target);
438
+ setAttrib(elm, 'id');
439
+ setAttrib(elm, 'style');
440
+ setAttrib(elm, 'class', getSelectValue(formObj, 'classlist'));
441
+ setAttrib(elm, 'rel');
442
+ setAttrib(elm, 'rev');
443
+ setAttrib(elm, 'charset');
444
+ setAttrib(elm, 'hreflang');
445
+ setAttrib(elm, 'dir');
446
+ setAttrib(elm, 'lang');
447
+ setAttrib(elm, 'tabindex');
448
+ setAttrib(elm, 'accesskey');
449
+ setAttrib(elm, 'type');
450
+ setAttrib(elm, 'onfocus');
451
+ setAttrib(elm, 'onblur');
452
+ setAttrib(elm, 'onclick');
453
+ setAttrib(elm, 'ondblclick');
454
+ setAttrib(elm, 'onmousedown');
455
+ setAttrib(elm, 'onmouseup');
456
+ setAttrib(elm, 'onmouseover');
457
+ setAttrib(elm, 'onmousemove');
458
+ setAttrib(elm, 'onmouseout');
459
+ setAttrib(elm, 'onkeypress');
460
+ setAttrib(elm, 'onkeydown');
461
+ setAttrib(elm, 'onkeyup');
462
+
463
+ // Refresh in old MSIE
464
+ if (tinyMCE.isMSIE5)
465
+ elm.outerHTML = elm.outerHTML;
466
+ }
467
+
468
+ function getSelectValue(form_obj, field_name) {
469
+ var elm = form_obj.elements[field_name];
470
+
471
+ if (!elm || elm.options == null || elm.selectedIndex == -1)
472
+ return "";
473
+
474
+ return elm.options[elm.selectedIndex].value;
475
+ }
476
+
477
+ function getLinkListHTML(elm_id, target_form_element, onchange_func) {
478
+ if (typeof(tinyMCELinkList) == "undefined" || tinyMCELinkList.length == 0)
479
+ return "";
480
+
481
+ var html = "";
482
+
483
+ html += '<select id="' + elm_id + '" name="' + elm_id + '"';
484
+ html += ' class="mceLinkList" onfoc2us="tinyMCE.addSelectAccessibility(event, this, window);" onchange="this.form.' + target_form_element + '.value=';
485
+ html += 'this.options[this.selectedIndex].value;';
486
+
487
+ if (typeof(onchange_func) != "undefined")
488
+ html += onchange_func + '(\'' + target_form_element + '\',this.options[this.selectedIndex].text,this.options[this.selectedIndex].value);';
489
+
490
+ html += '"><option value="">---</option>';
491
+
492
+ for (var i=0; i<tinyMCELinkList.length; i++)
493
+ html += '<option value="' + tinyMCELinkList[i][1] + '">' + tinyMCELinkList[i][0] + '</option>';
494
+
495
+ html += '</select>';
496
+
497
+ return html;
498
+
499
+ // tinyMCE.debug('-- image list start --', html, '-- image list end --');
500
+ }
501
+
502
+ function getTargetListHTML(elm_id, target_form_element) {
503
+ var targets = tinyMCEPopup.getParam('theme_advanced_link_targets', '').split(';');
504
+ var html = '';
505
+
506
+ html += '<select id="' + elm_id + '" name="' + elm_id + '" onf2ocus="tinyMCE.addSelectAccessibility(event, this, window);" onchange="this.form.' + target_form_element + '.value=';
507
+ html += 'this.options[this.selectedIndex].value;">';
508
+ html += '<option value="_self">' + tinyMCEPopup.getLang('advlink_dlg.target_same') + '</option>';
509
+ html += '<option value="_blank">' + tinyMCEPopup.getLang('advlink_dlg.target_blank') + ' (_blank)</option>';
510
+ html += '<option value="_parent">' + tinyMCEPopup.getLang('advlink_dlg.target_parent') + ' (_parent)</option>';
511
+ html += '<option value="_top">' + tinyMCEPopup.getLang('advlink_dlg.target_top') + ' (_top)</option>';
512
+
513
+ for (var i=0; i<targets.length; i++) {
514
+ var key, value;
515
+
516
+ if (targets[i] == "")
517
+ continue;
518
+
519
+ key = targets[i].split('=')[0];
520
+ value = targets[i].split('=')[1];
521
+
522
+ html += '<option value="' + key + '">' + value + ' (' + key + ')</option>';
523
+ }
524
+
525
+ html += '</select>';
526
+
527
+ return html;
528
+ }
529
+
530
+ // While loading
531
+ preinit();
532
+ tinyMCEPopup.onInit.add(init);