tinymce_rails 3.4.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (261) hide show
  1. data/.gitignore +4 -0
  2. data/Gemfile +4 -0
  3. data/README.md +14 -0
  4. data/Rakefile +1 -0
  5. data/lib/tinymce_rails.rb +11 -0
  6. data/lib/tinymce_rails/version.rb +3 -0
  7. data/tinymce_rails.gemspec +24 -0
  8. data/vendor/assets/javascripts/tiny_mce/jquery.tinymce.js +1 -0
  9. data/vendor/assets/javascripts/tiny_mce/langs/en.js +218 -0
  10. data/vendor/assets/javascripts/tiny_mce/license.txt +504 -0
  11. data/vendor/assets/javascripts/tiny_mce/plugins/advhr/css/advhr.css +5 -0
  12. data/vendor/assets/javascripts/tiny_mce/plugins/advhr/editor_plugin.js +1 -0
  13. data/vendor/assets/javascripts/tiny_mce/plugins/advhr/editor_plugin_src.js +57 -0
  14. data/vendor/assets/javascripts/tiny_mce/plugins/advhr/js/rule.js +43 -0
  15. data/vendor/assets/javascripts/tiny_mce/plugins/advhr/langs/en_dlg.js +7 -0
  16. data/vendor/assets/javascripts/tiny_mce/plugins/advhr/rule.htm +58 -0
  17. data/vendor/assets/javascripts/tiny_mce/plugins/advimage/css/advimage.css +13 -0
  18. data/vendor/assets/javascripts/tiny_mce/plugins/advimage/editor_plugin.js +1 -0
  19. data/vendor/assets/javascripts/tiny_mce/plugins/advimage/editor_plugin_src.js +50 -0
  20. data/vendor/assets/javascripts/tiny_mce/plugins/advimage/image.htm +235 -0
  21. data/vendor/assets/javascripts/tiny_mce/plugins/advimage/img/sample.gif +0 -0
  22. data/vendor/assets/javascripts/tiny_mce/plugins/advimage/js/image.js +445 -0
  23. data/vendor/assets/javascripts/tiny_mce/plugins/advimage/langs/en_dlg.js +45 -0
  24. data/vendor/assets/javascripts/tiny_mce/plugins/advlink/css/advlink.css +8 -0
  25. data/vendor/assets/javascripts/tiny_mce/plugins/advlink/editor_plugin.js +1 -0
  26. data/vendor/assets/javascripts/tiny_mce/plugins/advlink/editor_plugin_src.js +61 -0
  27. data/vendor/assets/javascripts/tiny_mce/plugins/advlink/js/advlink.js +528 -0
  28. data/vendor/assets/javascripts/tiny_mce/plugins/advlink/langs/en_dlg.js +54 -0
  29. data/vendor/assets/javascripts/tiny_mce/plugins/advlink/link.htm +338 -0
  30. data/vendor/assets/javascripts/tiny_mce/plugins/advlist/editor_plugin.js +1 -0
  31. data/vendor/assets/javascripts/tiny_mce/plugins/advlist/editor_plugin_src.js +154 -0
  32. data/vendor/assets/javascripts/tiny_mce/plugins/autolink/editor_plugin.js +1 -0
  33. data/vendor/assets/javascripts/tiny_mce/plugins/autolink/editor_plugin_src.js +156 -0
  34. data/vendor/assets/javascripts/tiny_mce/plugins/autoresize/editor_plugin.js +1 -0
  35. data/vendor/assets/javascripts/tiny_mce/plugins/autoresize/editor_plugin_src.js +119 -0
  36. data/vendor/assets/javascripts/tiny_mce/plugins/autosave/editor_plugin.js +1 -0
  37. data/vendor/assets/javascripts/tiny_mce/plugins/autosave/editor_plugin_src.js +422 -0
  38. data/vendor/assets/javascripts/tiny_mce/plugins/autosave/langs/en.js +4 -0
  39. data/vendor/assets/javascripts/tiny_mce/plugins/bbcode/editor_plugin.js +1 -0
  40. data/vendor/assets/javascripts/tiny_mce/plugins/bbcode/editor_plugin_src.js +120 -0
  41. data/vendor/assets/javascripts/tiny_mce/plugins/contextmenu/editor_plugin.js +1 -0
  42. data/vendor/assets/javascripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js +156 -0
  43. data/vendor/assets/javascripts/tiny_mce/plugins/directionality/editor_plugin.js +1 -0
  44. data/vendor/assets/javascripts/tiny_mce/plugins/directionality/editor_plugin_src.js +82 -0
  45. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/editor_plugin.js +1 -0
  46. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/editor_plugin_src.js +43 -0
  47. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/emotions.htm +41 -0
  48. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-cool.gif +0 -0
  49. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-cry.gif +0 -0
  50. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-embarassed.gif +0 -0
  51. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif +0 -0
  52. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-frown.gif +0 -0
  53. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-innocent.gif +0 -0
  54. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-kiss.gif +0 -0
  55. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-laughing.gif +0 -0
  56. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif +0 -0
  57. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-sealed.gif +0 -0
  58. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-smile.gif +0 -0
  59. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-surprised.gif +0 -0
  60. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif +0 -0
  61. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-undecided.gif +0 -0
  62. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-wink.gif +0 -0
  63. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/img/smiley-yell.gif +0 -0
  64. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/js/emotions.js +22 -0
  65. data/vendor/assets/javascripts/tiny_mce/plugins/emotions/langs/en_dlg.js +20 -0
  66. data/vendor/assets/javascripts/tiny_mce/plugins/example/dialog.htm +22 -0
  67. data/vendor/assets/javascripts/tiny_mce/plugins/example/editor_plugin.js +1 -0
  68. data/vendor/assets/javascripts/tiny_mce/plugins/example/editor_plugin_src.js +84 -0
  69. data/vendor/assets/javascripts/tiny_mce/plugins/example/img/example.gif +0 -0
  70. data/vendor/assets/javascripts/tiny_mce/plugins/example/js/dialog.js +19 -0
  71. data/vendor/assets/javascripts/tiny_mce/plugins/example/langs/en.js +3 -0
  72. data/vendor/assets/javascripts/tiny_mce/plugins/example/langs/en_dlg.js +3 -0
  73. data/vendor/assets/javascripts/tiny_mce/plugins/fullpage/css/fullpage.css +182 -0
  74. data/vendor/assets/javascripts/tiny_mce/plugins/fullpage/editor_plugin.js +1 -0
  75. data/vendor/assets/javascripts/tiny_mce/plugins/fullpage/editor_plugin_src.js +182 -0
  76. data/vendor/assets/javascripts/tiny_mce/plugins/fullpage/fullpage.htm +571 -0
  77. data/vendor/assets/javascripts/tiny_mce/plugins/fullpage/js/fullpage.js +471 -0
  78. data/vendor/assets/javascripts/tiny_mce/plugins/fullpage/langs/en_dlg.js +85 -0
  79. data/vendor/assets/javascripts/tiny_mce/plugins/fullscreen/editor_plugin.js +1 -0
  80. data/vendor/assets/javascripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js +151 -0
  81. data/vendor/assets/javascripts/tiny_mce/plugins/fullscreen/fullscreen.htm +109 -0
  82. data/vendor/assets/javascripts/tiny_mce/plugins/iespell/editor_plugin.js +1 -0
  83. data/vendor/assets/javascripts/tiny_mce/plugins/iespell/editor_plugin_src.js +54 -0
  84. data/vendor/assets/javascripts/tiny_mce/plugins/inlinepopups/editor_plugin.js +1 -0
  85. data/vendor/assets/javascripts/tiny_mce/plugins/inlinepopups/editor_plugin_src.js +696 -0
  86. data/vendor/assets/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif +0 -0
  87. data/vendor/assets/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif +0 -0
  88. data/vendor/assets/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif +0 -0
  89. data/vendor/assets/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif +0 -0
  90. data/vendor/assets/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif +0 -0
  91. data/vendor/assets/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif +0 -0
  92. data/vendor/assets/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif +0 -0
  93. data/vendor/assets/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css +100 -0
  94. data/vendor/assets/javascripts/tiny_mce/plugins/inlinepopups/template.htm +387 -0
  95. data/vendor/assets/javascripts/tiny_mce/plugins/insertdatetime/editor_plugin.js +1 -0
  96. data/vendor/assets/javascripts/tiny_mce/plugins/insertdatetime/editor_plugin_src.js +83 -0
  97. data/vendor/assets/javascripts/tiny_mce/plugins/layer/editor_plugin.js +1 -0
  98. data/vendor/assets/javascripts/tiny_mce/plugins/layer/editor_plugin_src.js +212 -0
  99. data/vendor/assets/javascripts/tiny_mce/plugins/legacyoutput/editor_plugin.js +1 -0
  100. data/vendor/assets/javascripts/tiny_mce/plugins/legacyoutput/editor_plugin_src.js +136 -0
  101. data/vendor/assets/javascripts/tiny_mce/plugins/lists/editor_plugin.js +1 -0
  102. data/vendor/assets/javascripts/tiny_mce/plugins/lists/editor_plugin_src.js +617 -0
  103. data/vendor/assets/javascripts/tiny_mce/plugins/media/css/content.css +6 -0
  104. data/vendor/assets/javascripts/tiny_mce/plugins/media/css/media.css +16 -0
  105. data/vendor/assets/javascripts/tiny_mce/plugins/media/editor_plugin.js +1 -0
  106. data/vendor/assets/javascripts/tiny_mce/plugins/media/editor_plugin_src.js +414 -0
  107. data/vendor/assets/javascripts/tiny_mce/plugins/media/img/flash.gif +0 -0
  108. data/vendor/assets/javascripts/tiny_mce/plugins/media/img/flv_player.swf +0 -0
  109. data/vendor/assets/javascripts/tiny_mce/plugins/media/img/quicktime.gif +0 -0
  110. data/vendor/assets/javascripts/tiny_mce/plugins/media/img/realmedia.gif +0 -0
  111. data/vendor/assets/javascripts/tiny_mce/plugins/media/img/shockwave.gif +0 -0
  112. data/vendor/assets/javascripts/tiny_mce/plugins/media/img/trans.gif +0 -0
  113. data/vendor/assets/javascripts/tiny_mce/plugins/media/img/windowsmedia.gif +0 -0
  114. data/vendor/assets/javascripts/tiny_mce/plugins/media/js/embed.js +73 -0
  115. data/vendor/assets/javascripts/tiny_mce/plugins/media/js/media.js +630 -0
  116. data/vendor/assets/javascripts/tiny_mce/plugins/media/langs/en_dlg.js +103 -0
  117. data/vendor/assets/javascripts/tiny_mce/plugins/media/media.htm +818 -0
  118. data/vendor/assets/javascripts/tiny_mce/plugins/nonbreaking/editor_plugin.js +1 -0
  119. data/vendor/assets/javascripts/tiny_mce/plugins/nonbreaking/editor_plugin_src.js +53 -0
  120. data/vendor/assets/javascripts/tiny_mce/plugins/noneditable/editor_plugin.js +1 -0
  121. data/vendor/assets/javascripts/tiny_mce/plugins/noneditable/editor_plugin_src.js +90 -0
  122. data/vendor/assets/javascripts/tiny_mce/plugins/pagebreak/css/content.css +1 -0
  123. data/vendor/assets/javascripts/tiny_mce/plugins/pagebreak/editor_plugin.js +1 -0
  124. data/vendor/assets/javascripts/tiny_mce/plugins/pagebreak/editor_plugin_src.js +77 -0
  125. data/vendor/assets/javascripts/tiny_mce/plugins/pagebreak/img/pagebreak.gif +0 -0
  126. data/vendor/assets/javascripts/tiny_mce/plugins/pagebreak/img/trans.gif +0 -0
  127. data/vendor/assets/javascripts/tiny_mce/plugins/paste/editor_plugin.js +1 -0
  128. data/vendor/assets/javascripts/tiny_mce/plugins/paste/editor_plugin_src.js +1035 -0
  129. data/vendor/assets/javascripts/tiny_mce/plugins/paste/js/pastetext.js +36 -0
  130. data/vendor/assets/javascripts/tiny_mce/plugins/paste/js/pasteword.js +51 -0
  131. data/vendor/assets/javascripts/tiny_mce/plugins/paste/langs/en_dlg.js +5 -0
  132. data/vendor/assets/javascripts/tiny_mce/plugins/paste/pastetext.htm +27 -0
  133. data/vendor/assets/javascripts/tiny_mce/plugins/paste/pasteword.htm +21 -0
  134. data/vendor/assets/javascripts/tiny_mce/plugins/preview/editor_plugin.js +1 -0
  135. data/vendor/assets/javascripts/tiny_mce/plugins/preview/editor_plugin_src.js +53 -0
  136. data/vendor/assets/javascripts/tiny_mce/plugins/preview/example.html +28 -0
  137. data/vendor/assets/javascripts/tiny_mce/plugins/preview/jscripts/embed.js +73 -0
  138. data/vendor/assets/javascripts/tiny_mce/plugins/preview/preview.html +17 -0
  139. data/vendor/assets/javascripts/tiny_mce/plugins/print/editor_plugin.js +1 -0
  140. data/vendor/assets/javascripts/tiny_mce/plugins/print/editor_plugin_src.js +34 -0
  141. data/vendor/assets/javascripts/tiny_mce/plugins/save/editor_plugin.js +1 -0
  142. data/vendor/assets/javascripts/tiny_mce/plugins/save/editor_plugin_src.js +101 -0
  143. data/vendor/assets/javascripts/tiny_mce/plugins/searchreplace/css/searchreplace.css +6 -0
  144. data/vendor/assets/javascripts/tiny_mce/plugins/searchreplace/editor_plugin.js +1 -0
  145. data/vendor/assets/javascripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js +57 -0
  146. data/vendor/assets/javascripts/tiny_mce/plugins/searchreplace/js/searchreplace.js +140 -0
  147. data/vendor/assets/javascripts/tiny_mce/plugins/searchreplace/langs/en_dlg.js +16 -0
  148. data/vendor/assets/javascripts/tiny_mce/plugins/searchreplace/searchreplace.htm +100 -0
  149. data/vendor/assets/javascripts/tiny_mce/plugins/spellchecker/css/content.css +1 -0
  150. data/vendor/assets/javascripts/tiny_mce/plugins/spellchecker/editor_plugin.js +1 -0
  151. data/vendor/assets/javascripts/tiny_mce/plugins/spellchecker/editor_plugin_src.js +417 -0
  152. data/vendor/assets/javascripts/tiny_mce/plugins/spellchecker/img/wline.gif +0 -0
  153. data/vendor/assets/javascripts/tiny_mce/plugins/style/css/props.css +13 -0
  154. data/vendor/assets/javascripts/tiny_mce/plugins/style/editor_plugin.js +1 -0
  155. data/vendor/assets/javascripts/tiny_mce/plugins/style/editor_plugin_src.js +55 -0
  156. data/vendor/assets/javascripts/tiny_mce/plugins/style/js/props.js +641 -0
  157. data/vendor/assets/javascripts/tiny_mce/plugins/style/langs/en_dlg.js +70 -0
  158. data/vendor/assets/javascripts/tiny_mce/plugins/style/props.htm +838 -0
  159. data/vendor/assets/javascripts/tiny_mce/plugins/tabfocus/editor_plugin.js +1 -0
  160. data/vendor/assets/javascripts/tiny_mce/plugins/tabfocus/editor_plugin_src.js +114 -0
  161. data/vendor/assets/javascripts/tiny_mce/plugins/table/cell.htm +178 -0
  162. data/vendor/assets/javascripts/tiny_mce/plugins/table/css/cell.css +17 -0
  163. data/vendor/assets/javascripts/tiny_mce/plugins/table/css/row.css +25 -0
  164. data/vendor/assets/javascripts/tiny_mce/plugins/table/css/table.css +13 -0
  165. data/vendor/assets/javascripts/tiny_mce/plugins/table/editor_plugin.js +1 -0
  166. data/vendor/assets/javascripts/tiny_mce/plugins/table/editor_plugin_src.js +1139 -0
  167. data/vendor/assets/javascripts/tiny_mce/plugins/table/js/cell.js +286 -0
  168. data/vendor/assets/javascripts/tiny_mce/plugins/table/js/merge_cells.js +27 -0
  169. data/vendor/assets/javascripts/tiny_mce/plugins/table/js/row.js +237 -0
  170. data/vendor/assets/javascripts/tiny_mce/plugins/table/js/table.js +454 -0
  171. data/vendor/assets/javascripts/tiny_mce/plugins/table/langs/en_dlg.js +74 -0
  172. data/vendor/assets/javascripts/tiny_mce/plugins/table/merge_cells.htm +32 -0
  173. data/vendor/assets/javascripts/tiny_mce/plugins/table/row.htm +157 -0
  174. data/vendor/assets/javascripts/tiny_mce/plugins/table/table.htm +188 -0
  175. data/vendor/assets/javascripts/tiny_mce/plugins/template/blank.htm +12 -0
  176. data/vendor/assets/javascripts/tiny_mce/plugins/template/css/template.css +23 -0
  177. data/vendor/assets/javascripts/tiny_mce/plugins/template/editor_plugin.js +1 -0
  178. data/vendor/assets/javascripts/tiny_mce/plugins/template/editor_plugin_src.js +159 -0
  179. data/vendor/assets/javascripts/tiny_mce/plugins/template/js/template.js +106 -0
  180. data/vendor/assets/javascripts/tiny_mce/plugins/template/langs/en_dlg.js +15 -0
  181. data/vendor/assets/javascripts/tiny_mce/plugins/template/template.htm +31 -0
  182. data/vendor/assets/javascripts/tiny_mce/plugins/visualchars/editor_plugin.js +1 -0
  183. data/vendor/assets/javascripts/tiny_mce/plugins/visualchars/editor_plugin_src.js +83 -0
  184. data/vendor/assets/javascripts/tiny_mce/plugins/wordcount/editor_plugin.js +1 -0
  185. data/vendor/assets/javascripts/tiny_mce/plugins/wordcount/editor_plugin_src.js +98 -0
  186. data/vendor/assets/javascripts/tiny_mce/plugins/xhtmlxtras/abbr.htm +142 -0
  187. data/vendor/assets/javascripts/tiny_mce/plugins/xhtmlxtras/acronym.htm +142 -0
  188. data/vendor/assets/javascripts/tiny_mce/plugins/xhtmlxtras/attributes.htm +149 -0
  189. data/vendor/assets/javascripts/tiny_mce/plugins/xhtmlxtras/cite.htm +142 -0
  190. data/vendor/assets/javascripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css +11 -0
  191. data/vendor/assets/javascripts/tiny_mce/plugins/xhtmlxtras/css/popup.css +9 -0
  192. data/vendor/assets/javascripts/tiny_mce/plugins/xhtmlxtras/del.htm +162 -0
  193. data/vendor/assets/javascripts/tiny_mce/plugins/xhtmlxtras/editor_plugin.js +1 -0
  194. data/vendor/assets/javascripts/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js +132 -0
  195. data/vendor/assets/javascripts/tiny_mce/plugins/xhtmlxtras/ins.htm +162 -0
  196. data/vendor/assets/javascripts/tiny_mce/plugins/xhtmlxtras/js/abbr.js +28 -0
  197. data/vendor/assets/javascripts/tiny_mce/plugins/xhtmlxtras/js/acronym.js +28 -0
  198. data/vendor/assets/javascripts/tiny_mce/plugins/xhtmlxtras/js/attributes.js +126 -0
  199. data/vendor/assets/javascripts/tiny_mce/plugins/xhtmlxtras/js/cite.js +28 -0
  200. data/vendor/assets/javascripts/tiny_mce/plugins/xhtmlxtras/js/del.js +53 -0
  201. data/vendor/assets/javascripts/tiny_mce/plugins/xhtmlxtras/js/element_common.js +231 -0
  202. data/vendor/assets/javascripts/tiny_mce/plugins/xhtmlxtras/js/ins.js +52 -0
  203. data/vendor/assets/javascripts/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js +32 -0
  204. data/vendor/assets/javascripts/tiny_mce/themes/advanced/about.htm +48 -0
  205. data/vendor/assets/javascripts/tiny_mce/themes/advanced/anchor.htm +26 -0
  206. data/vendor/assets/javascripts/tiny_mce/themes/advanced/charmap.htm +53 -0
  207. data/vendor/assets/javascripts/tiny_mce/themes/advanced/color_picker.htm +74 -0
  208. data/vendor/assets/javascripts/tiny_mce/themes/advanced/editor_template.js +1 -0
  209. data/vendor/assets/javascripts/tiny_mce/themes/advanced/editor_template_src.js +1326 -0
  210. data/vendor/assets/javascripts/tiny_mce/themes/advanced/image.htm +80 -0
  211. data/vendor/assets/javascripts/tiny_mce/themes/advanced/img/colorpicker.jpg +0 -0
  212. data/vendor/assets/javascripts/tiny_mce/themes/advanced/img/icons.gif +0 -0
  213. data/vendor/assets/javascripts/tiny_mce/themes/advanced/js/about.js +73 -0
  214. data/vendor/assets/javascripts/tiny_mce/themes/advanced/js/anchor.js +37 -0
  215. data/vendor/assets/javascripts/tiny_mce/themes/advanced/js/charmap.js +353 -0
  216. data/vendor/assets/javascripts/tiny_mce/themes/advanced/js/color_picker.js +329 -0
  217. data/vendor/assets/javascripts/tiny_mce/themes/advanced/js/image.js +247 -0
  218. data/vendor/assets/javascripts/tiny_mce/themes/advanced/js/link.js +156 -0
  219. data/vendor/assets/javascripts/tiny_mce/themes/advanced/js/source_editor.js +56 -0
  220. data/vendor/assets/javascripts/tiny_mce/themes/advanced/langs/en.js +68 -0
  221. data/vendor/assets/javascripts/tiny_mce/themes/advanced/langs/en_dlg.js +53 -0
  222. data/vendor/assets/javascripts/tiny_mce/themes/advanced/link.htm +58 -0
  223. data/vendor/assets/javascripts/tiny_mce/themes/advanced/shortcuts.htm +47 -0
  224. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/default/content.css +37 -0
  225. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/default/dialog.css +117 -0
  226. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/default/img/buttons.png +0 -0
  227. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/default/img/items.gif +0 -0
  228. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif +0 -0
  229. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/default/img/menu_check.gif +0 -0
  230. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/default/img/progress.gif +0 -0
  231. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/default/img/tabs.gif +0 -0
  232. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/default/ui.css +213 -0
  233. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/highcontrast/content.css +23 -0
  234. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/highcontrast/dialog.css +105 -0
  235. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/highcontrast/ui.css +101 -0
  236. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/o2k7/content.css +36 -0
  237. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/o2k7/dialog.css +116 -0
  238. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png +0 -0
  239. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png +0 -0
  240. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png +0 -0
  241. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/o2k7/ui.css +215 -0
  242. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/o2k7/ui_black.css +8 -0
  243. data/vendor/assets/javascripts/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css +5 -0
  244. data/vendor/assets/javascripts/tiny_mce/themes/advanced/source_editor.htm +25 -0
  245. data/vendor/assets/javascripts/tiny_mce/themes/simple/editor_template.js +1 -0
  246. data/vendor/assets/javascripts/tiny_mce/themes/simple/editor_template_src.js +85 -0
  247. data/vendor/assets/javascripts/tiny_mce/themes/simple/img/icons.gif +0 -0
  248. data/vendor/assets/javascripts/tiny_mce/themes/simple/langs/en.js +11 -0
  249. data/vendor/assets/javascripts/tiny_mce/themes/simple/skins/default/content.css +25 -0
  250. data/vendor/assets/javascripts/tiny_mce/themes/simple/skins/default/ui.css +32 -0
  251. data/vendor/assets/javascripts/tiny_mce/themes/simple/skins/o2k7/content.css +17 -0
  252. data/vendor/assets/javascripts/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png +0 -0
  253. data/vendor/assets/javascripts/tiny_mce/themes/simple/skins/o2k7/ui.css +35 -0
  254. data/vendor/assets/javascripts/tiny_mce/tiny_mce.js +1 -0
  255. data/vendor/assets/javascripts/tiny_mce/tiny_mce_popup.js +5 -0
  256. data/vendor/assets/javascripts/tiny_mce/tiny_mce_src.js +13913 -0
  257. data/vendor/assets/javascripts/tiny_mce/utils/editable_selects.js +70 -0
  258. data/vendor/assets/javascripts/tiny_mce/utils/form_utils.js +206 -0
  259. data/vendor/assets/javascripts/tiny_mce/utils/mctabs.js +151 -0
  260. data/vendor/assets/javascripts/tiny_mce/utils/validate.js +252 -0
  261. metadata +305 -0
