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
+ (function(){tinymce.create("tinymce.plugins.InsertDateTime",{init:function(a,b){var c=this;c.editor=a;a.addCommand("mceInsertDate",function(){var d=c._getDateTime(new Date(),a.getParam("plugin_insertdate_dateFormat",a.getLang("insertdatetime.date_fmt")));a.execCommand("mceInsertContent",false,d)});a.addCommand("mceInsertTime",function(){var d=c._getDateTime(new Date(),a.getParam("plugin_insertdate_timeFormat",a.getLang("insertdatetime.time_fmt")));a.execCommand("mceInsertContent",false,d)});a.addButton("insertdate",{title:"insertdatetime.insertdate_desc",cmd:"mceInsertDate"});a.addButton("inserttime",{title:"insertdatetime.inserttime_desc",cmd:"mceInsertTime"})},getInfo:function(){return{longname:"Insert date/time",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/insertdatetime",version:tinymce.majorVersion+"."+tinymce.minorVersion}},_getDateTime:function(e,a){var c=this.editor;function b(g,d){g=""+g;if(g.length<d){for(var f=0;f<(d-g.length);f++){g="0"+g}}return g}a=a.replace("%D","%m/%d/%y");a=a.replace("%r","%I:%M:%S %p");a=a.replace("%Y",""+e.getFullYear());a=a.replace("%y",""+e.getYear());a=a.replace("%m",b(e.getMonth()+1,2));a=a.replace("%d",b(e.getDate(),2));a=a.replace("%H",""+b(e.getHours(),2));a=a.replace("%M",""+b(e.getMinutes(),2));a=a.replace("%S",""+b(e.getSeconds(),2));a=a.replace("%I",""+((e.getHours()+11)%12+1));a=a.replace("%p",""+(e.getHours()<12?"AM":"PM"));a=a.replace("%B",""+c.getLang("insertdatetime.months_long").split(",")[e.getMonth()]);a=a.replace("%b",""+c.getLang("insertdatetime.months_short").split(",")[e.getMonth()]);a=a.replace("%A",""+c.getLang("insertdatetime.day_long").split(",")[e.getDay()]);a=a.replace("%a",""+c.getLang("insertdatetime.day_short").split(",")[e.getDay()]);a=a.replace("%%","%");return a}});tinymce.PluginManager.add("insertdatetime",tinymce.plugins.InsertDateTime)})();
@@ -0,0 +1,83 @@
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.InsertDateTime', {
13
+ init : function(ed, url) {
14
+ var t = this;
15
+
16
+ t.editor = ed;
17
+
18
+ ed.addCommand('mceInsertDate', function() {
19
+ var str = t._getDateTime(new Date(), ed.getParam("plugin_insertdate_dateFormat", ed.getLang('insertdatetime.date_fmt')));
20
+
21
+ ed.execCommand('mceInsertContent', false, str);
22
+ });
23
+
24
+ ed.addCommand('mceInsertTime', function() {
25
+ var str = t._getDateTime(new Date(), ed.getParam("plugin_insertdate_timeFormat", ed.getLang('insertdatetime.time_fmt')));
26
+
27
+ ed.execCommand('mceInsertContent', false, str);
28
+ });
29
+
30
+ ed.addButton('insertdate', {title : 'insertdatetime.insertdate_desc', cmd : 'mceInsertDate'});
31
+ ed.addButton('inserttime', {title : 'insertdatetime.inserttime_desc', cmd : 'mceInsertTime'});
32
+ },
33
+
34
+ getInfo : function() {
35
+ return {
36
+ longname : 'Insert date/time',
37
+ author : 'Moxiecode Systems AB',
38
+ authorurl : 'http://tinymce.moxiecode.com',
39
+ infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/insertdatetime',
40
+ version : tinymce.majorVersion + "." + tinymce.minorVersion
41
+ };
42
+ },
43
+
44
+ // Private methods
45
+
46
+ _getDateTime : function(d, fmt) {
47
+ var ed = this.editor;
48
+
49
+ function addZeros(value, len) {
50
+ value = "" + value;
51
+
52
+ if (value.length < len) {
53
+ for (var i=0; i<(len-value.length); i++)
54
+ value = "0" + value;
55
+ }
56
+
57
+ return value;
58
+ };
59
+
60
+ fmt = fmt.replace("%D", "%m/%d/%y");
61
+ fmt = fmt.replace("%r", "%I:%M:%S %p");
62
+ fmt = fmt.replace("%Y", "" + d.getFullYear());
63
+ fmt = fmt.replace("%y", "" + d.getYear());
64
+ fmt = fmt.replace("%m", addZeros(d.getMonth()+1, 2));
65
+ fmt = fmt.replace("%d", addZeros(d.getDate(), 2));
66
+ fmt = fmt.replace("%H", "" + addZeros(d.getHours(), 2));
67
+ fmt = fmt.replace("%M", "" + addZeros(d.getMinutes(), 2));
68
+ fmt = fmt.replace("%S", "" + addZeros(d.getSeconds(), 2));
69
+ fmt = fmt.replace("%I", "" + ((d.getHours() + 11) % 12 + 1));
70
+ fmt = fmt.replace("%p", "" + (d.getHours() < 12 ? "AM" : "PM"));
71
+ fmt = fmt.replace("%B", "" + ed.getLang("insertdatetime.months_long").split(',')[d.getMonth()]);
72
+ fmt = fmt.replace("%b", "" + ed.getLang("insertdatetime.months_short").split(',')[d.getMonth()]);
73
+ fmt = fmt.replace("%A", "" + ed.getLang("insertdatetime.day_long").split(',')[d.getDay()]);
74
+ fmt = fmt.replace("%a", "" + ed.getLang("insertdatetime.day_short").split(',')[d.getDay()]);
75
+ fmt = fmt.replace("%%", "%");
76
+
77
+ return fmt;
78
+ }
79
+ });
80
+
81
+ // Register plugin
82
+ tinymce.PluginManager.add('insertdatetime', tinymce.plugins.InsertDateTime);
83
+ })();
@@ -0,0 +1 @@
1
+ (function(){function a(b){do{if(b.className&&b.className.indexOf("mceItemLayer")!=-1){return b}}while(b=b.parentNode)}tinymce.create("tinymce.plugins.Layer",{init:function(b,c){var d=this;d.editor=b;b.addCommand("mceInsertLayer",d._insertLayer,d);b.addCommand("mceMoveForward",function(){d._move(1)});b.addCommand("mceMoveBackward",function(){d._move(-1)});b.addCommand("mceMakeAbsolute",function(){d._toggleAbsolute()});b.addButton("moveforward",{title:"layer.forward_desc",cmd:"mceMoveForward"});b.addButton("movebackward",{title:"layer.backward_desc",cmd:"mceMoveBackward"});b.addButton("absolute",{title:"layer.absolute_desc",cmd:"mceMakeAbsolute"});b.addButton("insertlayer",{title:"layer.insertlayer_desc",cmd:"mceInsertLayer"});b.onInit.add(function(){var e=b.dom;if(tinymce.isIE){b.getDoc().execCommand("2D-Position",false,true)}});b.onMouseUp.add(function(f,h){var g=a(h.target);if(g){f.dom.setAttrib(g,"data-mce-style","")}});b.onMouseDown.add(function(f,j){var h=j.target,i=f.getDoc(),g;if(tinymce.isGecko){if(a(h)){if(i.designMode!=="on"){i.designMode="on";h=i.body;g=h.parentNode;g.removeChild(h);g.appendChild(h)}}else{if(i.designMode=="on"){i.designMode="off"}}}});b.onNodeChange.add(d._nodeChange,d);b.onVisualAid.add(d._visualAid,d)},getInfo:function(){return{longname:"Layer",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/layer",version:tinymce.majorVersion+"."+tinymce.minorVersion}},_nodeChange:function(c,b,f){var d,e;d=this._getParentLayer(f);e=c.dom.getParent(f,"DIV,P,IMG");if(!e){b.setDisabled("absolute",1);b.setDisabled("moveforward",1);b.setDisabled("movebackward",1)}else{b.setDisabled("absolute",0);b.setDisabled("moveforward",!d);b.setDisabled("movebackward",!d);b.setActive("absolute",d&&d.style.position.toLowerCase()=="absolute")}},_visualAid:function(b,d,c){var f=b.dom;tinymce.each(f.select("div,p",d),function(g){if(/^(absolute|relative|fixed)$/i.test(g.style.position)){if(c){f.addClass(g,"mceItemVisualAid")}else{f.removeClass(g,"mceItemVisualAid")}f.addClass(g,"mceItemLayer")}})},_move:function(j){var c=this.editor,g,h=[],f=this._getParentLayer(c.selection.getNode()),e=-1,k=-1,b;b=[];tinymce.walk(c.getBody(),function(d){if(d.nodeType==1&&/^(absolute|relative|static)$/i.test(d.style.position)){b.push(d)}},"childNodes");for(g=0;g<b.length;g++){h[g]=b[g].style.zIndex?parseInt(b[g].style.zIndex):0;if(e<0&&b[g]==f){e=g}}if(j<0){for(g=0;g<h.length;g++){if(h[g]<h[e]){k=g;break}}if(k>-1){b[e].style.zIndex=h[k];b[k].style.zIndex=h[e]}else{if(h[e]>0){b[e].style.zIndex=h[e]-1}}}else{for(g=0;g<h.length;g++){if(h[g]>h[e]){k=g;break}}if(k>-1){b[e].style.zIndex=h[k];b[k].style.zIndex=h[e]}else{b[e].style.zIndex=h[e]+1}}c.execCommand("mceRepaint")},_getParentLayer:function(b){return this.editor.dom.getParent(b,function(c){return c.nodeType==1&&/^(absolute|relative|static)$/i.test(c.style.position)})},_insertLayer:function(){var c=this.editor,e=c.dom,d=e.getPos(e.getParent(c.selection.getNode(),"*")),b=c.getBody();c.dom.add(b,"div",{style:{position:"absolute",left:d.x,top:(d.y>20?d.y:20),width:100,height:100},"class":"mceItemVisualAid mceItemLayer"},c.selection.getContent()||c.getLang("layer.content"));if(tinymce.isIE){e.setHTML(b,b.innerHTML)}},_toggleAbsolute:function(){var b=this.editor,c=this._getParentLayer(b.selection.getNode());if(!c){c=b.dom.getParent(b.selection.getNode(),"DIV,P,IMG")}if(c){if(c.style.position.toLowerCase()=="absolute"){b.dom.setStyles(c,{position:"",left:"",top:"",width:"",height:""});b.dom.removeClass(c,"mceItemVisualAid");b.dom.removeClass(c,"mceItemLayer")}else{if(c.style.left==""){c.style.left=20+"px"}if(c.style.top==""){c.style.top=20+"px"}if(c.style.width==""){c.style.width=c.width?(c.width+"px"):"100px"}if(c.style.height==""){c.style.height=c.height?(c.height+"px"):"100px"}c.style.position="absolute";b.dom.setAttrib(c,"data-mce-style","");b.addVisual(b.getBody())}b.execCommand("mceRepaint");b.nodeChanged()}}});tinymce.PluginManager.add("layer",tinymce.plugins.Layer)})();
@@ -0,0 +1,262 @@
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
+ function findParentLayer(node) {
13
+ do {
14
+ if (node.className && node.className.indexOf('mceItemLayer') != -1) {
15
+ return node;
16
+ }
17
+ } while (node = node.parentNode);
18
+ };
19
+
20
+ tinymce.create('tinymce.plugins.Layer', {
21
+ init : function(ed, url) {
22
+ var t = this;
23
+
24
+ t.editor = ed;
25
+
26
+ // Register commands
27
+ ed.addCommand('mceInsertLayer', t._insertLayer, t);
28
+
29
+ ed.addCommand('mceMoveForward', function() {
30
+ t._move(1);
31
+ });
32
+
33
+ ed.addCommand('mceMoveBackward', function() {
34
+ t._move(-1);
35
+ });
36
+
37
+ ed.addCommand('mceMakeAbsolute', function() {
38
+ t._toggleAbsolute();
39
+ });
40
+
41
+ // Register buttons
42
+ ed.addButton('moveforward', {title : 'layer.forward_desc', cmd : 'mceMoveForward'});
43
+ ed.addButton('movebackward', {title : 'layer.backward_desc', cmd : 'mceMoveBackward'});
44
+ ed.addButton('absolute', {title : 'layer.absolute_desc', cmd : 'mceMakeAbsolute'});
45
+ ed.addButton('insertlayer', {title : 'layer.insertlayer_desc', cmd : 'mceInsertLayer'});
46
+
47
+ ed.onInit.add(function() {
48
+ var dom = ed.dom;
49
+
50
+ if (tinymce.isIE)
51
+ ed.getDoc().execCommand('2D-Position', false, true);
52
+ });
53
+
54
+ // Remove serialized styles when selecting a layer since it might be changed by a drag operation
55
+ ed.onMouseUp.add(function(ed, e) {
56
+ var layer = findParentLayer(e.target);
57
+
58
+ if (layer) {
59
+ ed.dom.setAttrib(layer, 'data-mce-style', '');
60
+ }
61
+ });
62
+
63
+ // Fixes edit focus issues with layers on Gecko
64
+ // This will enable designMode while inside a layer and disable it when outside
65
+ ed.onMouseDown.add(function(ed, e) {
66
+ var node = e.target, doc = ed.getDoc(), parent;
67
+
68
+ if (tinymce.isGecko) {
69
+ if (findParentLayer(node)) {
70
+ if (doc.designMode !== 'on') {
71
+ doc.designMode = 'on';
72
+
73
+ // Repaint caret
74
+ node = doc.body;
75
+ parent = node.parentNode;
76
+ parent.removeChild(node);
77
+ parent.appendChild(node);
78
+ }
79
+ } else if (doc.designMode == 'on') {
80
+ doc.designMode = 'off';
81
+ }
82
+ }
83
+ });
84
+
85
+ ed.onNodeChange.add(t._nodeChange, t);
86
+ ed.onVisualAid.add(t._visualAid, t);
87
+ },
88
+
89
+ getInfo : function() {
90
+ return {
91
+ longname : 'Layer',
92
+ author : 'Moxiecode Systems AB',
93
+ authorurl : 'http://tinymce.moxiecode.com',
94
+ infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/layer',
95
+ version : tinymce.majorVersion + "." + tinymce.minorVersion
96
+ };
97
+ },
98
+
99
+ // Private methods
100
+
101
+ _nodeChange : function(ed, cm, n) {
102
+ var le, p;
103
+
104
+ le = this._getParentLayer(n);
105
+ p = ed.dom.getParent(n, 'DIV,P,IMG');
106
+
107
+ if (!p) {
108
+ cm.setDisabled('absolute', 1);
109
+ cm.setDisabled('moveforward', 1);
110
+ cm.setDisabled('movebackward', 1);
111
+ } else {
112
+ cm.setDisabled('absolute', 0);
113
+ cm.setDisabled('moveforward', !le);
114
+ cm.setDisabled('movebackward', !le);
115
+ cm.setActive('absolute', le && le.style.position.toLowerCase() == "absolute");
116
+ }
117
+ },
118
+
119
+ // Private methods
120
+
121
+ _visualAid : function(ed, e, s) {
122
+ var dom = ed.dom;
123
+
124
+ tinymce.each(dom.select('div,p', e), function(e) {
125
+ if (/^(absolute|relative|fixed)$/i.test(e.style.position)) {
126
+ if (s)
127
+ dom.addClass(e, 'mceItemVisualAid');
128
+ else
129
+ dom.removeClass(e, 'mceItemVisualAid');
130
+
131
+ dom.addClass(e, 'mceItemLayer');
132
+ }
133
+ });
134
+ },
135
+
136
+ _move : function(d) {
137
+ var ed = this.editor, i, z = [], le = this._getParentLayer(ed.selection.getNode()), ci = -1, fi = -1, nl;
138
+
139
+ nl = [];
140
+ tinymce.walk(ed.getBody(), function(n) {
141
+ if (n.nodeType == 1 && /^(absolute|relative|static)$/i.test(n.style.position))
142
+ nl.push(n);
143
+ }, 'childNodes');
144
+
145
+ // Find z-indexes
146
+ for (i=0; i<nl.length; i++) {
147
+ z[i] = nl[i].style.zIndex ? parseInt(nl[i].style.zIndex) : 0;
148
+
149
+ if (ci < 0 && nl[i] == le)
150
+ ci = i;
151
+ }
152
+
153
+ if (d < 0) {
154
+ // Move back
155
+
156
+ // Try find a lower one
157
+ for (i=0; i<z.length; i++) {
158
+ if (z[i] < z[ci]) {
159
+ fi = i;
160
+ break;
161
+ }
162
+ }
163
+
164
+ if (fi > -1) {
165
+ nl[ci].style.zIndex = z[fi];
166
+ nl[fi].style.zIndex = z[ci];
167
+ } else {
168
+ if (z[ci] > 0)
169
+ nl[ci].style.zIndex = z[ci] - 1;
170
+ }
171
+ } else {
172
+ // Move forward
173
+
174
+ // Try find a higher one
175
+ for (i=0; i<z.length; i++) {
176
+ if (z[i] > z[ci]) {
177
+ fi = i;
178
+ break;
179
+ }
180
+ }
181
+
182
+ if (fi > -1) {
183
+ nl[ci].style.zIndex = z[fi];
184
+ nl[fi].style.zIndex = z[ci];
185
+ } else
186
+ nl[ci].style.zIndex = z[ci] + 1;
187
+ }
188
+
189
+ ed.execCommand('mceRepaint');
190
+ },
191
+
192
+ _getParentLayer : function(n) {
193
+ return this.editor.dom.getParent(n, function(n) {
194
+ return n.nodeType == 1 && /^(absolute|relative|static)$/i.test(n.style.position);
195
+ });
196
+ },
197
+
198
+ _insertLayer : function() {
199
+ var ed = this.editor, dom = ed.dom, p = dom.getPos(dom.getParent(ed.selection.getNode(), '*')), body = ed.getBody();
200
+
201
+ ed.dom.add(body, 'div', {
202
+ style : {
203
+ position : 'absolute',
204
+ left : p.x,
205
+ top : (p.y > 20 ? p.y : 20),
206
+ width : 100,
207
+ height : 100
208
+ },
209
+ 'class' : 'mceItemVisualAid mceItemLayer'
210
+ }, ed.selection.getContent() || ed.getLang('layer.content'));
211
+
212
+ // Workaround for IE where it messes up the JS engine if you insert a layer on IE 6,7
213
+ if (tinymce.isIE)
214
+ dom.setHTML(body, body.innerHTML);
215
+ },
216
+
217
+ _toggleAbsolute : function() {
218
+ var ed = this.editor, le = this._getParentLayer(ed.selection.getNode());
219
+
220
+ if (!le)
221
+ le = ed.dom.getParent(ed.selection.getNode(), 'DIV,P,IMG');
222
+
223
+ if (le) {
224
+ if (le.style.position.toLowerCase() == "absolute") {
225
+ ed.dom.setStyles(le, {
226
+ position : '',
227
+ left : '',
228
+ top : '',
229
+ width : '',
230
+ height : ''
231
+ });
232
+
233
+ ed.dom.removeClass(le, 'mceItemVisualAid');
234
+ ed.dom.removeClass(le, 'mceItemLayer');
235
+ } else {
236
+ if (le.style.left == "")
237
+ le.style.left = 20 + 'px';
238
+
239
+ if (le.style.top == "")
240
+ le.style.top = 20 + 'px';
241
+
242
+ if (le.style.width == "")
243
+ le.style.width = le.width ? (le.width + 'px') : '100px';
244
+
245
+ if (le.style.height == "")
246
+ le.style.height = le.height ? (le.height + 'px') : '100px';
247
+
248
+ le.style.position = "absolute";
249
+
250
+ ed.dom.setAttrib(le, 'data-mce-style', '');
251
+ ed.addVisual(ed.getBody());
252
+ }
253
+
254
+ ed.execCommand('mceRepaint');
255
+ ed.nodeChanged();
256
+ }
257
+ }
258
+ });
259
+
260
+ // Register plugin
261
+ tinymce.PluginManager.add('layer', tinymce.plugins.Layer);
262
+ })();
@@ -0,0 +1 @@
1
+ (function(a){a.onAddEditor.addToTop(function(c,b){b.settings.inline_styles=false});a.create("tinymce.plugins.LegacyOutput",{init:function(b){b.onInit.add(function(){var c="p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li,table,img",e=a.explode(b.settings.font_size_style_values),d=b.schema;b.formatter.register({alignleft:{selector:c,attributes:{align:"left"}},aligncenter:{selector:c,attributes:{align:"center"}},alignright:{selector:c,attributes:{align:"right"}},alignfull:{selector:c,attributes:{align:"justify"}},bold:[{inline:"b",remove:"all"},{inline:"strong",remove:"all"},{inline:"span",styles:{fontWeight:"bold"}}],italic:[{inline:"i",remove:"all"},{inline:"em",remove:"all"},{inline:"span",styles:{fontStyle:"italic"}}],underline:[{inline:"u",remove:"all"},{inline:"span",styles:{textDecoration:"underline"},exact:true}],strikethrough:[{inline:"strike",remove:"all"},{inline:"span",styles:{textDecoration:"line-through"},exact:true}],fontname:{inline:"font",attributes:{face:"%value"}},fontsize:{inline:"font",attributes:{size:function(f){return a.inArray(e,f.value)+1}}},forecolor:{inline:"font",styles:{color:"%value"}},hilitecolor:{inline:"font",styles:{backgroundColor:"%value"}}});a.each("b,i,u,strike".split(","),function(f){d.addValidElements(f+"[*]")});if(!d.getElementRule("font")){d.addValidElements("font[face|size|color|style]")}a.each(c.split(","),function(f){var h=d.getElementRule(f),g;if(h){if(!h.attributes.align){h.attributes.align={};h.attributesOrder.push("align")}}});b.onNodeChange.add(function(g,k){var j,f,h,i;f=g.dom.getParent(g.selection.getNode(),"font");if(f){h=f.face;i=f.size}if(j=k.get("fontselect")){j.select(function(l){return l==h})}if(j=k.get("fontsizeselect")){j.select(function(m){var l=a.inArray(e,m.fontSize);return l+1==i})}})})},getInfo:function(){return{longname:"LegacyOutput",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",infourl:"http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/legacyoutput",version:a.majorVersion+"."+a.minorVersion}}});a.PluginManager.add("legacyoutput",a.plugins.LegacyOutput)})(tinymce);
@@ -0,0 +1,139 @@
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
+ * This plugin will force TinyMCE to produce deprecated legacy output such as font elements, u elements, align
11
+ * attributes and so forth. There are a few cases where these old items might be needed for example in email applications or with Flash
12
+ *
13
+ * However you should NOT use this plugin if you are building some system that produces web contents such as a CMS. All these elements are
14
+ * not apart of the newer specifications for HTML and XHTML.
15
+ */
16
+
17
+ (function(tinymce) {
18
+ // Override inline_styles setting to force TinyMCE to produce deprecated contents
19
+ tinymce.onAddEditor.addToTop(function(tinymce, editor) {
20
+ editor.settings.inline_styles = false;
21
+ });
22
+
23
+ // Create the legacy ouput plugin
24
+ tinymce.create('tinymce.plugins.LegacyOutput', {
25
+ init : function(editor) {
26
+ editor.onInit.add(function() {
27
+ var alignElements = 'p,h1,h2,h3,h4,h5,h6,td,th,div,ul,ol,li,table,img',
28
+ fontSizes = tinymce.explode(editor.settings.font_size_style_values),
29
+ schema = editor.schema;
30
+
31
+ // Override some internal formats to produce legacy elements and attributes
32
+ editor.formatter.register({
33
+ // Change alignment formats to use the deprecated align attribute
34
+ alignleft : {selector : alignElements, attributes : {align : 'left'}},
35
+ aligncenter : {selector : alignElements, attributes : {align : 'center'}},
36
+ alignright : {selector : alignElements, attributes : {align : 'right'}},
37
+ alignfull : {selector : alignElements, attributes : {align : 'justify'}},
38
+
39
+ // Change the basic formatting elements to use deprecated element types
40
+ bold : [
41
+ {inline : 'b', remove : 'all'},
42
+ {inline : 'strong', remove : 'all'},
43
+ {inline : 'span', styles : {fontWeight : 'bold'}}
44
+ ],
45
+ italic : [
46
+ {inline : 'i', remove : 'all'},
47
+ {inline : 'em', remove : 'all'},
48
+ {inline : 'span', styles : {fontStyle : 'italic'}}
49
+ ],
50
+ underline : [
51
+ {inline : 'u', remove : 'all'},
52
+ {inline : 'span', styles : {textDecoration : 'underline'}, exact : true}
53
+ ],
54
+ strikethrough : [
55
+ {inline : 'strike', remove : 'all'},
56
+ {inline : 'span', styles : {textDecoration: 'line-through'}, exact : true}
57
+ ],
58
+
59
+ // Change font size and font family to use the deprecated font element
60
+ fontname : {inline : 'font', attributes : {face : '%value'}},
61
+ fontsize : {
62
+ inline : 'font',
63
+ attributes : {
64
+ size : function(vars) {
65
+ return tinymce.inArray(fontSizes, vars.value) + 1;
66
+ }
67
+ }
68
+ },
69
+
70
+ // Setup font elements for colors as well
71
+ forecolor : {inline : 'font', styles : {color : '%value'}},
72
+ hilitecolor : {inline : 'font', styles : {backgroundColor : '%value'}}
73
+ });
74
+
75
+ // Check that deprecated elements are allowed if not add them
76
+ tinymce.each('b,i,u,strike'.split(','), function(name) {
77
+ schema.addValidElements(name + '[*]');
78
+ });
79
+
80
+ // Add font element if it's missing
81
+ if (!schema.getElementRule("font"))
82
+ schema.addValidElements("font[face|size|color|style]");
83
+
84
+ // Add the missing and depreacted align attribute for the serialization engine
85
+ tinymce.each(alignElements.split(','), function(name) {
86
+ var rule = schema.getElementRule(name), found;
87
+
88
+ if (rule) {
89
+ if (!rule.attributes.align) {
90
+ rule.attributes.align = {};
91
+ rule.attributesOrder.push('align');
92
+ }
93
+ }
94
+ });
95
+
96
+ // Listen for the onNodeChange event so that we can do special logic for the font size and font name drop boxes
97
+ editor.onNodeChange.add(function(editor, control_manager) {
98
+ var control, fontElm, fontName, fontSize;
99
+
100
+ // Find font element get it's name and size
101
+ fontElm = editor.dom.getParent(editor.selection.getNode(), 'font');
102
+ if (fontElm) {
103
+ fontName = fontElm.face;
104
+ fontSize = fontElm.size;
105
+ }
106
+
107
+ // Select/unselect the font name in droplist
108
+ if (control = control_manager.get('fontselect')) {
109
+ control.select(function(value) {
110
+ return value == fontName;
111
+ });
112
+ }
113
+
114
+ // Select/unselect the font size in droplist
115
+ if (control = control_manager.get('fontsizeselect')) {
116
+ control.select(function(value) {
117
+ var index = tinymce.inArray(fontSizes, value.fontSize);
118
+
119
+ return index + 1 == fontSize;
120
+ });
121
+ }
122
+ });
123
+ });
124
+ },
125
+
126
+ getInfo : function() {
127
+ return {
128
+ longname : 'LegacyOutput',
129
+ author : 'Moxiecode Systems AB',
130
+ authorurl : 'http://tinymce.moxiecode.com',
131
+ infourl : 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/legacyoutput',
132
+ version : tinymce.majorVersion + "." + tinymce.minorVersion
133
+ };
134
+ }
135
+ });
136
+
137
+ // Register plugin
138
+ tinymce.PluginManager.add('legacyoutput', tinymce.plugins.LegacyOutput);
139
+ })(tinymce);