@@ -0,0 +1,52 @@
1
+ /**
2
+ * ins.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 init() {
12
+ SXE.initElementDialog('ins');
13
+ if (SXE.currentAction == "update") {
14
+ setFormValue('datetime', tinyMCEPopup.editor.dom.getAttrib(SXE.updateElement, 'datetime'));
15
+ setFormValue('cite', tinyMCEPopup.editor.dom.getAttrib(SXE.updateElement, 'cite'));
16
+ SXE.showRemoveButton();
17
+ }
18
+ }
19
+
20
+ function setElementAttribs(elm) {
21
+ setAllCommonAttribs(elm);
22
+ setAttrib(elm, 'datetime');
23
+ setAttrib(elm, 'cite');
24
+ }
25
+
26
+ function insertIns() {
27
+ var elm = tinyMCEPopup.editor.dom.getParent(SXE.focusElement, 'INS');
28
+ tinyMCEPopup.execCommand('mceBeginUndoLevel');
29
+ if (elm == null) {
30
+ var s = SXE.inst.selection.getContent();
31
+ if(s.length > 0) {
32
+ insertInlineElement('INS');
33
+ var elementArray = tinymce.grep(SXE.inst.dom.select('ins'), function(n) {return n.id == '#sxe_temp_ins#';});
34
+ for (var i=0; i<elementArray.length; i++) {
35
+ var elm = elementArray[i];
36
+ setElementAttribs(elm);
37
+ }
38
+ }
39
+ } else {
40
+ setElementAttribs(elm);
41
+ }
42
+ tinyMCEPopup.editor.nodeChanged();
43
+ tinyMCEPopup.execCommand('mceEndUndoLevel');
44
+ tinyMCEPopup.close();
45
+ }
46
+
47
+ function removeIns() {
48
+ SXE.removeElement('ins');
49
+ tinyMCEPopup.close();
50
+ }
51
+
52
+ tinyMCEPopup.onInit.add(init);
@@ -0,0 +1,32 @@
1
+ tinyMCE.addI18n('en.xhtmlxtras_dlg',{
2
+ attribute_label_title:"Title",
3
+ attribute_label_id:"ID",
4
+ attribute_label_class:"Class",
5
+ attribute_label_style:"Style",
6
+ attribute_label_cite:"Cite",
7
+ attribute_label_datetime:"Date/Time",
8
+ attribute_label_langdir:"Text Direction",
9
+ attribute_option_ltr:"Left to right",
10
+ attribute_option_rtl:"Right to left",
11
+ attribute_label_langcode:"Language",
12
+ attribute_label_tabindex:"TabIndex",
13
+ attribute_label_accesskey:"AccessKey",
14
+ attribute_events_tab:"Events",
15
+ attribute_attrib_tab:"Attributes",
16
+ general_tab:"General",
17
+ attrib_tab:"Attributes",
18
+ events_tab:"Events",
19
+ fieldset_general_tab:"General Settings",
20
+ fieldset_attrib_tab:"Element Attributes",
21
+ fieldset_events_tab:"Element Events",
22
+ title_ins_element:"Insertion Element",
23
+ title_del_element:"Deletion Element",
24
+ title_acronym_element:"Acronym Element",
25
+ title_abbr_element:"Abbreviation Element",
26
+ title_cite_element:"Citation Element",
27
+ remove:"Remove",
28
+ insert_date:"Insert current date/time",
29
+ option_ltr:"Left to right",
30
+ option_rtl:"Right to left",
31
+ attribs_title:"Insert/Edit Attributes"
32
+ });
@@ -0,0 +1,48 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml">
3
+ <head>
4
+ <title>{#advanced_dlg.about_title}</title>
5
+ <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
6
+ <script type="text/javascript" src="../../utils/mctabs.js"></script>
7
+ <script type="text/javascript" src="js/about.js"></script>
8
+ </head>
9
+ <body id="about" style="display: none">
10
+ <div class="tabs">
11
+ <ul>
12
+ <li id="general_tab" class="current" aria-controls="general_panel"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#advanced_dlg.about_general}</a></span></li>
13
+ <li id="help_tab" style="display:none" aria-hidden="true" aria-controls="help_panel"><span><a href="javascript:mcTabs.displayTab('help_tab','help_panel');" onmousedown="return false;">{#advanced_dlg.about_help}</a></span></li>
14
+ <li id="plugins_tab" aria-controls="plugins_panel"><span><a href="javascript:mcTabs.displayTab('plugins_tab','plugins_panel');" onmousedown="return false;">{#advanced_dlg.about_plugins}</a></span></li>
15
+ </ul>
16
+ </div>
17
+
18
+ <div class="panel_wrapper">
19
+ <div id="general_panel" class="panel current">
20
+ <h3>{#advanced_dlg.about_title}</h3>
21
+ <p>Version: <span id="version"></span> (<span id="date"></span>)</p>
22
+ <p>TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under <a href="../../license.txt" target="_blank">LGPL</a>
23
+ by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances.</p>
24
+ <p>Copyright &copy; 2003-2011, <a href="http://www.moxiecode.com" target="_blank">Moxiecode Systems AB</a>, All rights reserved.</p>
25
+ <p>For more information about this software visit the <a href="http://tinymce.moxiecode.com" target="_blank">TinyMCE website</a>.</p>
26
+ </div>
27
+
28
+ <div id="plugins_panel" class="panel">
29
+ <div id="pluginscontainer">
30
+ <h3>{#advanced_dlg.about_loaded}</h3>
31
+
32
+ <div id="plugintablecontainer">
33
+ </div>
34
+
35
+ <p>&nbsp;</p>
36
+ </div>
37
+ </div>
38
+
39
+ <div id="help_panel" class="panel noscroll" style="overflow: visible;">
40
+ <div id="iframecontainer"></div>
41
+ </div>
42
+ </div>
43
+
44
+ <div class="mceActionPanel">
45
+ <input type="button" id="cancel" name="cancel" value="{#close}" onclick="tinyMCEPopup.close();" />
46
+ </div>
47
+ </body>
48
+ </html>
@@ -0,0 +1,26 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml">
3
+ <head>
4
+ <title>{#advanced_dlg.anchor_title}</title>
5
+ <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
6
+ <script type="text/javascript" src="js/anchor.js"></script>
7
+ </head>
8
+ <body style="display: none" role="application" aria-labelledby="app_title">
9
+ <form onsubmit="AnchorDialog.update();return false;" action="#">
10
+ <table border="0" cellpadding="4" cellspacing="0" role="presentation">
11
+ <tr>
12
+ <td colspan="2" class="title" id="app_title">{#advanced_dlg.anchor_title}</td>
13
+ </tr>
14
+ <tr>
15
+ <td class="nowrap"><label for="anchorName">{#advanced_dlg.anchor_name}:</label></td>
16
+ <td><input name="anchorName" type="text" class="mceFocus" id="anchorName" value="" style="width: 200px" aria-required="true" /></td>
17
+ </tr>
18
+ </table>
19
+
20
+ <div class="mceActionPanel">
21
+ <input type="submit" id="insert" name="insert" value="{#update}" />
22
+ <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
23
+ </div>
24
+ </form>
25
+ </body>
26
+ </html>
@@ -0,0 +1,53 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml">
3
+ <head>
4
+ <title>{#advanced_dlg.charmap_title}</title>
5
+ <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
6
+ <script type="text/javascript" src="js/charmap.js"></script>
7
+ </head>
8
+ <body id="charmap" style="display:none">
9
+ <table align="center" border="0" cellspacing="0" cellpadding="2" role="presentation">
10
+
11
+ <tr>
12
+ <td colspan="2" class="title" ><label for="charmapView" id="charmap_label">{#advanced_dlg.charmap_title}</label></td>
13
+ </tr>
14
+ <tr>
15
+ <td id="charmapView" rowspan="2" align="left" valign="top">
16
+ <!-- Chars will be rendered here -->
17
+ </td>
18
+ <td width="100" align="center" valign="top">
19
+ <table border="0" cellpadding="0" cellspacing="0" width="100" style="height:100px" role="presentation">
20
+ <tr>
21
+ <td id="codeV">&nbsp;</td>
22
+ </tr>
23
+ <tr>
24
+ <td id="codeN">&nbsp;</td>
25
+ </tr>
26
+ </table>
27
+ </td>
28
+ </tr>
29
+ <tr>
30
+ <td valign="bottom" style="padding-bottom: 3px;">
31
+ <table width="100" align="center" border="0" cellpadding="2" cellspacing="0" role="presentation">
32
+ <tr>
33
+ <td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;"><label for="codeA">HTML-Code</label></td>
34
+ </tr>
35
+ <tr>
36
+ <td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeA" align="center">&nbsp;</td>
37
+ </tr>
38
+ <tr>
39
+ <td style="font-size: 1px;">&nbsp;</td>
40
+ </tr>
41
+ <tr>
42
+ <td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;"><label for="codeB">NUM-Code</label></td>
43
+ </tr>
44
+ <tr>
45
+ <td style="font-size: 16px; font-weight: bold; border-left: 1px solid #666699; border-bottom: 1px solid #666699; border-right: 1px solid #666699;" id="codeB" align="center">&nbsp;</td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+
52
+ </body>
53
+ </html>
@@ -0,0 +1,74 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
+ <html xmlns="http://www.w3.org/1999/xhtml">
3
+ <head>
4
+ <title>{#advanced_dlg.colorpicker_title}</title>
5
+ <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
6
+ <script type="text/javascript" src="../../utils/mctabs.js"></script>
7
+ <script type="text/javascript" src="js/color_picker.js"></script>
8
+ </head>
9
+ <body id="colorpicker" style="display: none" role="application" aria-labelledby="app_label">
10
+ <span class="mceVoiceLabel" id="app_label" style="display:none;">{#advanced_dlg.colorpicker_title}</span>
11
+ <form onsubmit="insertAction();return false" action="#">
12
+ <div class="tabs">
13
+ <ul>
14
+ <li id="picker_tab" aria-controls="picker_panel" class="current"><span><a href="javascript:mcTabs.displayTab('picker_tab','picker_panel');" onmousedown="return false;">{#advanced_dlg.colorpicker_picker_tab}</a></span></li>
15
+ <li id="rgb_tab" aria-controls="rgb_panel"><span><a href="javascript:;" onclick="mcTabs.displayTab('rgb_tab','rgb_panel');" onmousedown="return false;">{#advanced_dlg.colorpicker_palette_tab}</a></span></li>
16
+ <li id="named_tab" aria-controls="named_panel"><span><a href="javascript:;" onclick="javascript:mcTabs.displayTab('named_tab','named_panel');" onmousedown="return false;">{#advanced_dlg.colorpicker_named_tab}</a></span></li>
17
+ </ul>
18
+ </div>
19
+
20
+ <div class="panel_wrapper">
21
+ <div id="picker_panel" class="panel current">
22
+ <fieldset>
23
+ <legend>{#advanced_dlg.colorpicker_picker_title}</legend>
24
+ <div id="picker">
25
+ <img id="colors" src="img/colorpicker.jpg" onclick="computeColor(event)" onmousedown="isMouseDown = true;return false;" onmouseup="isMouseDown = false;" onmousemove="if (isMouseDown && isMouseOver) computeColor(event); return false;" onmouseover="isMouseOver=true;" onmouseout="isMouseOver=false;" alt="" />
26
+
27
+ <div id="light">
28
+ <!-- Will be filled with divs -->
29
+ </div>
30
+
31
+ <br style="clear: both" />
32
+ </div>
33
+ </fieldset>
34
+ </div>
35
+
36
+ <div id="rgb_panel" class="panel">
37
+ <fieldset>
38
+ <legend id="webcolors_title">{#advanced_dlg.colorpicker_palette_title}</legend>
39
+ <div id="webcolors">
40
+ <!-- Gets filled with web safe colors-->
41
+ </div>
42
+
43
+ <br style="clear: both" />
44
+ </fieldset>
45
+ </div>
46
+
47
+ <div id="named_panel" class="panel">
48
+ <fieldset id="named_picker_label">
49
+ <legend id="named_title">{#advanced_dlg.colorpicker_named_title}</legend>
50
+ <div id="namedcolors" role="listbox" tabindex="0" aria-labelledby="named_picker_label">
51
+ <!-- Gets filled with named colors-->
52
+ </div>
53
+
54
+ <br style="clear: both" />
55
+
56
+ <div id="colornamecontainer">
57
+ {#advanced_dlg.colorpicker_name} <span id="colorname"></span>
58
+ </div>
59
+ </fieldset>
60
+ </div>
61
+ </div>
62
+
63
+ <div class="mceActionPanel">
64
+ <input type="submit" id="insert" name="insert" value="{#apply}" />
65
+
66
+ <div id="preview"></div>
67
+
68
+ <div id="previewblock">
69
+ <label for="color">{#advanced_dlg.colorpicker_color}</label> <input id="color" type="text" size="8" class="text mceFocus" aria-required="true" />
70
+ </div>
71
+ </div>
72
+ </form>
73
+ </body>
74
+ </html>
@@ -0,0 +1 @@
1
+ (function(e){var d=e.DOM,b=e.dom.Event,h=e.extend,f=e.each,a=e.util.Cookie,g,c=e.explode;e.ThemeManager.requireLangPack("advanced");e.create("tinymce.themes.AdvancedTheme",{sizes:[8,10,12,14,18,24,36],controls:{bold:["bold_desc","Bold"],italic:["italic_desc","Italic"],underline:["underline_desc","Underline"],strikethrough:["striketrough_desc","Strikethrough"],justifyleft:["justifyleft_desc","JustifyLeft"],justifycenter:["justifycenter_desc","JustifyCenter"],justifyright:["justifyright_desc","JustifyRight"],justifyfull:["justifyfull_desc","JustifyFull"],bullist:["bullist_desc","InsertUnorderedList"],numlist:["numlist_desc","InsertOrderedList"],outdent:["outdent_desc","Outdent"],indent:["indent_desc","Indent"],cut:["cut_desc","Cut"],copy:["copy_desc","Copy"],paste:["paste_desc","Paste"],undo:["undo_desc","Undo"],redo:["redo_desc","Redo"],link:["link_desc","mceLink"],unlink:["unlink_desc","unlink"],image:["image_desc","mceImage"],cleanup:["cleanup_desc","mceCleanup"],help:["help_desc","mceHelp"],shortcuts:["shortcuts_desc","mceShortcuts"],code:["code_desc","mceCodeEditor"],hr:["hr_desc","InsertHorizontalRule"],removeformat:["removeformat_desc","RemoveFormat"],sub:["sub_desc","subscript"],sup:["sup_desc","superscript"],forecolor:["forecolor_desc","ForeColor"],forecolorpicker:["forecolor_desc","mceForeColor"],backcolor:["backcolor_desc","HiliteColor"],backcolorpicker:["backcolor_desc","mceBackColor"],charmap:["charmap_desc","mceCharMap"],visualaid:["visualaid_desc","mceToggleVisualAid"],anchor:["anchor_desc","mceInsertAnchor"],newdocument:["newdocument_desc","mceNewDocument"],blockquote:["blockquote_desc","mceBlockQuote"]},stateControls:["bold","italic","underline","strikethrough","bullist","numlist","justifyleft","justifycenter","justifyright","justifyfull","sub","sup","blockquote"],init:function(j,k){var l=this,m,i,n;l.editor=j;l.url=k;l.onResolveName=new e.util.Dispatcher(this);j.forcedHighContrastMode=j.settings.detect_highcontrast&&l._isHighContrast();j.settings.skin=j.forcedHighContrastMode?"highcontrast":j.settings.skin;l.settings=m=h({theme_advanced_path:true,theme_advanced_toolbar_location:"bottom",theme_advanced_buttons1:"bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect",theme_advanced_buttons2:"bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code",theme_advanced_buttons3:"hr,removeformat,visualaid,|,sub,sup,|,charmap",theme_advanced_blockformats:"p,address,pre,h1,h2,h3,h4,h5,h6",theme_advanced_toolbar_align:"center",theme_advanced_fonts:"Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;Comic Sans MS=comic sans ms,sans-serif;Courier New=courier new,courier;Georgia=georgia,palatino;Helvetica=helvetica;Impact=impact,chicago;Symbol=symbol;Tahoma=tahoma,arial,helvetica,sans-serif;Terminal=terminal,monaco;Times New Roman=times new roman,times;Trebuchet MS=trebuchet ms,geneva;Verdana=verdana,geneva;Webdings=webdings;Wingdings=wingdings,zapf dingbats",theme_advanced_more_colors:1,theme_advanced_row_height:23,theme_advanced_resize_horizontal:1,theme_advanced_resizing_use_cookie:1,theme_advanced_font_sizes:"1,2,3,4,5,6,7",theme_advanced_font_selector:"span",theme_advanced_show_current_color:0,readonly:j.settings.readonly},j.settings);if(!m.font_size_style_values){m.font_size_style_values="8pt,10pt,12pt,14pt,18pt,24pt,36pt"}if(e.is(m.theme_advanced_font_sizes,"string")){m.font_size_style_values=e.explode(m.font_size_style_values);m.font_size_classes=e.explode(m.font_size_classes||"");n={};j.settings.theme_advanced_font_sizes=m.theme_advanced_font_sizes;f(j.getParam("theme_advanced_font_sizes","","hash"),function(q,p){var o;if(p==q&&q>=1&&q<=7){p=q+" ("+l.sizes[q-1]+"pt)";o=m.font_size_classes[q-1];q=m.font_size_style_values[q-1]||(l.sizes[q-1]+"pt")}if(/^\s*\./.test(q)){o=q.replace(/\./g,"")}n[p]=o?{"class":o}:{fontSize:q}});m.theme_advanced_font_sizes=n}if((i=m.theme_advanced_path_location)&&i!="none"){m.theme_advanced_statusbar_location=m.theme_advanced_path_location}if(m.theme_advanced_statusbar_location=="none"){m.theme_advanced_statusbar_location=0}j.onInit.add(function(){if(!j.settings.readonly){j.onNodeChange.add(l._nodeChanged,l);j.onKeyUp.add(l._updateUndoStatus,l);j.onMouseUp.add(l._updateUndoStatus,l);j.dom.bind(j.dom.getRoot(),"dragend",function(){l._updateUndoStatus(j)})}if(j.settings.content_css!==false){j.dom.loadCSS(j.baseURI.toAbsolute(k+"/skins/"+j.settings.skin+"/content.css"))}});j.onSetProgressState.add(function(q,o,r){var s,t=q.id,p;if(o){l.progressTimer=setTimeout(function(){s=q.getContainer();s=s.insertBefore(d.create("DIV",{style:"position:relative"}),s.firstChild);p=d.get(q.id+"_tbl");d.add(s,"div",{id:t+"_blocker","class":"mceBlocker",style:{width:p.clientWidth+2,height:p.clientHeight+2}});d.add(s,"div",{id:t+"_progress","class":"mceProgress",style:{left:p.clientWidth/2,top:p.clientHeight/2}})},r||0)}else{d.remove(t+"_blocker");d.remove(t+"_progress");clearTimeout(l.progressTimer)}});d.loadCSS(m.editor_css?j.documentBaseURI.toAbsolute(m.editor_css):k+"/skins/"+j.settings.skin+"/ui.css");if(m.skin_variant){d.loadCSS(k+"/skins/"+j.settings.skin+"/ui_"+m.skin_variant+".css")}},_isHighContrast:function(){var i,j=d.add(d.getRoot(),"div",{style:"background-color: rgb(171,239,86);"});i=(d.getStyle(j,"background-color",true)+"").toLowerCase().replace(/ /g,"");d.remove(j);return i!="rgb(171,239,86)"&&i!="#abef56"},createControl:function(l,i){var j,k;if(k=i.createControl(l)){return k}switch(l){case"styleselect":return this._createStyleSelect();case"formatselect":return this._createBlockFormats();case"fontselect":return this._createFontSelect();case"fontsizeselect":return this._createFontSizeSelect();case"forecolor":return this._createForeColorMenu();case"backcolor":return this._createBackColorMenu()}if((j=this.controls[l])){return i.createButton(l,{title:"advanced."+j[0],cmd:j[1],ui:j[2],value:j[3]})}},execCommand:function(k,j,l){var i=this["_"+k];if(i){i.call(this,j,l);return true}return false},_importClasses:function(k){var i=this.editor,j=i.controlManager.get("styleselect");if(j.getLength()==0){f(i.dom.getClasses(),function(n,l){var m="style_"+l;i.formatter.register(m,{inline:"span",attributes:{"class":n["class"]},selector:"*"});j.add(n["class"],m)})}},_createStyleSelect:function(m){var k=this,i=k.editor,j=i.controlManager,l;l=j.createListBox("styleselect",{title:"advanced.style_select",onselect:function(o){var p,n=[];f(l.items,function(q){n.push(q.value)});i.focus();i.undoManager.add();p=i.formatter.matchAll(n);if(!o||p[0]==o){i.formatter.remove(p[0])}else{i.formatter.apply(o)}i.undoManager.add();i.nodeChanged();return false}});i.onInit.add(function(){var o=0,n=i.getParam("style_formats");if(n){f(n,function(p){var q,r=0;f(p,function(){r++});if(r>1){q=p.name=p.name||"style_"+(o++);i.formatter.register(q,p);l.add(p.title,q)}else{l.add(p.title)}})}else{f(i.getParam("theme_advanced_styles","","hash"),function(r,q){var p;if(r){p="style_"+(o++);i.formatter.register(p,{inline:"span",classes:r,selector:"*"});l.add(k.editor.translate(q),p)}})}});if(l.getLength()==0){l.onPostRender.add(function(o,p){if(!l.NativeListBox){b.add(p.id+"_text","focus",k._importClasses,k);b.add(p.id+"_text","mousedown",k._importClasses,k);b.add(p.id+"_open","focus",k._importClasses,k);b.add(p.id+"_open","mousedown",k._importClasses,k)}else{b.add(p.id,"focus",k._importClasses,k)}})}return l},_createFontSelect:function(){var k,j=this,i=j.editor;k=i.controlManager.createListBox("fontselect",{title:"advanced.fontdefault",onselect:function(l){var m=k.items[k.selectedIndex];if(!l&&m){i.execCommand("FontName",false,m.value);return}i.execCommand("FontName",false,l);k.select(function(n){return l==n});return false}});if(k){f(i.getParam("theme_advanced_fonts",j.settings.theme_advanced_fonts,"hash"),function(m,l){k.add(i.translate(l),m,{style:m.indexOf("dings")==-1?"font-family:"+m:""})})}return k},_createFontSizeSelect:function(){var m=this,k=m.editor,n,l=0,j=[];n=k.controlManager.createListBox("fontsizeselect",{title:"advanced.font_size",onselect:function(i){var o=n.items[n.selectedIndex];if(!i&&o){o=o.value;if(o["class"]){k.formatter.toggle("fontsize_class",{value:o["class"]});k.undoManager.add();k.nodeChanged()}else{k.execCommand("FontSize",false,o.fontSize)}return}if(i["class"]){k.focus();k.undoManager.add();k.formatter.toggle("fontsize_class",{value:i["class"]});k.undoManager.add();k.nodeChanged()}else{k.execCommand("FontSize",false,i.fontSize)}n.select(function(p){return i==p});return false}});if(n){f(m.settings.theme_advanced_font_sizes,function(o,i){var p=o.fontSize;if(p>=1&&p<=7){p=m.sizes[parseInt(p)-1]+"pt"}n.add(i,o,{style:"font-size:"+p,"class":"mceFontSize"+(l++)+(" "+(o["class"]||""))})})}return n},_createBlockFormats:function(){var k,i={p:"advanced.paragraph",address:"advanced.address",pre:"advanced.pre",h1:"advanced.h1",h2:"advanced.h2",h3:"advanced.h3",h4:"advanced.h4",h5:"advanced.h5",h6:"advanced.h6",div:"advanced.div",blockquote:"advanced.blockquote",code:"advanced.code",dt:"advanced.dt",dd:"advanced.dd",samp:"advanced.samp"},j=this;k=j.editor.controlManager.createListBox("formatselect",{title:"advanced.block",cmd:"FormatBlock"});if(k){f(j.editor.getParam("theme_advanced_blockformats",j.settings.theme_advanced_blockformats,"hash"),function(m,l){k.add(j.editor.translate(l!=m?l:i[m]),m,{"class":"mce_formatPreview mce_"+m})})}return k},_createForeColorMenu:function(){var m,j=this,k=j.settings,l={},i;if(k.theme_advanced_more_colors){l.more_colors_func=function(){j._mceColorPicker(0,{color:m.value,func:function(n){m.setColor(n)}})}}if(i=k.theme_advanced_text_colors){l.colors=i}if(k.theme_advanced_default_foreground_color){l.default_color=k.theme_advanced_default_foreground_color}l.title="advanced.forecolor_desc";l.cmd="ForeColor";l.scope=this;m=j.editor.controlManager.createColorSplitButton("forecolor",l);return m},_createBackColorMenu:function(){var m,j=this,k=j.settings,l={},i;if(k.theme_advanced_more_colors){l.more_colors_func=function(){j._mceColorPicker(0,{color:m.value,func:function(n){m.setColor(n)}})}}if(i=k.theme_advanced_background_colors){l.colors=i}if(k.theme_advanced_default_background_color){l.default_color=k.theme_advanced_default_background_color}l.title="advanced.backcolor_desc";l.cmd="HiliteColor";l.scope=this;m=j.editor.controlManager.createColorSplitButton("backcolor",l);return m},renderUI:function(k){var m,l,q,v=this,r=v.editor,w=v.settings,u,j,i;if(r.settings){r.settings.aria_label=w.aria_label+r.getLang("advanced.help_shortcut")}m=j=d.create("span",{role:"application","aria-labelledby":r.id+"_voice",id:r.id+"_parent","class":"mceEditor "+r.settings.skin+"Skin"+(w.skin_variant?" "+r.settings.skin+"Skin"+v._ufirst(w.skin_variant):"")});d.add(m,"span",{"class":"mceVoiceLabel",style:"display:none;",id:r.id+"_voice"},w.aria_label);if(!d.boxModel){m=d.add(m,"div",{"class":"mceOldBoxModel"})}m=u=d.add(m,"table",{role:"presentation",id:r.id+"_tbl","class":"mceLayout",cellSpacing:0,cellPadding:0});m=q=d.add(m,"tbody");switch((w.theme_advanced_layout_manager||"").toLowerCase()){case"rowlayout":l=v._rowLayout(w,q,k);break;case"customlayout":l=r.execCallback("theme_advanced_custom_layout",w,q,k,j);break;default:l=v._simpleLayout(w,q,k,j)}m=k.targetNode;i=d.stdMode?u.getElementsByTagName("tr"):u.rows;d.addClass(i[0],"mceFirst");d.addClass(i[i.length-1],"mceLast");f(d.select("tr",q),function(o){d.addClass(o.firstChild,"mceFirst");d.addClass(o.childNodes[o.childNodes.length-1],"mceLast")});if(d.get(w.theme_advanced_toolbar_container)){d.get(w.theme_advanced_toolbar_container).appendChild(j)}else{d.insertAfter(j,m)}b.add(r.id+"_path_row","click",function(n){n=n.target;if(n.nodeName=="A"){v._sel(n.className.replace(/^.*mcePath_([0-9]+).*$/,"$1"));return b.cancel(n)}});if(w.theme_advanced_toolbar_location=="external"){k.deltaHeight=0}v.deltaHeight=k.deltaHeight;k.targetNode=null;r.onKeyDown.add(function(p,n){var s=121,o=122;if(n.altKey){if(n.keyCode===s){v.toolbarGroup.focus();return b.cancel(n)}else{if(n.keyCode===o){d.get(p.id+"_path_row").focus();return b.cancel(n)}}}});r.addShortcut("alt+0","","mceShortcuts",v);return{iframeContainer:l,editorContainer:r.id+"_parent",sizeContainer:u,deltaHeight:k.deltaHeight}},getInfo:function(){return{longname:"Advanced theme",author:"Moxiecode Systems AB",authorurl:"http://tinymce.moxiecode.com",version:e.majorVersion+"."+e.minorVersion}},resizeBy:function(i,j){var k=d.get(this.editor.id+"_tbl");this.resizeTo(k.clientWidth+i,k.clientHeight+j)},resizeTo:function(i,m,k){var j=this.editor,l=this.settings,n=d.get(j.id+"_tbl"),o=d.get(j.id+"_ifr");i=Math.max(l.theme_advanced_resizing_min_width||100,i);m=Math.max(l.theme_advanced_resizing_min_height||100,m);i=Math.min(l.theme_advanced_resizing_max_width||65535,i);m=Math.min(l.theme_advanced_resizing_max_height||65535,m);d.setStyle(n,"height","");d.setStyle(o,"height",m);if(l.theme_advanced_resize_horizontal){d.setStyle(n,"width","");d.setStyle(o,"width",i);if(i<n.clientWidth){i=n.clientWidth;d.setStyle(o,"width",n.clientWidth)}}if(k&&l.theme_advanced_resizing_use_cookie){a.setHash("TinyMCE_"+j.id+"_size",{cw:i,ch:m})}},destroy:function(){var i=this.editor.id;b.clear(i+"_resize");b.clear(i+"_path_row");b.clear(i+"_external_close")},_simpleLayout:function(y,r,k,i){var x=this,u=x.editor,v=y.theme_advanced_toolbar_location,m=y.theme_advanced_statusbar_location,l,j,q,w;if(y.readonly){l=d.add(r,"tr");l=j=d.add(l,"td",{"class":"mceIframeContainer"});return j}if(v=="top"){x._addToolbars(r,k)}if(v=="external"){l=w=d.create("div",{style:"position:relative"});l=d.add(l,"div",{id:u.id+"_external","class":"mceExternalToolbar"});d.add(l,"a",{id:u.id+"_external_close",href:"javascript:;","class":"mceExternalClose"});l=d.add(l,"table",{id:u.id+"_tblext",cellSpacing:0,cellPadding:0});q=d.add(l,"tbody");if(i.firstChild.className=="mceOldBoxModel"){i.firstChild.appendChild(w)}else{i.insertBefore(w,i.firstChild)}x._addToolbars(q,k);u.onMouseUp.add(function(){var o=d.get(u.id+"_external");d.show(o);d.hide(g);var n=b.add(u.id+"_external_close","click",function(){d.hide(u.id+"_external");b.remove(u.id+"_external_close","click",n)});d.show(o);d.setStyle(o,"top",0-d.getRect(u.id+"_tblext").h-1);d.hide(o);d.show(o);o.style.filter="";g=u.id+"_external";o=null})}if(m=="top"){x._addStatusBar(r,k)}if(!y.theme_advanced_toolbar_container){l=d.add(r,"tr");l=j=d.add(l,"td",{"class":"mceIframeContainer"})}if(v=="bottom"){x._addToolbars(r,k)}if(m=="bottom"){x._addStatusBar(r,k)}return j},_rowLayout:function(w,m,k){var v=this,p=v.editor,u,x,i=p.controlManager,l,j,r,q;u=w.theme_advanced_containers_default_class||"";x=w.theme_advanced_containers_default_align||"center";f(c(w.theme_advanced_containers||""),function(s,o){var n=w["theme_advanced_container_"+s]||"";switch(n.toLowerCase()){case"mceeditor":l=d.add(m,"tr");l=j=d.add(l,"td",{"class":"mceIframeContainer"});break;case"mceelementpath":v._addStatusBar(m,k);break;default:q=(w["theme_advanced_container_"+s+"_align"]||x).toLowerCase();q="mce"+v._ufirst(q);l=d.add(d.add(m,"tr"),"td",{"class":"mceToolbar "+(w["theme_advanced_container_"+s+"_class"]||u)+" "+q||x});r=i.createToolbar("toolbar"+o);v._addControls(n,r);d.setHTML(l,r.renderHTML());k.deltaHeight-=w.theme_advanced_row_height}});return j},_addControls:function(j,i){var k=this,l=k.settings,m,n=k.editor.controlManager;if(l.theme_advanced_disable&&!k._disabled){m={};f(c(l.theme_advanced_disable),function(o){m[o]=1});k._disabled=m}else{m=k._disabled}f(c(j),function(p){var o;if(m&&m[p]){return}if(p=="tablecontrols"){f(["table","|","row_props","cell_props","|","row_before","row_after","delete_row","|","col_before","col_after","delete_col","|","split_cells","merge_cells"],function(q){q=k.createControl(q,n);if(q){i.add(q)}});return}o=k.createControl(p,n);if(o){i.add(o)}})},_addToolbars:function(w,k){var z=this,p,m,q=z.editor,A=z.settings,y,j=q.controlManager,r,l,x,u;u=j.createToolbarGroup("toolbargroup",{name:q.getLang("advanced.toolbar"),tab_focus_toolbar:q.getParam("theme_advanced_tab_focus_toolbar")});z.toolbarGroup=u;x=A.theme_advanced_toolbar_align.toLowerCase();x="mce"+z._ufirst(x);l=d.add(d.add(w,"tr"),"td",{"class":"mceToolbar "+x});for(p=1;(y=A["theme_advanced_buttons"+p]);p++){m=j.createToolbar("toolbar"+p,{"class":"mceToolbarRow"+p});if(A["theme_advanced_buttons"+p+"_add"]){y+=","+A["theme_advanced_buttons"+p+"_add"]}if(A["theme_advanced_buttons"+p+"_add_before"]){y=A["theme_advanced_buttons"+p+"_add_before"]+","+y}z._addControls(y,m);u.add(m);k.deltaHeight-=A.theme_advanced_row_height}d.setHTML(l,u.renderHTML())},_addStatusBar:function(m,j){var k,v=this,p=v.editor,w=v.settings,i,q,u,l;k=d.add(m,"tr");k=l=d.add(k,"td",{"class":"mceStatusbar"});k=d.add(k,"div",{id:p.id+"_path_row",role:"group","aria-labelledby":p.id+"_path_voice"});if(w.theme_advanced_path){d.add(k,"span",{id:p.id+"_path_voice"},p.translate("advanced.path"));d.add(k,"span",{},": ")}else{d.add(k,"span",{},"&#160;")}if(w.theme_advanced_resizing){d.add(l,"a",{id:p.id+"_resize",href:"javascript:;",onclick:"return false;","class":"mceResize"});if(w.theme_advanced_resizing_use_cookie){p.onPostRender.add(function(){var n=a.getHash("TinyMCE_"+p.id+"_size"),r=d.get(p.id+"_tbl");if(!n){return}v.resizeTo(n.cw,n.ch)})}p.onPostRender.add(function(){b.add(p.id+"_resize","click",function(n){n.preventDefault()});b.add(p.id+"_resize","mousedown",function(D){var t,r,s,o,C,z,A,F,n,E,x;function y(G){G.preventDefault();n=A+(G.screenX-C);E=F+(G.screenY-z);v.resizeTo(n,E)}function B(G){b.remove(d.doc,"mousemove",t);b.remove(p.getDoc(),"mousemove",r);b.remove(d.doc,"mouseup",s);b.remove(p.getDoc(),"mouseup",o);n=A+(G.screenX-C);E=F+(G.screenY-z);v.resizeTo(n,E,true)}D.preventDefault();C=D.screenX;z=D.screenY;x=d.get(v.editor.id+"_ifr");A=n=x.clientWidth;F=E=x.clientHeight;t=b.add(d.doc,"mousemove",y);r=b.add(p.getDoc(),"mousemove",y);s=b.add(d.doc,"mouseup",B);o=b.add(p.getDoc(),"mouseup",B)})})}j.deltaHeight-=21;k=m=null},_updateUndoStatus:function(j){var i=j.controlManager;i.setDisabled("undo",!j.undoManager.hasUndo()&&!j.typing);i.setDisabled("redo",!j.undoManager.hasRedo())},_nodeChanged:function(m,r,D,q,E){var y=this,C,F=0,x,G,z=y.settings,w,k,u,B,l,j,i;e.each(y.stateControls,function(n){r.setActive(n,m.queryCommandState(y.controls[n][1]))});function o(p){var s,n=E.parents,t=p;if(typeof(p)=="string"){t=function(v){return v.nodeName==p}}for(s=0;s<n.length;s++){if(t(n[s])){return n[s]}}}r.setActive("visualaid",m.hasVisual);y._updateUndoStatus(m);r.setDisabled("outdent",!m.queryCommandState("Outdent"));C=o("A");if(G=r.get("link")){if(!C||!C.name){G.setDisabled(!C&&q);G.setActive(!!C)}}if(G=r.get("unlink")){G.setDisabled(!C&&q);G.setActive(!!C&&!C.name)}if(G=r.get("anchor")){G.setActive(!!C&&C.name)}C=o("IMG");if(G=r.get("image")){G.setActive(!!C&&D.className.indexOf("mceItem")==-1)}if(G=r.get("styleselect")){y._importClasses();j=[];f(G.items,function(n){j.push(n.value)});i=m.formatter.matchAll(j);G.select(i[0])}if(G=r.get("formatselect")){C=o(d.isBlock);if(C){G.select(C.nodeName.toLowerCase())}}o(function(p){if(p.nodeName==="SPAN"){if(!w&&p.className){w=p.className}}if(m.dom.is(p,z.theme_advanced_font_selector)){if(!k&&p.style.fontSize){k=p.style.fontSize}if(!u&&p.style.fontFamily){u=p.style.fontFamily.replace(/[\"\']+/g,"").replace(/^([^,]+).*/,"$1").toLowerCase()}if(!B&&p.style.color){B=p.style.color}if(!l&&p.style.backgroundColor){l=p.style.backgroundColor}}return false});if(G=r.get("fontselect")){G.select(function(n){return n.replace(/^([^,]+).*/,"$1").toLowerCase()==u})}if(G=r.get("fontsizeselect")){if(z.theme_advanced_runtime_fontsize&&!k&&!w){k=m.dom.getStyle(D,"fontSize",true)}G.select(function(n){if(n.fontSize&&n.fontSize===k){return true}if(n["class"]&&n["class"]===w){return true}})}if(z.theme_advanced_show_current_color){function A(p,n){if(G=r.get(p)){if(!n){n=G.settings.default_color}if(n!==G.value){G.displayColor(n)}}}A("forecolor",B);A("backcolor",l)}if(z.theme_advanced_path&&z.theme_advanced_statusbar_location){C=d.get(m.id+"_path")||d.add(m.id+"_path_row","span",{id:m.id+"_path"});if(y.statusKeyboardNavigation){y.statusKeyboardNavigation.destroy();y.statusKeyboardNavigation=null}d.setHTML(C,"");o(function(H){var p=H.nodeName.toLowerCase(),s,v,t="";if(H.nodeType!=1||H.nodeName==="BR"||(d.hasClass(H,"mceItemHidden")||d.hasClass(H,"mceItemRemoved"))){return}if(x=d.getAttrib(H,"mce_name")){p=x}if(e.isIE&&H.scopeName!=="HTML"){p=H.scopeName+":"+p}p=p.replace(/mce\:/g,"");switch(p){case"b":p="strong";break;case"i":p="em";break;case"img":if(x=d.getAttrib(H,"src")){t+="src: "+x+" "}break;case"a":if(x=d.getAttrib(H,"name")){t+="name: "+x+" ";p+="#"+x}if(x=d.getAttrib(H,"href")){t+="href: "+x+" "}break;case"font":if(x=d.getAttrib(H,"face")){t+="font: "+x+" "}if(x=d.getAttrib(H,"size")){t+="size: "+x+" "}if(x=d.getAttrib(H,"color")){t+="color: "+x+" "}break;case"span":if(x=d.getAttrib(H,"style")){t+="style: "+x+" "}break}if(x=d.getAttrib(H,"id")){t+="id: "+x+" "}if(x=H.className){x=x.replace(/\b\s*(webkit|mce|Apple-)\w+\s*\b/g,"");if(x){t+="class: "+x+" ";if(d.isBlock(H)||p=="img"||p=="span"){p+="."+x}}}p=p.replace(/(html:)/g,"");p={name:p,node:H,title:t};y.onResolveName.dispatch(y,p);t=p.title;p=p.name;v=d.create("a",{href:"javascript:;",role:"button",onmousedown:"return false;",title:t,"class":"mcePath_"+(F++)},p);if(C.hasChildNodes()){C.insertBefore(d.create("span",{"aria-hidden":"true"}," \u00bb "),C.firstChild);C.insertBefore(v,C.firstChild)}else{C.appendChild(v)}},m.getBody());if(d.select("a",C).length>0){y.statusKeyboardNavigation=new e.ui.KeyboardNavigation({root:m.id+"_path_row",items:d.select("a",C),excludeFromTabOrder:true,onCancel:function(){m.focus()}},d)}}},_sel:function(i){this.editor.execCommand("mceSelectNodeDepth",false,i)},_mceInsertAnchor:function(k,j){var i=this.editor;i.windowManager.open({url:this.url+"/anchor.htm",width:320+parseInt(i.getLang("advanced.anchor_delta_width",0)),height:90+parseInt(i.getLang("advanced.anchor_delta_height",0)),inline:true},{theme_url:this.url})},_mceCharMap:function(){var i=this.editor;i.windowManager.open({url:this.url+"/charmap.htm",width:550+parseInt(i.getLang("advanced.charmap_delta_width",0)),height:250+parseInt(i.getLang("advanced.charmap_delta_height",0)),inline:true},{theme_url:this.url})},_mceHelp:function(){var i=this.editor;i.windowManager.open({url:this.url+"/about.htm",width:480,height:380,inline:true},{theme_url:this.url})},_mceShortcuts:function(){var i=this.editor;i.windowManager.open({url:this.url+"/shortcuts.htm",width:480,height:380,inline:true},{theme_url:this.url})},_mceColorPicker:function(k,j){var i=this.editor;j=j||{};i.windowManager.open({url:this.url+"/color_picker.htm",width:375+parseInt(i.getLang("advanced.colorpicker_delta_width",0)),height:250+parseInt(i.getLang("advanced.colorpicker_delta_height",0)),close_previous:false,inline:true},{input_color:j.color,func:j.func,theme_url:this.url})},_mceCodeEditor:function(j,k){var i=this.editor;i.windowManager.open({url:this.url+"/source_editor.htm",width:parseInt(i.getParam("theme_advanced_source_editor_width",720)),height:parseInt(i.getParam("theme_advanced_source_editor_height",580)),inline:true,resizable:true,maximizable:true},{theme_url:this.url})},_mceImage:function(j,k){var i=this.editor;if(i.dom.getAttrib(i.selection.getNode(),"class").indexOf("mceItem")!=-1){return}i.windowManager.open({url:this.url+"/image.htm",width:355+parseInt(i.getLang("advanced.image_delta_width",0)),height:275+parseInt(i.getLang("advanced.image_delta_height",0)),inline:true},{theme_url:this.url})},_mceLink:function(j,k){var i=this.editor;i.windowManager.open({url:this.url+"/link.htm",width:310+parseInt(i.getLang("advanced.link_delta_width",0)),height:200+parseInt(i.getLang("advanced.link_delta_height",0)),inline:true},{theme_url:this.url})},_mceNewDocument:function(){var i=this.editor;i.windowManager.confirm("advanced.newdocument",function(j){if(j){i.execCommand("mceSetContent",false,"")}})},_mceForeColor:function(){var i=this;this._mceColorPicker(0,{color:i.fgColor,func:function(j){i.fgColor=j;i.editor.execCommand("ForeColor",false,j)}})},_mceBackColor:function(){var i=this;this._mceColorPicker(0,{color:i.bgColor,func:function(j){i.bgColor=j;i.editor.execCommand("HiliteColor",false,j)}})},_ufirst:function(i){return i.substring(0,1).toUpperCase()+i.substring(1)}});e.ThemeManager.add("advanced",e.themes.AdvancedTheme)}(tinymce));
@@ -0,0 +1,1326 @@
1
+ /**
2
+ * editor_template_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(tinymce) {
12
+ var DOM = tinymce.DOM, Event = tinymce.dom.Event, extend = tinymce.extend, each = tinymce.each, Cookie = tinymce.util.Cookie, lastExtID, explode = tinymce.explode;
13
+
14
+ // Tell it to load theme specific language pack(s)
15
+ tinymce.ThemeManager.requireLangPack('advanced');
16
+
17
+ tinymce.create('tinymce.themes.AdvancedTheme', {
18
+ sizes : [8, 10, 12, 14, 18, 24, 36],
19
+
20
+ // Control name lookup, format: title, command
21
+ controls : {
22
+ bold : ['bold_desc', 'Bold'],
23
+ italic : ['italic_desc', 'Italic'],
24
+ underline : ['underline_desc', 'Underline'],
25
+ strikethrough : ['striketrough_desc', 'Strikethrough'],
26
+ justifyleft : ['justifyleft_desc', 'JustifyLeft'],
27
+ justifycenter : ['justifycenter_desc', 'JustifyCenter'],
28
+ justifyright : ['justifyright_desc', 'JustifyRight'],
29
+ justifyfull : ['justifyfull_desc', 'JustifyFull'],
30
+ bullist : ['bullist_desc', 'InsertUnorderedList'],
31
+ numlist : ['numlist_desc', 'InsertOrderedList'],
32
+ outdent : ['outdent_desc', 'Outdent'],
33
+ indent : ['indent_desc', 'Indent'],
34
+ cut : ['cut_desc', 'Cut'],
35
+ copy : ['copy_desc', 'Copy'],
36
+ paste : ['paste_desc', 'Paste'],
37
+ undo : ['undo_desc', 'Undo'],
38
+ redo : ['redo_desc', 'Redo'],
39
+ link : ['link_desc', 'mceLink'],
40
+ unlink : ['unlink_desc', 'unlink'],
41
+ image : ['image_desc', 'mceImage'],
42
+ cleanup : ['cleanup_desc', 'mceCleanup'],
43
+ help : ['help_desc', 'mceHelp'],
44
+ shortcuts : ['shortcuts_desc', 'mceShortcuts'],
45
+ code : ['code_desc', 'mceCodeEditor'],
46
+ hr : ['hr_desc', 'InsertHorizontalRule'],
47
+ removeformat : ['removeformat_desc', 'RemoveFormat'],
48
+ sub : ['sub_desc', 'subscript'],
49
+ sup : ['sup_desc', 'superscript'],
50
+ forecolor : ['forecolor_desc', 'ForeColor'],
51
+ forecolorpicker : ['forecolor_desc', 'mceForeColor'],
52
+ backcolor : ['backcolor_desc', 'HiliteColor'],
53
+ backcolorpicker : ['backcolor_desc', 'mceBackColor'],
54
+ charmap : ['charmap_desc', 'mceCharMap'],
55
+ visualaid : ['visualaid_desc', 'mceToggleVisualAid'],
56
+ anchor : ['anchor_desc', 'mceInsertAnchor'],
57
+ newdocument : ['newdocument_desc', 'mceNewDocument'],
58
+ blockquote : ['blockquote_desc', 'mceBlockQuote']
59
+ },
60
+
61
+ stateControls : ['bold', 'italic', 'underline', 'strikethrough', 'bullist', 'numlist', 'justifyleft', 'justifycenter', 'justifyright', 'justifyfull', 'sub', 'sup', 'blockquote'],
62
+
63
+ init : function(ed, url) {
64
+ var t = this, s, v, o;
65
+
66
+ t.editor = ed;
67
+ t.url = url;
68
+ t.onResolveName = new tinymce.util.Dispatcher(this);
69
+
70
+ ed.forcedHighContrastMode = ed.settings.detect_highcontrast && t._isHighContrast();
71
+ ed.settings.skin = ed.forcedHighContrastMode ? 'highcontrast' : ed.settings.skin;
72
+
73
+ // Default settings
74
+ t.settings = s = extend({
75
+ theme_advanced_path : true,
76
+ theme_advanced_toolbar_location : 'bottom',
77
+ theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect",
78
+ theme_advanced_buttons2 : "bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code",
79
+ theme_advanced_buttons3 : "hr,removeformat,visualaid,|,sub,sup,|,charmap",
80
+ theme_advanced_blockformats : "p,address,pre,h1,h2,h3,h4,h5,h6",
81
+ theme_advanced_toolbar_align : "center",
82
+ theme_advanced_fonts : "Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;Comic Sans MS=comic sans ms,sans-serif;Courier New=courier new,courier;Georgia=georgia,palatino;Helvetica=helvetica;Impact=impact,chicago;Symbol=symbol;Tahoma=tahoma,arial,helvetica,sans-serif;Terminal=terminal,monaco;Times New Roman=times new roman,times;Trebuchet MS=trebuchet ms,geneva;Verdana=verdana,geneva;Webdings=webdings;Wingdings=wingdings,zapf dingbats",
83
+ theme_advanced_more_colors : 1,
84
+ theme_advanced_row_height : 23,
85
+ theme_advanced_resize_horizontal : 1,
86
+ theme_advanced_resizing_use_cookie : 1,
87
+ theme_advanced_font_sizes : "1,2,3,4,5,6,7",
88
+ theme_advanced_font_selector : "span",
89
+ theme_advanced_show_current_color: 0,
90
+ readonly : ed.settings.readonly
91
+ }, ed.settings);
92
+
93
+ // Setup default font_size_style_values
94
+ if (!s.font_size_style_values)
95
+ s.font_size_style_values = "8pt,10pt,12pt,14pt,18pt,24pt,36pt";
96
+
97
+ if (tinymce.is(s.theme_advanced_font_sizes, 'string')) {
98
+ s.font_size_style_values = tinymce.explode(s.font_size_style_values);
99
+ s.font_size_classes = tinymce.explode(s.font_size_classes || '');
100
+
101
+ // Parse string value
102
+ o = {};
103
+ ed.settings.theme_advanced_font_sizes = s.theme_advanced_font_sizes;
104
+ each(ed.getParam('theme_advanced_font_sizes', '', 'hash'), function(v, k) {
105
+ var cl;
106
+
107
+ if (k == v && v >= 1 && v <= 7) {
108
+ k = v + ' (' + t.sizes[v - 1] + 'pt)';
109
+ cl = s.font_size_classes[v - 1];
110
+ v = s.font_size_style_values[v - 1] || (t.sizes[v - 1] + 'pt');
111
+ }
112
+
113
+ if (/^\s*\./.test(v))
114
+ cl = v.replace(/\./g, '');
115
+
116
+ o[k] = cl ? {'class' : cl} : {fontSize : v};
117
+ });
118
+
119
+ s.theme_advanced_font_sizes = o;
120
+ }
121
+
122
+ if ((v = s.theme_advanced_path_location) && v != 'none')
123
+ s.theme_advanced_statusbar_location = s.theme_advanced_path_location;
124
+
125
+ if (s.theme_advanced_statusbar_location == 'none')
126
+ s.theme_advanced_statusbar_location = 0;
127
+
128
+ // Init editor
129
+ ed.onInit.add(function() {
130
+ if (!ed.settings.readonly) {
131
+ ed.onNodeChange.add(t._nodeChanged, t);
132
+ ed.onKeyUp.add(t._updateUndoStatus, t);
133
+ ed.onMouseUp.add(t._updateUndoStatus, t);
134
+ ed.dom.bind(ed.dom.getRoot(), 'dragend', function() {
135
+ t._updateUndoStatus(ed);
136
+ });
137
+ }
138
+
139
+ if (ed.settings.content_css !== false)
140
+ ed.dom.loadCSS(ed.baseURI.toAbsolute(url + "/skins/" + ed.settings.skin + "/content.css"));
141
+ });
142
+
143
+ ed.onSetProgressState.add(function(ed, b, ti) {
144
+ var co, id = ed.id, tb;
145
+
146
+ if (b) {
147
+ t.progressTimer = setTimeout(function() {
148
+ co = ed.getContainer();
149
+ co = co.insertBefore(DOM.create('DIV', {style : 'position:relative'}), co.firstChild);
150
+ tb = DOM.get(ed.id + '_tbl');
151
+
152
+ DOM.add(co, 'div', {id : id + '_blocker', 'class' : 'mceBlocker', style : {width : tb.clientWidth + 2, height : tb.clientHeight + 2}});
153
+ DOM.add(co, 'div', {id : id + '_progress', 'class' : 'mceProgress', style : {left : tb.clientWidth / 2, top : tb.clientHeight / 2}});
154
+ }, ti || 0);
155
+ } else {
156
+ DOM.remove(id + '_blocker');
157
+ DOM.remove(id + '_progress');
158
+ clearTimeout(t.progressTimer);
159
+ }
160
+ });
161
+
162
+ DOM.loadCSS(s.editor_css ? ed.documentBaseURI.toAbsolute(s.editor_css) : url + "/skins/" + ed.settings.skin + "/ui.css");
163
+
164
+ if (s.skin_variant)
165
+ DOM.loadCSS(url + "/skins/" + ed.settings.skin + "/ui_" + s.skin_variant + ".css");
166
+ },
167
+
168
+ _isHighContrast : function() {
169
+ var actualColor, div = DOM.add(DOM.getRoot(), 'div', {'style': 'background-color: rgb(171,239,86);'});
170
+
171
+ actualColor = (DOM.getStyle(div, 'background-color', true) + '').toLowerCase().replace(/ /g, '');
172
+ DOM.remove(div);
173
+
174
+ return actualColor != 'rgb(171,239,86)' && actualColor != '#abef56';
175
+ },
176
+
177
+ createControl : function(n, cf) {
178
+ var cd, c;
179
+
180
+ if (c = cf.createControl(n))
181
+ return c;
182
+
183
+ switch (n) {
184
+ case "styleselect":
185
+ return this._createStyleSelect();
186
+
187
+ case "formatselect":
188
+ return this._createBlockFormats();
189
+
190
+ case "fontselect":
191
+ return this._createFontSelect();
192
+
193
+ case "fontsizeselect":
194
+ return this._createFontSizeSelect();
195
+
196
+ case "forecolor":
197
+ return this._createForeColorMenu();
198
+
199
+ case "backcolor":
200
+ return this._createBackColorMenu();
201
+ }
202
+
203
+ if ((cd = this.controls[n]))
204
+ return cf.createButton(n, {title : "advanced." + cd[0], cmd : cd[1], ui : cd[2], value : cd[3]});
205
+ },
206
+
207
+ execCommand : function(cmd, ui, val) {
208
+ var f = this['_' + cmd];
209
+
210
+ if (f) {
211
+ f.call(this, ui, val);
212
+ return true;
213
+ }
214
+
215
+ return false;
216
+ },
217
+
218
+ _importClasses : function(e) {
219
+ var ed = this.editor, ctrl = ed.controlManager.get('styleselect');
220
+
221
+ if (ctrl.getLength() == 0) {
222
+ each(ed.dom.getClasses(), function(o, idx) {
223
+ var name = 'style_' + idx;
224
+
225
+ ed.formatter.register(name, {
226
+ inline : 'span',
227
+ attributes : {'class' : o['class']},
228
+ selector : '*'
229
+ });
230
+
231
+ ctrl.add(o['class'], name);
232
+ });
233
+ }
234
+ },
235
+
236
+ _createStyleSelect : function(n) {
237
+ var t = this, ed = t.editor, ctrlMan = ed.controlManager, ctrl;
238
+
239
+ // Setup style select box
240
+ ctrl = ctrlMan.createListBox('styleselect', {
241
+ title : 'advanced.style_select',
242
+ onselect : function(name) {
243
+ var matches, formatNames = [];
244
+
245
+ each(ctrl.items, function(item) {
246
+ formatNames.push(item.value);
247
+ });
248
+
249
+ ed.focus();
250
+ ed.undoManager.add();
251
+
252
+ // Toggle off the current format
253
+ matches = ed.formatter.matchAll(formatNames);
254
+ if (!name || matches[0] == name)
255
+ ed.formatter.remove(matches[0]);
256
+ else
257
+ ed.formatter.apply(name);
258
+
259
+ ed.undoManager.add();
260
+ ed.nodeChanged();
261
+
262
+ return false; // No auto select
263
+ }
264
+ });
265
+
266
+ // Handle specified format
267
+ ed.onInit.add(function() {
268
+ var counter = 0, formats = ed.getParam('style_formats');
269
+
270
+ if (formats) {
271
+ each(formats, function(fmt) {
272
+ var name, keys = 0;
273
+
274
+ each(fmt, function() {keys++;});
275
+
276
+ if (keys > 1) {
277
+ name = fmt.name = fmt.name || 'style_' + (counter++);
278
+ ed.formatter.register(name, fmt);
279
+ ctrl.add(fmt.title, name);
280
+ } else
281
+ ctrl.add(fmt.title);
282
+ });
283
+ } else {
284
+ each(ed.getParam('theme_advanced_styles', '', 'hash'), function(val, key) {
285
+ var name;
286
+
287
+ if (val) {
288
+ name = 'style_' + (counter++);
289
+
290
+ ed.formatter.register(name, {
291
+ inline : 'span',
292
+ classes : val,
293
+ selector : '*'
294
+ });
295
+
296
+ ctrl.add(t.editor.translate(key), name);
297
+ }
298
+ });
299
+ }
300
+ });
301
+
302
+ // Auto import classes if the ctrl box is empty
303
+ if (ctrl.getLength() == 0) {
304
+ ctrl.onPostRender.add(function(ed, n) {
305
+ if (!ctrl.NativeListBox) {
306
+ Event.add(n.id + '_text', 'focus', t._importClasses, t);
307
+ Event.add(n.id + '_text', 'mousedown', t._importClasses, t);
308
+ Event.add(n.id + '_open', 'focus', t._importClasses, t);
309
+ Event.add(n.id + '_open', 'mousedown', t._importClasses, t);
310
+ } else
311
+ Event.add(n.id, 'focus', t._importClasses, t);
312
+ });
313
+ }
314
+
315
+ return ctrl;
316
+ },
317
+
318
+ _createFontSelect : function() {
319
+ var c, t = this, ed = t.editor;
320
+
321
+ c = ed.controlManager.createListBox('fontselect', {
322
+ title : 'advanced.fontdefault',
323
+ onselect : function(v) {
324
+ var cur = c.items[c.selectedIndex];
325
+
326
+ if (!v && cur) {
327
+ ed.execCommand('FontName', false, cur.value);
328
+ return;
329
+ }
330
+
331
+ ed.execCommand('FontName', false, v);
332
+
333
+ // Fake selection, execCommand will fire a nodeChange and update the selection
334
+ c.select(function(sv) {
335
+ return v == sv;
336
+ });
337
+
338
+ return false; // No auto select
339
+ }
340
+ });
341
+
342
+ if (c) {
343
+ each(ed.getParam('theme_advanced_fonts', t.settings.theme_advanced_fonts, 'hash'), function(v, k) {
344
+ c.add(ed.translate(k), v, {style : v.indexOf('dings') == -1 ? 'font-family:' + v : ''});
345
+ });
346
+ }
347
+
348
+ return c;
349
+ },
350
+
351
+ _createFontSizeSelect : function() {
352
+ var t = this, ed = t.editor, c, i = 0, cl = [];
353
+
354
+ c = ed.controlManager.createListBox('fontsizeselect', {title : 'advanced.font_size', onselect : function(v) {
355
+ var cur = c.items[c.selectedIndex];
356
+
357
+ if (!v && cur) {
358
+ cur = cur.value;
359
+
360
+ if (cur['class']) {
361
+ ed.formatter.toggle('fontsize_class', {value : cur['class']});
362
+ ed.undoManager.add();
363
+ ed.nodeChanged();
364
+ } else {
365
+ ed.execCommand('FontSize', false, cur.fontSize);
366
+ }
367
+
368
+ return;
369
+ }
370
+
371
+ if (v['class']) {
372
+ ed.focus();
373
+ ed.undoManager.add();
374
+ ed.formatter.toggle('fontsize_class', {value : v['class']});
375
+ ed.undoManager.add();
376
+ ed.nodeChanged();
377
+ } else
378
+ ed.execCommand('FontSize', false, v.fontSize);
379
+
380
+ // Fake selection, execCommand will fire a nodeChange and update the selection
381
+ c.select(function(sv) {
382
+ return v == sv;
383
+ });
384
+
385
+ return false; // No auto select
386
+ }});
387
+
388
+ if (c) {
389
+ each(t.settings.theme_advanced_font_sizes, function(v, k) {
390
+ var fz = v.fontSize;
391
+
392
+ if (fz >= 1 && fz <= 7)
393
+ fz = t.sizes[parseInt(fz) - 1] + 'pt';
394
+
395
+ c.add(k, v, {'style' : 'font-size:' + fz, 'class' : 'mceFontSize' + (i++) + (' ' + (v['class'] || ''))});
396
+ });
397
+ }
398
+
399
+ return c;
400
+ },
401
+
402
+ _createBlockFormats : function() {
403
+ var c, fmts = {
404
+ p : 'advanced.paragraph',
405
+ address : 'advanced.address',
406
+ pre : 'advanced.pre',
407
+ h1 : 'advanced.h1',
408
+ h2 : 'advanced.h2',
409
+ h3 : 'advanced.h3',
410
+ h4 : 'advanced.h4',
411
+ h5 : 'advanced.h5',
412
+ h6 : 'advanced.h6',
413
+ div : 'advanced.div',
414
+ blockquote : 'advanced.blockquote',
415
+ code : 'advanced.code',
416
+ dt : 'advanced.dt',
417
+ dd : 'advanced.dd',
418
+ samp : 'advanced.samp'
419
+ }, t = this;
420
+
421
+ c = t.editor.controlManager.createListBox('formatselect', {title : 'advanced.block', cmd : 'FormatBlock'});
422
+ if (c) {
423
+ each(t.editor.getParam('theme_advanced_blockformats', t.settings.theme_advanced_blockformats, 'hash'), function(v, k) {
424
+ c.add(t.editor.translate(k != v ? k : fmts[v]), v, {'class' : 'mce_formatPreview mce_' + v});
425
+ });
426
+ }
427
+
428
+ return c;
429
+ },
430
+
431
+ _createForeColorMenu : function() {
432
+ var c, t = this, s = t.settings, o = {}, v;
433
+
434
+ if (s.theme_advanced_more_colors) {
435
+ o.more_colors_func = function() {
436
+ t._mceColorPicker(0, {
437
+ color : c.value,
438
+ func : function(co) {
439
+ c.setColor(co);
440
+ }
441
+ });
442
+ };
443
+ }
444
+
445
+ if (v = s.theme_advanced_text_colors)
446
+ o.colors = v;
447
+
448
+ if (s.theme_advanced_default_foreground_color)
449
+ o.default_color = s.theme_advanced_default_foreground_color;
450
+
451
+ o.title = 'advanced.forecolor_desc';
452
+ o.cmd = 'ForeColor';
453
+ o.scope = this;
454
+
455
+ c = t.editor.controlManager.createColorSplitButton('forecolor', o);
456
+
457
+ return c;
458
+ },
459
+
460
+ _createBackColorMenu : function() {
461
+ var c, t = this, s = t.settings, o = {}, v;
462
+
463
+ if (s.theme_advanced_more_colors) {
464
+ o.more_colors_func = function() {
465
+ t._mceColorPicker(0, {
466
+ color : c.value,
467
+ func : function(co) {
468
+ c.setColor(co);
469
+ }
470
+ });
471
+ };
472
+ }
473
+
474
+ if (v = s.theme_advanced_background_colors)
475
+ o.colors = v;
476
+
477
+ if (s.theme_advanced_default_background_color)
478
+ o.default_color = s.theme_advanced_default_background_color;
479
+
480
+ o.title = 'advanced.backcolor_desc';
481
+ o.cmd = 'HiliteColor';
482
+ o.scope = this;
483
+
484
+ c = t.editor.controlManager.createColorSplitButton('backcolor', o);
485
+
486
+ return c;
487
+ },
488
+
489
+ renderUI : function(o) {
490
+ var n, ic, tb, t = this, ed = t.editor, s = t.settings, sc, p, nl;
491
+
492
+ if (ed.settings) {
493
+ ed.settings.aria_label = s.aria_label + ed.getLang('advanced.help_shortcut');
494
+ }
495
+ // TODO: ACC Should have an aria-describedby attribute which is user-configurable to describe what this field is actually for.
496
+ // Maybe actually inherit it from the original textara?
497
+ n = p = DOM.create('span', {role : 'application', 'aria-labelledby' : ed.id + '_voice', id : ed.id + '_parent', 'class' : 'mceEditor ' + ed.settings.skin + 'Skin' + (s.skin_variant ? ' ' + ed.settings.skin + 'Skin' + t._ufirst(s.skin_variant) : '')});
498
+ DOM.add(n, 'span', {'class': 'mceVoiceLabel', 'style': 'display:none;', id: ed.id + '_voice'}, s.aria_label);
499
+ if (!DOM.boxModel)
500
+ n = DOM.add(n, 'div', {'class' : 'mceOldBoxModel'});
501
+
502
+ n = sc = DOM.add(n, 'table', {role : "presentation", id : ed.id + '_tbl', 'class' : 'mceLayout', cellSpacing : 0, cellPadding : 0});
503
+ n = tb = DOM.add(n, 'tbody');
504
+
505
+ switch ((s.theme_advanced_layout_manager || '').toLowerCase()) {
506
+ case "rowlayout":
507
+ ic = t._rowLayout(s, tb, o);
508
+ break;
509
+
510
+ case "customlayout":
511
+ ic = ed.execCallback("theme_advanced_custom_layout", s, tb, o, p);
512
+ break;
513
+
514
+ default:
515
+ ic = t._simpleLayout(s, tb, o, p);
516
+ }
517
+
518
+ n = o.targetNode;
519
+
520
+ // Add classes to first and last TRs
521
+ nl = DOM.stdMode ? sc.getElementsByTagName('tr') : sc.rows; // Quick fix for IE 8
522
+ DOM.addClass(nl[0], 'mceFirst');
523
+ DOM.addClass(nl[nl.length - 1], 'mceLast');
524
+
525
+ // Add classes to first and last TDs
526
+ each(DOM.select('tr', tb), function(n) {
527
+ DOM.addClass(n.firstChild, 'mceFirst');
528
+ DOM.addClass(n.childNodes[n.childNodes.length - 1], 'mceLast');
529
+ });
530
+
531
+ if (DOM.get(s.theme_advanced_toolbar_container))
532
+ DOM.get(s.theme_advanced_toolbar_container).appendChild(p);
533
+ else
534
+ DOM.insertAfter(p, n);
535
+
536
+ Event.add(ed.id + '_path_row', 'click', function(e) {
537
+ e = e.target;
538
+
539
+ if (e.nodeName == 'A') {
540
+ t._sel(e.className.replace(/^.*mcePath_([0-9]+).*$/, '$1'));
541
+
542
+ return Event.cancel(e);
543
+ }
544
+ });
545
+ /*
546
+ if (DOM.get(ed.id + '_path_row')) {
547
+ Event.add(ed.id + '_tbl', 'mouseover', function(e) {
548
+ var re;
549
+
550
+ e = e.target;
551
+
552
+ if (e.nodeName == 'SPAN' && DOM.hasClass(e.parentNode, 'mceButton')) {
553
+ re = DOM.get(ed.id + '_path_row');
554
+ t.lastPath = re.innerHTML;
555
+ DOM.setHTML(re, e.parentNode.title);
556
+ }
557
+ });
558
+
559
+ Event.add(ed.id + '_tbl', 'mouseout', function(e) {
560
+ if (t.lastPath) {
561
+ DOM.setHTML(ed.id + '_path_row', t.lastPath);
562
+ t.lastPath = 0;
563
+ }
564
+ });
565
+ }
566
+ */
567
+
568
+ if (s.theme_advanced_toolbar_location == 'external')
569
+ o.deltaHeight = 0;
570
+
571
+ t.deltaHeight = o.deltaHeight;
572
+ o.targetNode = null;
573
+
574
+ ed.onKeyDown.add(function(ed, evt) {
575
+ var DOM_VK_F10 = 121, DOM_VK_F11 = 122;
576
+ if (evt.altKey) {
577
+ if (evt.keyCode === DOM_VK_F10) {
578
+ t.toolbarGroup.focus();
579
+ return Event.cancel(evt);
580
+ } else if (evt.keyCode === DOM_VK_F11) {
581
+ DOM.get(ed.id + '_path_row').focus();
582
+ return Event.cancel(evt);
583
+ }
584
+ }
585
+ });
586
+
587
+ // alt+0 is the UK recommended shortcut for accessing the list of access controls.
588
+ ed.addShortcut('alt+0', '', 'mceShortcuts', t);
589
+
590
+ return {
591
+ iframeContainer : ic,
592
+ editorContainer : ed.id + '_parent',
593
+ sizeContainer : sc,
594
+ deltaHeight : o.deltaHeight
595
+ };
596
+ },
597
+
598
+ getInfo : function() {
599
+ return {
600
+ longname : 'Advanced theme',
601
+ author : 'Moxiecode Systems AB',
602
+ authorurl : 'http://tinymce.moxiecode.com',
603
+ version : tinymce.majorVersion + "." + tinymce.minorVersion
604
+ }
605
+ },
606
+
607
+ resizeBy : function(dw, dh) {
608
+ var e = DOM.get(this.editor.id + '_tbl');
609
+
610
+ this.resizeTo(e.clientWidth + dw, e.clientHeight + dh);
611
+ },
612
+
613
+ resizeTo : function(w, h, store) {
614
+ var ed = this.editor, s = this.settings, e = DOM.get(ed.id + '_tbl'), ifr = DOM.get(ed.id + '_ifr');
615
+
616
+ // Boundery fix box
617
+ w = Math.max(s.theme_advanced_resizing_min_width || 100, w);
618
+ h = Math.max(s.theme_advanced_resizing_min_height || 100, h);
619
+ w = Math.min(s.theme_advanced_resizing_max_width || 0xFFFF, w);
620
+ h = Math.min(s.theme_advanced_resizing_max_height || 0xFFFF, h);
621
+
622
+ // Resize iframe and container
623
+ DOM.setStyle(e, 'height', '');
624
+ DOM.setStyle(ifr, 'height', h);
625
+
626
+ if (s.theme_advanced_resize_horizontal) {
627
+ DOM.setStyle(e, 'width', '');
628
+ DOM.setStyle(ifr, 'width', w);
629
+
630
+ // Make sure that the size is never smaller than the over all ui
631
+ if (w < e.clientWidth) {
632
+ w = e.clientWidth;
633
+ DOM.setStyle(ifr, 'width', e.clientWidth);
634
+ }
635
+ }
636
+
637
+ // Store away the size
638
+ if (store && s.theme_advanced_resizing_use_cookie) {
639
+ Cookie.setHash("TinyMCE_" + ed.id + "_size", {
640
+ cw : w,
641
+ ch : h
642
+ });
643
+ }
644
+ },
645
+
646
+ destroy : function() {
647
+ var id = this.editor.id;
648
+
649
+ Event.clear(id + '_resize');
650
+ Event.clear(id + '_path_row');
651
+ Event.clear(id + '_external_close');
652
+ },
653
+
654
+ // Internal functions
655
+
656
+ _simpleLayout : function(s, tb, o, p) {
657
+ var t = this, ed = t.editor, lo = s.theme_advanced_toolbar_location, sl = s.theme_advanced_statusbar_location, n, ic, etb, c;
658
+
659
+ if (s.readonly) {
660
+ n = DOM.add(tb, 'tr');
661
+ n = ic = DOM.add(n, 'td', {'class' : 'mceIframeContainer'});
662
+ return ic;
663
+ }
664
+
665
+ // Create toolbar container at top
666
+ if (lo == 'top')
667
+ t._addToolbars(tb, o);
668
+
669
+ // Create external toolbar
670
+ if (lo == 'external') {
671
+ n = c = DOM.create('div', {style : 'position:relative'});
672
+ n = DOM.add(n, 'div', {id : ed.id + '_external', 'class' : 'mceExternalToolbar'});
673
+ DOM.add(n, 'a', {id : ed.id + '_external_close', href : 'javascript:;', 'class' : 'mceExternalClose'});
674
+ n = DOM.add(n, 'table', {id : ed.id + '_tblext', cellSpacing : 0, cellPadding : 0});
675
+ etb = DOM.add(n, 'tbody');
676
+
677
+ if (p.firstChild.className == 'mceOldBoxModel')
678
+ p.firstChild.appendChild(c);
679
+ else
680
+ p.insertBefore(c, p.firstChild);
681
+
682
+ t._addToolbars(etb, o);
683
+
684
+ ed.onMouseUp.add(function() {
685
+ var e = DOM.get(ed.id + '_external');
686
+ DOM.show(e);
687
+
688
+ DOM.hide(lastExtID);
689
+
690
+ var f = Event.add(ed.id + '_external_close', 'click', function() {
691
+ DOM.hide(ed.id + '_external');
692
+ Event.remove(ed.id + '_external_close', 'click', f);
693
+ });
694
+
695
+ DOM.show(e);
696
+ DOM.setStyle(e, 'top', 0 - DOM.getRect(ed.id + '_tblext').h - 1);
697
+
698
+ // Fixes IE rendering bug
699
+ DOM.hide(e);
700
+ DOM.show(e);
701
+ e.style.filter = '';
702
+
703
+ lastExtID = ed.id + '_external';
704
+
705
+ e = null;
706
+ });
707
+ }
708
+
709
+ if (sl == 'top')
710
+ t._addStatusBar(tb, o);
711
+
712
+ // Create iframe container
713
+ if (!s.theme_advanced_toolbar_container) {
714
+ n = DOM.add(tb, 'tr');
715
+ n = ic = DOM.add(n, 'td', {'class' : 'mceIframeContainer'});
716
+ }
717
+
718
+ // Create toolbar container at bottom
719
+ if (lo == 'bottom')
720
+ t._addToolbars(tb, o);
721
+
722
+ if (sl == 'bottom')
723
+ t._addStatusBar(tb, o);
724
+
725
+ return ic;
726
+ },
727
+
728
+ _rowLayout : function(s, tb, o) {
729
+ var t = this, ed = t.editor, dc, da, cf = ed.controlManager, n, ic, to, a;
730
+
731
+ dc = s.theme_advanced_containers_default_class || '';
732
+ da = s.theme_advanced_containers_default_align || 'center';
733
+
734
+ each(explode(s.theme_advanced_containers || ''), function(c, i) {
735
+ var v = s['theme_advanced_container_' + c] || '';
736
+
737
+ switch (v.toLowerCase()) {
738
+ case 'mceeditor':
739
+ n = DOM.add(tb, 'tr');
740
+ n = ic = DOM.add(n, 'td', {'class' : 'mceIframeContainer'});
741
+ break;
742
+
743
+ case 'mceelementpath':
744
+ t._addStatusBar(tb, o);
745
+ break;
746
+
747
+ default:
748
+ a = (s['theme_advanced_container_' + c + '_align'] || da).toLowerCase();
749
+ a = 'mce' + t._ufirst(a);
750
+
751
+ n = DOM.add(DOM.add(tb, 'tr'), 'td', {
752
+ 'class' : 'mceToolbar ' + (s['theme_advanced_container_' + c + '_class'] || dc) + ' ' + a || da
753
+ });
754
+
755
+ to = cf.createToolbar("toolbar" + i);
756
+ t._addControls(v, to);
757
+ DOM.setHTML(n, to.renderHTML());
758
+ o.deltaHeight -= s.theme_advanced_row_height;
759
+ }
760
+ });
761
+
762
+ return ic;
763
+ },
764
+
765
+ _addControls : function(v, tb) {
766
+ var t = this, s = t.settings, di, cf = t.editor.controlManager;
767
+
768
+ if (s.theme_advanced_disable && !t._disabled) {
769
+ di = {};
770
+
771
+ each(explode(s.theme_advanced_disable), function(v) {
772
+ di[v] = 1;
773
+ });
774
+
775
+ t._disabled = di;
776
+ } else
777
+ di = t._disabled;
778
+
779
+ each(explode(v), function(n) {
780
+ var c;
781
+
782
+ if (di && di[n])
783
+ return;
784
+
785
+ // Compatiblity with 2.x
786
+ if (n == 'tablecontrols') {
787
+ each(["table","|","row_props","cell_props","|","row_before","row_after","delete_row","|","col_before","col_after","delete_col","|","split_cells","merge_cells"], function(n) {
788
+ n = t.createControl(n, cf);
789
+
790
+ if (n)
791
+ tb.add(n);
792
+ });
793
+
794
+ return;
795
+ }
796
+
797
+ c = t.createControl(n, cf);
798
+
799
+ if (c)
800
+ tb.add(c);
801
+ });
802
+ },
803
+
804
+ _addToolbars : function(c, o) {
805
+ var t = this, i, tb, ed = t.editor, s = t.settings, v, cf = ed.controlManager, di, n, a, toolbarGroup;
806
+
807
+ toolbarGroup = cf.createToolbarGroup('toolbargroup', {
808
+ 'name': ed.getLang('advanced.toolbar'),
809
+ 'tab_focus_toolbar':ed.getParam('theme_advanced_tab_focus_toolbar')
810
+ });
811
+ t.toolbarGroup = toolbarGroup;
812
+
813
+ a = s.theme_advanced_toolbar_align.toLowerCase();
814
+ a = 'mce' + t._ufirst(a);
815
+
816
+ n = DOM.add(DOM.add(c, 'tr'), 'td', {'class' : 'mceToolbar ' + a});
817
+
818
+ // Create toolbar and add the controls
819
+ for (i=1; (v = s['theme_advanced_buttons' + i]); i++) {
820
+ tb = cf.createToolbar("toolbar" + i, {'class' : 'mceToolbarRow' + i});
821
+
822
+ if (s['theme_advanced_buttons' + i + '_add'])
823
+ v += ',' + s['theme_advanced_buttons' + i + '_add'];
824
+
825
+ if (s['theme_advanced_buttons' + i + '_add_before'])
826
+ v = s['theme_advanced_buttons' + i + '_add_before'] + ',' + v;
827
+
828
+ t._addControls(v, tb);
829
+ toolbarGroup.add(tb);
830
+
831
+ o.deltaHeight -= s.theme_advanced_row_height;
832
+ }
833
+
834
+ DOM.setHTML(n, toolbarGroup.renderHTML());
835
+ },
836
+
837
+ _addStatusBar : function(tb, o) {
838
+ var n, t = this, ed = t.editor, s = t.settings, r, mf, me, td;
839
+
840
+ n = DOM.add(tb, 'tr');
841
+ n = td = DOM.add(n, 'td', {'class' : 'mceStatusbar'});
842
+ n = DOM.add(n, 'div', {id : ed.id + '_path_row', 'role': 'group', 'aria-labelledby': ed.id + '_path_voice'});
843
+ if (s.theme_advanced_path) {
844
+ DOM.add(n, 'span', {id: ed.id + '_path_voice'}, ed.translate('advanced.path'));
845
+ DOM.add(n, 'span', {}, ': ');
846
+ } else {
847
+ DOM.add(n, 'span', {}, '&#160;');
848
+ }
849
+
850
+ if (s.theme_advanced_resizing) {
851
+ DOM.add(td, 'a', {id : ed.id + '_resize', href : 'javascript:;', onclick : "return false;", 'class' : 'mceResize'});
852
+
853
+ if (s.theme_advanced_resizing_use_cookie) {
854
+ ed.onPostRender.add(function() {
855
+ var o = Cookie.getHash("TinyMCE_" + ed.id + "_size"), c = DOM.get(ed.id + '_tbl');
856
+
857
+ if (!o)
858
+ return;
859
+
860
+ t.resizeTo(o.cw, o.ch);
861
+ });
862
+ }
863
+
864
+ ed.onPostRender.add(function() {
865
+ Event.add(ed.id + '_resize', 'click', function(e) {
866
+ e.preventDefault();
867
+ });
868
+
869
+ Event.add(ed.id + '_resize', 'mousedown', function(e) {
870
+ var mouseMoveHandler1, mouseMoveHandler2,
871
+ mouseUpHandler1, mouseUpHandler2,
872
+ startX, startY, startWidth, startHeight, width, height, ifrElm;
873
+
874
+ function resizeOnMove(e) {
875
+ e.preventDefault();
876
+
877
+ width = startWidth + (e.screenX - startX);
878
+ height = startHeight + (e.screenY - startY);
879
+
880
+ t.resizeTo(width, height);
881
+ };
882
+
883
+ function endResize(e) {
884
+ // Stop listening
885
+ Event.remove(DOM.doc, 'mousemove', mouseMoveHandler1);
886
+ Event.remove(ed.getDoc(), 'mousemove', mouseMoveHandler2);
887
+ Event.remove(DOM.doc, 'mouseup', mouseUpHandler1);
888
+ Event.remove(ed.getDoc(), 'mouseup', mouseUpHandler2);
889
+
890
+ width = startWidth + (e.screenX - startX);
891
+ height = startHeight + (e.screenY - startY);
892
+ t.resizeTo(width, height, true);
893
+ };
894
+
895
+ e.preventDefault();
896
+
897
+ // Get the current rect size
898
+ startX = e.screenX;
899
+ startY = e.screenY;
900
+ ifrElm = DOM.get(t.editor.id + '_ifr');
901
+ startWidth = width = ifrElm.clientWidth;
902
+ startHeight = height = ifrElm.clientHeight;
903
+
904
+ // Register envent handlers
905
+ mouseMoveHandler1 = Event.add(DOM.doc, 'mousemove', resizeOnMove);
906
+ mouseMoveHandler2 = Event.add(ed.getDoc(), 'mousemove', resizeOnMove);
907
+ mouseUpHandler1 = Event.add(DOM.doc, 'mouseup', endResize);
908
+ mouseUpHandler2 = Event.add(ed.getDoc(), 'mouseup', endResize);
909
+ });
910
+ });
911
+ }
912
+
913
+ o.deltaHeight -= 21;
914
+ n = tb = null;
915
+ },
916
+
917
+ _updateUndoStatus : function(ed) {
918
+ var cm = ed.controlManager;
919
+ cm.setDisabled('undo', !ed.undoManager.hasUndo() && !ed.typing);
920
+ cm.setDisabled('redo', !ed.undoManager.hasRedo());
921
+ },
922
+
923
+ _nodeChanged : function(ed, cm, n, co, ob) {
924
+ var t = this, p, de = 0, v, c, s = t.settings, cl, fz, fn, fc, bc, formatNames, matches;
925
+
926
+ tinymce.each(t.stateControls, function(c) {
927
+ cm.setActive(c, ed.queryCommandState(t.controls[c][1]));
928
+ });
929
+
930
+ function getParent(name) {
931
+ var i, parents = ob.parents, func = name;
932
+
933
+ if (typeof(name) == 'string') {
934
+ func = function(node) {
935
+ return node.nodeName == name;
936
+ };
937
+ }
938
+
939
+ for (i = 0; i < parents.length; i++) {
940
+ if (func(parents[i]))
941
+ return parents[i];
942
+ }
943
+ };
944
+
945
+ cm.setActive('visualaid', ed.hasVisual);
946
+ t._updateUndoStatus(ed);
947
+ cm.setDisabled('outdent', !ed.queryCommandState('Outdent'));
948
+
949
+ p = getParent('A');
950
+ if (c = cm.get('link')) {
951
+ if (!p || !p.name) {
952
+ c.setDisabled(!p && co);
953
+ c.setActive(!!p);
954
+ }
955
+ }
956
+
957
+ if (c = cm.get('unlink')) {
958
+ c.setDisabled(!p && co);
959
+ c.setActive(!!p && !p.name);
960
+ }
961
+
962
+ if (c = cm.get('anchor')) {
963
+ c.setActive(!!p && p.name);
964
+ }
965
+
966
+ p = getParent('IMG');
967
+ if (c = cm.get('image'))
968
+ c.setActive(!!p && n.className.indexOf('mceItem') == -1);
969
+
970
+ if (c = cm.get('styleselect')) {
971
+ t._importClasses();
972
+
973
+ formatNames = [];
974
+ each(c.items, function(item) {
975
+ formatNames.push(item.value);
976
+ });
977
+
978
+ matches = ed.formatter.matchAll(formatNames);
979
+ c.select(matches[0]);
980
+ }
981
+
982
+ if (c = cm.get('formatselect')) {
983
+ p = getParent(DOM.isBlock);
984
+
985
+ if (p)
986
+ c.select(p.nodeName.toLowerCase());
987
+ }
988
+
989
+ // Find out current fontSize, fontFamily and fontClass
990
+ getParent(function(n) {
991
+ if (n.nodeName === 'SPAN') {
992
+ if (!cl && n.className)
993
+ cl = n.className;
994
+ }
995
+
996
+ if (ed.dom.is(n, s.theme_advanced_font_selector)) {
997
+ if (!fz && n.style.fontSize)
998
+ fz = n.style.fontSize;
999
+
1000
+ if (!fn && n.style.fontFamily)
1001
+ fn = n.style.fontFamily.replace(/[\"\']+/g, '').replace(/^([^,]+).*/, '$1').toLowerCase();
1002
+
1003
+ if (!fc && n.style.color)
1004
+ fc = n.style.color;
1005
+
1006
+ if (!bc && n.style.backgroundColor)
1007
+ bc = n.style.backgroundColor;
1008
+ }
1009
+
1010
+ return false;
1011
+ });
1012
+
1013
+ if (c = cm.get('fontselect')) {
1014
+ c.select(function(v) {
1015
+ return v.replace(/^([^,]+).*/, '$1').toLowerCase() == fn;
1016
+ });
1017
+ }
1018
+
1019
+ // Select font size
1020
+ if (c = cm.get('fontsizeselect')) {
1021
+ // Use computed style
1022
+ if (s.theme_advanced_runtime_fontsize && !fz && !cl)
1023
+ fz = ed.dom.getStyle(n, 'fontSize', true);
1024
+
1025
+ c.select(function(v) {
1026
+ if (v.fontSize && v.fontSize === fz)
1027
+ return true;
1028
+
1029
+ if (v['class'] && v['class'] === cl)
1030
+ return true;
1031
+ });
1032
+ }
1033
+
1034
+ if (s.theme_advanced_show_current_color) {
1035
+ function updateColor(controlId, color) {
1036
+ if (c = cm.get(controlId)) {
1037
+ if (!color)
1038
+ color = c.settings.default_color;
1039
+ if (color !== c.value) {
1040
+ c.displayColor(color);
1041
+ }
1042
+ }
1043
+ }
1044
+ updateColor('forecolor', fc);
1045
+ updateColor('backcolor', bc);
1046
+ }
1047
+
1048
+ if (s.theme_advanced_path && s.theme_advanced_statusbar_location) {
1049
+ p = DOM.get(ed.id + '_path') || DOM.add(ed.id + '_path_row', 'span', {id : ed.id + '_path'});
1050
+ if (t.statusKeyboardNavigation) {
1051
+ t.statusKeyboardNavigation.destroy();
1052
+ t.statusKeyboardNavigation = null;
1053
+ }
1054
+ DOM.setHTML(p, '');
1055
+
1056
+ getParent(function(n) {
1057
+ var na = n.nodeName.toLowerCase(), u, pi, ti = '';
1058
+
1059
+ /*if (n.getAttribute('_mce_bogus'))
1060
+ return;
1061
+ */
1062
+ // Ignore non element and hidden elements
1063
+ if (n.nodeType != 1 || n.nodeName === 'BR' || (DOM.hasClass(n, 'mceItemHidden') || DOM.hasClass(n, 'mceItemRemoved')))
1064
+ return;
1065
+
1066
+ // Fake name
1067
+ if (v = DOM.getAttrib(n, 'mce_name'))
1068
+ na = v;
1069
+
1070
+ // Handle prefix
1071
+ if (tinymce.isIE && n.scopeName !== 'HTML')
1072
+ na = n.scopeName + ':' + na;
1073
+
1074
+ // Remove internal prefix
1075
+ na = na.replace(/mce\:/g, '');
1076
+
1077
+ // Handle node name
1078
+ switch (na) {
1079
+ case 'b':
1080
+ na = 'strong';
1081
+ break;
1082
+
1083
+ case 'i':
1084
+ na = 'em';
1085
+ break;
1086
+
1087
+ case 'img':
1088
+ if (v = DOM.getAttrib(n, 'src'))
1089
+ ti += 'src: ' + v + ' ';
1090
+
1091
+ break;
1092
+
1093
+ case 'a':
1094
+ if (v = DOM.getAttrib(n, 'name')) {
1095
+ ti += 'name: ' + v + ' ';
1096
+ na += '#' + v;
1097
+ }
1098
+
1099
+ if (v = DOM.getAttrib(n, 'href'))
1100
+ ti += 'href: ' + v + ' ';
1101
+
1102
+ break;
1103
+
1104
+ case 'font':
1105
+ if (v = DOM.getAttrib(n, 'face'))
1106
+ ti += 'font: ' + v + ' ';
1107
+
1108
+ if (v = DOM.getAttrib(n, 'size'))
1109
+ ti += 'size: ' + v + ' ';
1110
+
1111
+ if (v = DOM.getAttrib(n, 'color'))
1112
+ ti += 'color: ' + v + ' ';
1113
+
1114
+ break;
1115
+
1116
+ case 'span':
1117
+ if (v = DOM.getAttrib(n, 'style'))
1118
+ ti += 'style: ' + v + ' ';
1119
+
1120
+ break;
1121
+ }
1122
+
1123
+ if (v = DOM.getAttrib(n, 'id'))
1124
+ ti += 'id: ' + v + ' ';
1125
+
1126
+ if (v = n.className) {
1127
+ v = v.replace(/\b\s*(webkit|mce|Apple-)\w+\s*\b/g, '')
1128
+
1129
+ if (v) {
1130
+ ti += 'class: ' + v + ' ';
1131
+
1132
+ if (DOM.isBlock(n) || na == 'img' || na == 'span')
1133
+ na += '.' + v;
1134
+ }
1135
+ }
1136
+
1137
+ na = na.replace(/(html:)/g, '');
1138
+ na = {name : na, node : n, title : ti};
1139
+ t.onResolveName.dispatch(t, na);
1140
+ ti = na.title;
1141
+ na = na.name;
1142
+
1143
+ //u = "javascript:tinymce.EditorManager.get('" + ed.id + "').theme._sel('" + (de++) + "');";
1144
+ pi = DOM.create('a', {'href' : "javascript:;", role: 'button', onmousedown : "return false;", title : ti, 'class' : 'mcePath_' + (de++)}, na);
1145
+
1146
+ if (p.hasChildNodes()) {
1147
+ p.insertBefore(DOM.create('span', { 'aria-hidden': 'true' }, ' \u00bb '), p.firstChild);
1148
+ p.insertBefore(pi, p.firstChild);
1149
+ } else
1150
+ p.appendChild(pi);
1151
+
1152
+ }, ed.getBody());
1153
+
1154
+ if (DOM.select('a', p).length > 0) {
1155
+ t.statusKeyboardNavigation = new tinymce.ui.KeyboardNavigation({
1156
+ root: ed.id + "_path_row",
1157
+ items: DOM.select('a', p),
1158
+ excludeFromTabOrder: true,
1159
+ onCancel: function() {
1160
+ ed.focus();
1161
+ }
1162
+ }, DOM);
1163
+ }
1164
+ }
1165
+ },
1166
+
1167
+ // Commands gets called by execCommand
1168
+
1169
+ _sel : function(v) {
1170
+ this.editor.execCommand('mceSelectNodeDepth', false, v);
1171
+ },
1172
+
1173
+ _mceInsertAnchor : function(ui, v) {
1174
+ var ed = this.editor;
1175
+
1176
+ ed.windowManager.open({
1177
+ url : this.url + '/anchor.htm',
1178
+ width : 320 + parseInt(ed.getLang('advanced.anchor_delta_width', 0)),
1179
+ height : 90 + parseInt(ed.getLang('advanced.anchor_delta_height', 0)),
1180
+ inline : true
1181
+ }, {
1182
+ theme_url : this.url
1183
+ });
1184
+ },
1185
+
1186
+ _mceCharMap : function() {
1187
+ var ed = this.editor;
1188
+
1189
+ ed.windowManager.open({
1190
+ url : this.url + '/charmap.htm',
1191
+ width : 550 + parseInt(ed.getLang('advanced.charmap_delta_width', 0)),
1192
+ height : 250 + parseInt(ed.getLang('advanced.charmap_delta_height', 0)),
1193
+ inline : true
1194
+ }, {
1195
+ theme_url : this.url
1196
+ });
1197
+ },
1198
+
1199
+ _mceHelp : function() {
1200
+ var ed = this.editor;
1201
+
1202
+ ed.windowManager.open({
1203
+ url : this.url + '/about.htm',
1204
+ width : 480,
1205
+ height : 380,
1206
+ inline : true
1207
+ }, {
1208
+ theme_url : this.url
1209
+ });
1210
+ },
1211
+
1212
+ _mceShortcuts : function() {
1213
+ var ed = this.editor;
1214
+ ed.windowManager.open({
1215
+ url: this.url + '/shortcuts.htm',
1216
+ width: 480,
1217
+ height: 380,
1218
+ inline: true
1219
+ }, {
1220
+ theme_url: this.url
1221
+ });
1222
+ },
1223
+
1224
+ _mceColorPicker : function(u, v) {
1225
+ var ed = this.editor;
1226
+
1227
+ v = v || {};
1228
+
1229
+ ed.windowManager.open({
1230
+ url : this.url + '/color_picker.htm',
1231
+ width : 375 + parseInt(ed.getLang('advanced.colorpicker_delta_width', 0)),
1232
+ height : 250 + parseInt(ed.getLang('advanced.colorpicker_delta_height', 0)),
1233
+ close_previous : false,
1234
+ inline : true
1235
+ }, {
1236
+ input_color : v.color,
1237
+ func : v.func,
1238
+ theme_url : this.url
1239
+ });
1240
+ },
1241
+
1242
+ _mceCodeEditor : function(ui, val) {
1243
+ var ed = this.editor;
1244
+
1245
+ ed.windowManager.open({
1246
+ url : this.url + '/source_editor.htm',
1247
+ width : parseInt(ed.getParam("theme_advanced_source_editor_width", 720)),
1248
+ height : parseInt(ed.getParam("theme_advanced_source_editor_height", 580)),
1249
+ inline : true,
1250
+ resizable : true,
1251
+ maximizable : true
1252
+ }, {
1253
+ theme_url : this.url
1254
+ });
1255
+ },
1256
+
1257
+ _mceImage : function(ui, val) {
1258
+ var ed = this.editor;
1259
+
1260
+ // Internal image object like a flash placeholder
1261
+ if (ed.dom.getAttrib(ed.selection.getNode(), 'class').indexOf('mceItem') != -1)
1262
+ return;
1263
+
1264
+ ed.windowManager.open({
1265
+ url : this.url + '/image.htm',
1266
+ width : 355 + parseInt(ed.getLang('advanced.image_delta_width', 0)),
1267
+ height : 275 + parseInt(ed.getLang('advanced.image_delta_height', 0)),
1268
+ inline : true
1269
+ }, {
1270
+ theme_url : this.url
1271
+ });
1272
+ },
1273
+
1274
+ _mceLink : function(ui, val) {
1275
+ var ed = this.editor;
1276
+
1277
+ ed.windowManager.open({
1278
+ url : this.url + '/link.htm',
1279
+ width : 310 + parseInt(ed.getLang('advanced.link_delta_width', 0)),
1280
+ height : 200 + parseInt(ed.getLang('advanced.link_delta_height', 0)),
1281
+ inline : true
1282
+ }, {
1283
+ theme_url : this.url
1284
+ });
1285
+ },
1286
+
1287
+ _mceNewDocument : function() {
1288
+ var ed = this.editor;
1289
+
1290
+ ed.windowManager.confirm('advanced.newdocument', function(s) {
1291
+ if (s)
1292
+ ed.execCommand('mceSetContent', false, '');
1293
+ });
1294
+ },
1295
+
1296
+ _mceForeColor : function() {
1297
+ var t = this;
1298
+
1299
+ this._mceColorPicker(0, {
1300
+ color: t.fgColor,
1301
+ func : function(co) {
1302
+ t.fgColor = co;
1303
+ t.editor.execCommand('ForeColor', false, co);
1304
+ }
1305
+ });
1306
+ },
1307
+
1308
+ _mceBackColor : function() {
1309
+ var t = this;
1310
+
1311
+ this._mceColorPicker(0, {
1312
+ color: t.bgColor,
1313
+ func : function(co) {
1314
+ t.bgColor = co;
1315
+ t.editor.execCommand('HiliteColor', false, co);
1316
+ }
1317
+ });
1318
+ },
1319
+
1320
+ _ufirst : function(s) {
1321
+ return s.substring(0, 1).toUpperCase() + s.substring(1);
1322
+ }
1323
+ });
1324
+
1325
+ tinymce.ThemeManager.add('advanced', tinymce.themes.AdvancedTheme);
1326
+ }(tinymce));