kitsune 0.0.18 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (247) hide show
  1. data/Rakefile +1 -1
  2. data/generators/kitsune/kitsune_generator.rb +14 -1
  3. data/generators/kitsune/templates/javascripts/tiny_mce/langs/en.js +154 -0
  4. data/generators/kitsune/templates/javascripts/tiny_mce/license.txt +504 -0
  5. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advhr/css/advhr.css +5 -0
  6. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advhr/editor_plugin.js +1 -0
  7. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advhr/editor_plugin_src.js +54 -0
  8. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advhr/js/rule.js +43 -0
  9. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advhr/langs/en_dlg.js +5 -0
  10. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advhr/rule.htm +62 -0
  11. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advimage/css/advimage.css +13 -0
  12. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advimage/editor_plugin.js +1 -0
  13. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advimage/editor_plugin_src.js +47 -0
  14. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advimage/image.htm +237 -0
  15. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advimage/img/sample.gif +0 -0
  16. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advimage/js/image.js +443 -0
  17. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advimage/langs/en_dlg.js +43 -0
  18. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advlink/css/advlink.css +8 -0
  19. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advlink/editor_plugin.js +1 -0
  20. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advlink/editor_plugin_src.js +58 -0
  21. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advlink/js/advlink.js +528 -0
  22. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advlink/langs/en_dlg.js +52 -0
  23. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/advlink/link.htm +338 -0
  24. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/autoresize/editor_plugin.js +1 -0
  25. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/autoresize/editor_plugin_src.js +114 -0
  26. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/autosave/editor_plugin.js +1 -0
  27. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/autosave/editor_plugin_src.js +51 -0
  28. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/bbcode/editor_plugin.js +1 -0
  29. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/bbcode/editor_plugin_src.js +117 -0
  30. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/contextmenu/editor_plugin.js +1 -0
  31. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js +95 -0
  32. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/directionality/editor_plugin.js +1 -0
  33. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/directionality/editor_plugin_src.js +79 -0
  34. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/editor_plugin.js +1 -0
  35. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/editor_plugin_src.js +40 -0
  36. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/emotions.htm +40 -0
  37. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/img/smiley-cool.gif +0 -0
  38. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/img/smiley-cry.gif +0 -0
  39. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/img/smiley-embarassed.gif +0 -0
  40. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif +0 -0
  41. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/img/smiley-frown.gif +0 -0
  42. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/img/smiley-innocent.gif +0 -0
  43. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/img/smiley-kiss.gif +0 -0
  44. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/img/smiley-laughing.gif +0 -0
  45. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif +0 -0
  46. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/img/smiley-sealed.gif +0 -0
  47. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/img/smiley-smile.gif +0 -0
  48. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/img/smiley-surprised.gif +0 -0
  49. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif +0 -0
  50. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/img/smiley-undecided.gif +0 -0
  51. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/img/smiley-wink.gif +0 -0
  52. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/img/smiley-yell.gif +0 -0
  53. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/js/emotions.js +22 -0
  54. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/emotions/langs/en_dlg.js +20 -0
  55. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/example/dialog.htm +27 -0
  56. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/example/editor_plugin.js +1 -0
  57. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/example/editor_plugin_src.js +81 -0
  58. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/example/img/example.gif +0 -0
  59. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/example/js/dialog.js +19 -0
  60. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/example/langs/en.js +3 -0
  61. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/example/langs/en_dlg.js +3 -0
  62. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/fullpage/css/fullpage.css +182 -0
  63. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/fullpage/editor_plugin.js +1 -0
  64. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/fullpage/editor_plugin_src.js +146 -0
  65. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/fullpage/fullpage.htm +576 -0
  66. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/fullpage/js/fullpage.js +461 -0
  67. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/fullpage/langs/en_dlg.js +85 -0
  68. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/fullscreen/editor_plugin.js +1 -0
  69. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js +145 -0
  70. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/fullscreen/fullscreen.htm +110 -0
  71. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/iespell/editor_plugin.js +1 -0
  72. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/iespell/editor_plugin_src.js +51 -0
  73. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/inlinepopups/editor_plugin.js +1 -0
  74. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/inlinepopups/editor_plugin_src.js +632 -0
  75. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif +0 -0
  76. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif +0 -0
  77. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif +0 -0
  78. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif +0 -0
  79. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif +0 -0
  80. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif +0 -0
  81. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif +0 -0
  82. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css +90 -0
  83. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/inlinepopups/template.htm +387 -0
  84. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/insertdatetime/editor_plugin.js +1 -0
  85. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/insertdatetime/editor_plugin_src.js +80 -0
  86. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/layer/editor_plugin.js +1 -0
  87. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/layer/editor_plugin_src.js +209 -0
  88. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/media/css/content.css +6 -0
  89. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/media/css/media.css +16 -0
  90. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/media/editor_plugin.js +1 -0
  91. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/media/editor_plugin_src.js +411 -0
  92. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/media/img/flash.gif +0 -0
  93. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/media/img/flv_player.swf +0 -0
  94. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/media/img/quicktime.gif +0 -0
  95. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/media/img/realmedia.gif +0 -0
  96. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/media/img/shockwave.gif +0 -0
  97. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/media/img/trans.gif +0 -0
  98. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/media/img/windowsmedia.gif +0 -0
  99. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/media/js/embed.js +73 -0
  100. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/media/js/media.js +630 -0
  101. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/media/langs/en_dlg.js +103 -0
  102. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/media/media.htm +822 -0
  103. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/nonbreaking/editor_plugin.js +1 -0
  104. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/nonbreaking/editor_plugin_src.js +50 -0
  105. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/noneditable/editor_plugin.js +1 -0
  106. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/noneditable/editor_plugin_src.js +87 -0
  107. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/pagebreak/css/content.css +1 -0
  108. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/pagebreak/editor_plugin.js +1 -0
  109. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/pagebreak/editor_plugin_src.js +74 -0
  110. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/pagebreak/img/pagebreak.gif +0 -0
  111. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/pagebreak/img/trans.gif +0 -0
  112. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/paste/editor_plugin.js +1 -0
  113. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/paste/editor_plugin_src.js +531 -0
  114. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/paste/js/pastetext.js +36 -0
  115. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/paste/js/pasteword.js +51 -0
  116. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/paste/langs/en_dlg.js +5 -0
  117. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/paste/pastetext.htm +33 -0
  118. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/paste/pasteword.htm +27 -0
  119. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/preview/editor_plugin.js +1 -0
  120. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/preview/editor_plugin_src.js +50 -0
  121. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/preview/example.html +28 -0
  122. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/preview/jscripts/embed.js +73 -0
  123. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/preview/preview.html +17 -0
  124. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/print/editor_plugin.js +1 -0
  125. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/print/editor_plugin_src.js +31 -0
  126. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/safari/blank.htm +1 -0
  127. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/safari/editor_plugin.js +1 -0
  128. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/safari/editor_plugin_src.js +438 -0
  129. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/save/editor_plugin.js +1 -0
  130. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/save/editor_plugin_src.js +98 -0
  131. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/searchreplace/css/searchreplace.css +6 -0
  132. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/searchreplace/editor_plugin.js +1 -0
  133. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js +54 -0
  134. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/searchreplace/js/searchreplace.js +126 -0
  135. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/searchreplace/langs/en_dlg.js +16 -0
  136. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/searchreplace/searchreplace.htm +104 -0
  137. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/spellchecker/css/content.css +1 -0
  138. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/spellchecker/editor_plugin.js +1 -0
  139. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/spellchecker/editor_plugin_src.js +338 -0
  140. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/spellchecker/img/wline.gif +0 -0
  141. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/style/css/props.css +13 -0
  142. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/style/editor_plugin.js +1 -0
  143. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/style/editor_plugin_src.js +52 -0
  144. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/style/js/props.js +641 -0
  145. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/style/langs/en_dlg.js +63 -0
  146. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/style/props.htm +730 -0
  147. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/tabfocus/editor_plugin.js +1 -0
  148. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/tabfocus/editor_plugin_src.js +109 -0
  149. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/table/cell.htm +183 -0
  150. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/table/css/cell.css +17 -0
  151. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/table/css/row.css +25 -0
  152. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/table/css/table.css +13 -0
  153. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/table/editor_plugin.js +1 -0
  154. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/table/editor_plugin_src.js +1202 -0
  155. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/table/js/cell.js +269 -0
  156. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/table/js/merge_cells.js +29 -0
  157. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/table/js/row.js +212 -0
  158. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/table/js/table.js +440 -0
  159. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/table/langs/en_dlg.js +74 -0
  160. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/table/merge_cells.htm +37 -0
  161. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/table/row.htm +160 -0
  162. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/table/table.htm +192 -0
  163. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/template/blank.htm +12 -0
  164. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/template/css/template.css +23 -0
  165. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/template/editor_plugin.js +1 -0
  166. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/template/editor_plugin_src.js +156 -0
  167. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/template/js/template.js +106 -0
  168. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/template/langs/en_dlg.js +15 -0
  169. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/template/template.htm +38 -0
  170. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/visualchars/editor_plugin.js +1 -0
  171. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/visualchars/editor_plugin_src.js +73 -0
  172. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/wordcount/editor_plugin.js +1 -0
  173. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/wordcount/editor_plugin_src.js +95 -0
  174. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/xhtmlxtras/abbr.htm +148 -0
  175. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/xhtmlxtras/acronym.htm +148 -0
  176. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/xhtmlxtras/attributes.htm +153 -0
  177. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/xhtmlxtras/cite.htm +148 -0
  178. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css +11 -0
  179. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/xhtmlxtras/css/popup.css +9 -0
  180. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/xhtmlxtras/del.htm +169 -0
  181. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/xhtmlxtras/editor_plugin.js +1 -0
  182. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js +136 -0
  183. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/xhtmlxtras/ins.htm +169 -0
  184. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/xhtmlxtras/js/abbr.js +25 -0
  185. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/xhtmlxtras/js/acronym.js +25 -0
  186. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/xhtmlxtras/js/attributes.js +123 -0
  187. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/xhtmlxtras/js/cite.js +25 -0
  188. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/xhtmlxtras/js/del.js +60 -0
  189. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/xhtmlxtras/js/element_common.js +231 -0
  190. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/xhtmlxtras/js/ins.js +59 -0
  191. data/generators/kitsune/templates/javascripts/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js +32 -0
  192. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/about.htm +56 -0
  193. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/anchor.htm +31 -0
  194. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/charmap.htm +53 -0
  195. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/color_picker.htm +75 -0
  196. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/editor_template.js +1 -0
  197. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/editor_template_src.js +1153 -0
  198. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/image.htm +85 -0
  199. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/img/colorpicker.jpg +0 -0
  200. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/img/icons.gif +0 -0
  201. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/js/about.js +72 -0
  202. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/js/anchor.js +37 -0
  203. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/js/charmap.js +325 -0
  204. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/js/color_picker.js +253 -0
  205. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/js/image.js +245 -0
  206. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/js/link.js +156 -0
  207. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/js/source_editor.js +62 -0
  208. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/langs/en.js +62 -0
  209. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/langs/en_dlg.js +51 -0
  210. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/link.htm +63 -0
  211. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/skins/default/content.css +32 -0
  212. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/skins/default/dialog.css +116 -0
  213. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/skins/default/img/buttons.png +0 -0
  214. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/skins/default/img/items.gif +0 -0
  215. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif +0 -0
  216. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/skins/default/img/menu_check.gif +0 -0
  217. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/skins/default/img/progress.gif +0 -0
  218. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/skins/default/img/tabs.gif +0 -0
  219. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/skins/default/ui.css +214 -0
  220. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/skins/o2k7/content.css +32 -0
  221. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/skins/o2k7/dialog.css +115 -0
  222. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png +0 -0
  223. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png +0 -0
  224. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png +0 -0
  225. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/skins/o2k7/ui.css +215 -0
  226. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/skins/o2k7/ui_black.css +8 -0
  227. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css +5 -0
  228. data/generators/kitsune/templates/javascripts/tiny_mce/themes/advanced/source_editor.htm +31 -0
  229. data/generators/kitsune/templates/javascripts/tiny_mce/themes/simple/editor_template.js +1 -0
  230. data/generators/kitsune/templates/javascripts/tiny_mce/themes/simple/editor_template_src.js +85 -0
  231. data/generators/kitsune/templates/javascripts/tiny_mce/themes/simple/img/icons.gif +0 -0
  232. data/generators/kitsune/templates/javascripts/tiny_mce/themes/simple/langs/en.js +11 -0
  233. data/generators/kitsune/templates/javascripts/tiny_mce/themes/simple/skins/default/content.css +25 -0
  234. data/generators/kitsune/templates/javascripts/tiny_mce/themes/simple/skins/default/ui.css +32 -0
  235. data/generators/kitsune/templates/javascripts/tiny_mce/themes/simple/skins/o2k7/content.css +17 -0
  236. data/generators/kitsune/templates/javascripts/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png +0 -0
  237. data/generators/kitsune/templates/javascripts/tiny_mce/themes/simple/skins/o2k7/ui.css +35 -0
  238. data/generators/kitsune/templates/javascripts/tiny_mce/tiny_mce.js +1 -0
  239. data/generators/kitsune/templates/javascripts/tiny_mce/tiny_mce_popup.js +5 -0
  240. data/generators/kitsune/templates/javascripts/tiny_mce/tiny_mce_src.js +13231 -0
  241. data/generators/kitsune/templates/javascripts/tiny_mce/utils/editable_selects.js +69 -0
  242. data/generators/kitsune/templates/javascripts/tiny_mce/utils/form_utils.js +199 -0
  243. data/generators/kitsune/templates/javascripts/tiny_mce/utils/mctabs.js +76 -0
  244. data/generators/kitsune/templates/javascripts/tiny_mce/utils/validate.js +219 -0
  245. data/lib/kitsune.rb +1 -1
  246. metadata +243 -2
  247. data/generators/kitsune/templates/javascripts/nicEdit.js +0 -102
@@ -0,0 +1,59 @@
1
+ /**
2
+ * $Id: editor_plugin_src.js 42 2006-08-08 14:32:24Z spocke $
3
+ *
4
+ * @author Moxiecode - based on work by Andrew Tetlaw
5
+ * @copyright Copyright � 2004-2008, Moxiecode Systems AB, All rights reserved.
6
+ */
7
+
8
+ function init() {
9
+ SXE.initElementDialog('ins');
10
+ if (SXE.currentAction == "update") {
11
+ setFormValue('datetime', tinyMCEPopup.editor.dom.getAttrib(SXE.updateElement, 'datetime'));
12
+ setFormValue('cite', tinyMCEPopup.editor.dom.getAttrib(SXE.updateElement, 'cite'));
13
+ SXE.showRemoveButton();
14
+ }
15
+ }
16
+
17
+ function setElementAttribs(elm) {
18
+ setAllCommonAttribs(elm);
19
+ setAttrib(elm, 'datetime');
20
+ setAttrib(elm, 'cite');
21
+ }
22
+
23
+ function insertIns() {
24
+ var elm = tinyMCEPopup.editor.dom.getParent(SXE.focusElement, 'INS');
25
+ tinyMCEPopup.execCommand('mceBeginUndoLevel');
26
+ if (elm == null) {
27
+ var s = SXE.inst.selection.getContent();
28
+ if(s.length > 0) {
29
+ insertInlineElement('INS');
30
+ var elementArray = tinymce.grep(SXE.inst.dom.select('ins'), function(n) {return n.id == '#sxe_temp_ins#';});
31
+ for (var i=0; i<elementArray.length; i++) {
32
+ var elm = elementArray[i];
33
+ setElementAttribs(elm);
34
+ }
35
+ }
36
+ } else {
37
+ setElementAttribs(elm);
38
+ }
39
+ tinyMCEPopup.editor.nodeChanged();
40
+ tinyMCEPopup.execCommand('mceEndUndoLevel');
41
+ tinyMCEPopup.close();
42
+ }
43
+
44
+ function removeIns() {
45
+ SXE.removeElement('ins');
46
+ tinyMCEPopup.close();
47
+ }
48
+
49
+ function insertInlineElement(en) {
50
+ var ed = tinyMCEPopup.editor, dom = ed.dom;
51
+
52
+ ed.getDoc().execCommand('FontName', false, 'mceinline');
53
+ tinymce.each(dom.select(tinymce.isWebKit ? 'span' : 'font'), function(n) {
54
+ if (n.style.fontFamily == 'mceinline' || n.face == 'mceinline')
55
+ dom.replace(dom.create(en), n, 1);
56
+ });
57
+ }
58
+
59
+ 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,56 @@
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"><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"><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"><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-2008, <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
+
27
+ <div id="buttoncontainer">
28
+ <a href="http://www.moxiecode.com" target="_blank"><img src="http://tinymce.moxiecode.com/images/gotmoxie.png" alt="Got Moxie?" border="0" /></a>
29
+ <a href="http://sourceforge.net/projects/tinymce/" target="_blank"><img src="http://sourceforge.net/sflogo.php?group_id=103281" alt="Hosted By Sourceforge" border="0" /></a>
30
+ <a href="http://www.freshmeat.net/projects/tinymce" target="_blank"><img src="http://tinymce.moxiecode.com/images/fm.gif" alt="Also on freshmeat" border="0" /></a>
31
+ </div>
32
+ </div>
33
+
34
+ <div id="plugins_panel" class="panel">
35
+ <div id="pluginscontainer">
36
+ <h3>{#advanced_dlg.about_loaded}</h3>
37
+
38
+ <div id="plugintablecontainer">
39
+ </div>
40
+
41
+ <p>&nbsp;</p>
42
+ </div>
43
+ </div>
44
+
45
+ <div id="help_panel" class="panel noscroll" style="overflow: visible;">
46
+ <div id="iframecontainer"></div>
47
+ </div>
48
+ </div>
49
+
50
+ <div class="mceActionPanel">
51
+ <div style="float: right">
52
+ <input type="button" id="cancel" name="cancel" value="{#close}" onclick="tinyMCEPopup.close();" />
53
+ </div>
54
+ </div>
55
+ </body>
56
+ </html>
@@ -0,0 +1,31 @@
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">
9
+ <form onsubmit="AnchorDialog.update();return false;" action="#">
10
+ <table border="0" cellpadding="4" cellspacing="0">
11
+ <tr>
12
+ <td colspan="2" class="title">{#advanced_dlg.anchor_title}</td>
13
+ </tr>
14
+ <tr>
15
+ <td class="nowrap">{#advanced_dlg.anchor_name}:</td>
16
+ <td><input name="anchorName" type="text" class="mceFocus" id="anchorName" value="" style="width: 200px" /></td>
17
+ </tr>
18
+ </table>
19
+
20
+ <div class="mceActionPanel">
21
+ <div style="float: left">
22
+ <input type="submit" id="insert" name="insert" value="{#update}" />
23
+ </div>
24
+
25
+ <div style="float: right">
26
+ <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
27
+ </div>
28
+ </div>
29
+ </form>
30
+ </body>
31
+ </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
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
6
+ <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
7
+ <script type="text/javascript" src="js/charmap.js"></script>
8
+ </head>
9
+ <body id="charmap" style="display:none">
10
+ <table align="center" border="0" cellspacing="0" cellpadding="2">
11
+ <tr>
12
+ <td colspan="2" class="title">{#advanced_dlg.charmap_title}</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">
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">
32
+ <tr>
33
+ <td align="center" style="border-left: 1px solid #666699; border-top: 1px solid #666699; border-right: 1px solid #666699;">HTML-Code</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;">NUM-Code</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,75 @@
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">
10
+ <form onsubmit="insertAction();return false" action="#">
11
+ <div class="tabs">
12
+ <ul>
13
+ <li id="picker_tab" class="current"><span><a href="javascript:mcTabs.displayTab('picker_tab','picker_panel');" onmousedown="return false;">{#advanced_dlg.colorpicker_picker_tab}</a></span></li>
14
+ <li id="rgb_tab"><span><a href="javascript:;" onclick="generateWebColors();mcTabs.displayTab('rgb_tab','rgb_panel');" onmousedown="return false;">{#advanced_dlg.colorpicker_palette_tab}</a></span></li>
15
+ <li id="named_tab"><span><a href="javascript:;" onclick="generateNamedColors();javascript:mcTabs.displayTab('named_tab','named_panel');" onmousedown="return false;">{#advanced_dlg.colorpicker_named_tab}</a></span></li>
16
+ </ul>
17
+ </div>
18
+
19
+ <div class="panel_wrapper">
20
+ <div id="picker_panel" class="panel current">
21
+ <fieldset>
22
+ <legend>{#advanced_dlg.colorpicker_picker_title}</legend>
23
+ <div id="picker">
24
+ <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="" />
25
+
26
+ <div id="light">
27
+ <!-- Will be filled with divs -->
28
+ </div>
29
+
30
+ <br style="clear: both" />
31
+ </div>
32
+ </fieldset>
33
+ </div>
34
+
35
+ <div id="rgb_panel" class="panel">
36
+ <fieldset>
37
+ <legend>{#advanced_dlg.colorpicker_palette_title}</legend>
38
+ <div id="webcolors">
39
+ <!-- Gets filled with web safe colors-->
40
+ </div>
41
+
42
+ <br style="clear: both" />
43
+ </fieldset>
44
+ </div>
45
+
46
+ <div id="named_panel" class="panel">
47
+ <fieldset>
48
+ <legend>{#advanced_dlg.colorpicker_named_title}</legend>
49
+ <div id="namedcolors">
50
+ <!-- Gets filled with named colors-->
51
+ </div>
52
+
53
+ <br style="clear: both" />
54
+
55
+ <div id="colornamecontainer">
56
+ {#advanced_dlg.colorpicker_name} <span id="colorname"></span>
57
+ </div>
58
+ </fieldset>
59
+ </div>
60
+ </div>
61
+
62
+ <div class="mceActionPanel">
63
+ <div style="float: left">
64
+ <input type="submit" id="insert" name="insert" value="{#apply}" />
65
+ </div>
66
+
67
+ <div id="preview"></div>
68
+
69
+ <div id="previewblock">
70
+ <label for="color">{#advanced_dlg.colorpicker_color}</label> <input id="color" type="text" size="8" maxlength="8" class="text mceFocus" />
71
+ </div>
72
+ </div>
73
+ </form>
74
+ </body>
75
+ </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"],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);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",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)";if(j.settings.convert_fonts_to_spans){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(){j.onNodeChange.add(l._nodeChanged,l);if(j.settings.content_css!==false){j.dom.loadCSS(j.baseURI.toAbsolute("themes/advanced/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")}},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(j){var i=this.editor,k=i.controlManager.get("styleselect");if(k.getLength()==0){f(i.dom.getClasses(),function(l){k.add(l["class"],l["class"])})}},_createStyleSelect:function(m){var j=this,i=j.editor,k=i.controlManager,l=k.createListBox("styleselect",{title:"advanced.style_select",onselect:function(n){if(l.selectedValue===n){i.execCommand("mceSetStyleInfo",0,{command:"removeformat"});l.select();return false}else{i.execCommand("mceSetCSSClass",0,n)}}});if(l){f(i.getParam("theme_advanced_styles","","hash"),function(o,n){if(o){l.add(j.editor.translate(n),o)}});l.onPostRender.add(function(o,p){if(!l.NativeListBox){b.add(p.id+"_text","focus",j._importClasses,j);b.add(p.id+"_text","mousedown",j._importClasses,j);b.add(p.id+"_open","focus",j._importClasses,j);b.add(p.id+"_open","mousedown",j._importClasses,j)}else{b.add(p.id,"focus",j._importClasses,j)}})}return l},_createFontSelect:function(){var k,j=this,i=j.editor;k=i.controlManager.createListBox("fontselect",{title:"advanced.fontdefault",cmd:"FontName"});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){if(i.fontSize){k.execCommand("FontSize",false,i.fontSize)}else{f(m.settings.theme_advanced_font_sizes,function(p,o){if(p["class"]){j.push(p["class"])}});k.editorCommands._applyInlineStyle("span",{"class":i["class"]},{check_classes:j})}}});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;m=j=d.create("span",{id:r.id+"_parent","class":"mceEditor "+r.settings.skin+"Skin"+(w.skin_variant?" "+r.settings.skin+"Skin"+v._ufirst(w.skin_variant):"")});if(!d.boxModel){m=d.add(m,"div",{"class":"mceOldBoxModel"})}m=u=d.add(m,"table",{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(!r.getParam("accessibility_focus")){b.add(d.add(j,"a",{href:"#"},"<!-- IE -->"),"focus",function(){tinyMCE.get(r.id).focus()})}if(w.theme_advanced_toolbar_location=="external"){k.deltaHeight=0}v.deltaHeight=k.deltaHeight;k.targetNode=null;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,l){var j=this.editor,k=j.settings,n=d.get(j.id+"_tbl"),o=d.get(j.id+"_ifr"),m;i=Math.max(k.theme_advanced_resizing_min_width||100,i);l=Math.max(k.theme_advanced_resizing_min_height||100,l);i=Math.min(k.theme_advanced_resizing_max_width||65535,i);l=Math.min(k.theme_advanced_resizing_max_height||65535,l);m=n.clientHeight-o.clientHeight;d.setStyle(o,"height",l-m);d.setStyles(n,{width:i,height:l})},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,r=z.editor,A=z.settings,y,j=r.controlManager,u,l,q=[],x;x=A.theme_advanced_toolbar_align.toLowerCase();x="mce"+z._ufirst(x);l=d.add(d.add(w,"tr"),"td",{"class":"mceToolbar "+x});if(!r.getParam("accessibility_focus")){q.push(d.createHTML("a",{href:"#",onfocus:"tinyMCE.get('"+r.id+"').focus();"},"<!-- IE -->"))}q.push(d.createHTML("a",{href:"#",accesskey:"q",title:r.getLang("advanced.toolbar_focus")},"<!-- IE -->"));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);q.push(m.renderHTML());k.deltaHeight-=A.theme_advanced_row_height}q.push(d.createHTML("a",{href:"#",accesskey:"z",title:r.getLang("advanced.toolbar_focus"),onfocus:"tinyMCE.getInstanceById('"+r.id+"').focus();"},"<!-- IE -->"));d.setHTML(l,q.join(""))},_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"},w.theme_advanced_path?p.translate("advanced.path")+": ":"&#160;");d.add(k,"a",{href:"#",accesskey:"x"});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}if(w.theme_advanced_resize_horizontal){r.style.width=Math.max(10,n.cw)+"px"}r.style.height=Math.max(10,n.ch)+"px";d.get(p.id+"_ifr").style.height=Math.max(10,parseInt(n.ch)+v.deltaHeight)+"px"})}p.onPostRender.add(function(){b.add(p.id+"_resize","mousedown",function(x){var z,t,o,s,y,r;z=d.get(p.id+"_tbl");o=z.clientWidth;s=z.clientHeight;miw=w.theme_advanced_resizing_min_width||100;mih=w.theme_advanced_resizing_min_height||100;maw=w.theme_advanced_resizing_max_width||65535;mah=w.theme_advanced_resizing_max_height||65535;t=d.add(d.get(p.id+"_parent"),"div",{"class":"mcePlaceHolder"});d.setStyles(t,{width:o,height:s});d.hide(z);d.show(t);i={x:x.screenX,y:x.screenY,w:o,h:s,dx:null,dy:null};q=b.add(d.doc,"mousemove",function(B){var n,A;i.dx=B.screenX-i.x;i.dy=B.screenY-i.y;n=Math.max(miw,i.w+i.dx);A=Math.max(mih,i.h+i.dy);n=Math.min(maw,n);A=Math.min(mah,A);if(w.theme_advanced_resize_horizontal){t.style.width=n+"px"}t.style.height=A+"px";return b.cancel(B)});u=b.add(d.doc,"mouseup",function(n){var A;b.remove(d.doc,"mousemove",q);b.remove(d.doc,"mouseup",u);z.style.display="";d.remove(t);if(i.dx===null){return}A=d.get(p.id+"_ifr");if(w.theme_advanced_resize_horizontal){z.style.width=Math.max(10,i.w+i.dx)+"px"}z.style.height=Math.max(10,i.h+i.dy)+"px";A.style.height=Math.max(10,A.clientHeight+i.dy)+"px";if(w.theme_advanced_resizing_use_cookie){a.setHash("TinyMCE_"+p.id+"_size",{cw:i.w+i.dx,ch:i.h+i.dy})}});return b.cancel(x)})})}j.deltaHeight-=21;k=m=null},_nodeChanged:function(l,u,k,q){var y=this,i,r=0,x,m,z=y.settings,w,j,o;if(z.readonly){return}e.each(y.stateControls,function(n){u.setActive(n,l.queryCommandState(y.controls[n][1]))});u.setActive("visualaid",l.hasVisual);u.setDisabled("undo",!l.undoManager.hasUndo()&&!l.typing);u.setDisabled("redo",!l.undoManager.hasRedo());u.setDisabled("outdent",!l.queryCommandState("Outdent"));i=d.getParent(k,"A");if(m=u.get("link")){if(!i||!i.name){m.setDisabled(!i&&q);m.setActive(!!i)}}if(m=u.get("unlink")){m.setDisabled(!i&&q);m.setActive(!!i&&!i.name)}if(m=u.get("anchor")){m.setActive(!!i&&i.name);if(e.isWebKit){i=d.getParent(k,"IMG");m.setActive(!!i&&d.getAttrib(i,"mce_name")=="a")}}i=d.getParent(k,"IMG");if(m=u.get("image")){m.setActive(!!i&&k.className.indexOf("mceItem")==-1)}if(m=u.get("styleselect")){if(k.className){y._importClasses();m.select(k.className)}else{m.select()}}if(m=u.get("formatselect")){i=d.getParent(k,d.isBlock);if(i){m.select(i.nodeName.toLowerCase())}}if(l.settings.convert_fonts_to_spans){l.dom.getParent(k,function(p){if(p.nodeName==="SPAN"){if(!w&&p.className){w=p.className}if(!j&&p.style.fontSize){j=p.style.fontSize}if(!o&&p.style.fontFamily){o=p.style.fontFamily.replace(/[\"\']+/g,"").replace(/^([^,]+).*/,"$1").toLowerCase()}}return false});if(m=u.get("fontselect")){m.select(function(n){return n.replace(/^([^,]+).*/,"$1").toLowerCase()==o})}if(m=u.get("fontsizeselect")){m.select(function(n){if(n.fontSize&&n.fontSize===j){return true}if(n["class"]&&n["class"]===w){return true}})}}else{if(m=u.get("fontselect")){m.select(l.queryCommandValue("FontName"))}if(m=u.get("fontsizeselect")){x=l.queryCommandValue("FontSize");m.select(function(n){return n.fontSize==x})}}if(z.theme_advanced_path&&z.theme_advanced_statusbar_location){i=d.get(l.id+"_path")||d.add(l.id+"_path_row","span",{id:l.id+"_path"});d.setHTML(i,"");l.dom.getParent(k,function(A){var p=A.nodeName.toLowerCase(),s,v,t="";if(A.nodeType!=1||A.nodeName==="BR"||(d.hasClass(A,"mceItemHidden")||d.hasClass(A,"mceItemRemoved"))){return}if(x=d.getAttrib(A,"mce_name")){p=x}if(e.isIE&&A.scopeName!=="HTML"){p=A.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(A,"src")){t+="src: "+x+" "}break;case"a":if(x=d.getAttrib(A,"name")){t+="name: "+x+" ";p+="#"+x}if(x=d.getAttrib(A,"href")){t+="href: "+x+" "}break;case"font":if(z.convert_fonts_to_spans){p="span"}if(x=d.getAttrib(A,"face")){t+="font: "+x+" "}if(x=d.getAttrib(A,"size")){t+="size: "+x+" "}if(x=d.getAttrib(A,"color")){t+="color: "+x+" "}break;case"span":if(x=d.getAttrib(A,"style")){t+="style: "+x+" "}break}if(x=d.getAttrib(A,"id")){t+="id: "+x+" "}if(x=A.className){x=x.replace(/(webkit-[\w\-]+|Apple-[\w\-]+|mceItem\w+|mceVisualAid)/g,"");if(x&&x.indexOf("mceItem")==-1){t+="class: "+x+" ";if(d.isBlock(A)||p=="img"||p=="span"){p+="."+x}}}p=p.replace(/(html:)/g,"");p={name:p,node:A,title:t};y.onResolveName.dispatch(y,p);t=p.title;p=p.name;v=d.create("a",{href:"javascript:;",onmousedown:"return false;",title:t,"class":"mcePath_"+(r++)},p);if(i.hasChildNodes()){i.insertBefore(d.doc.createTextNode(" \u00bb "),i.firstChild);i.insertBefore(v,i.firstChild)}else{i.appendChild(v)}},l.getBody())}},_sel:function(i){this.editor.execCommand("mceSelectNodeDepth",false,i)},_mceInsertAnchor:function(k,j){var i=this.editor;i.windowManager.open({url:e.baseURL+"/themes/advanced/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:e.baseURL+"/themes/advanced/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:e.baseURL+"/themes/advanced/about.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:e.baseURL+"/themes/advanced/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:e.baseURL+"/themes/advanced/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:e.baseURL+"/themes/advanced/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:e.baseURL+"/themes/advanced/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,1153 @@
1
+ /**
2
+ * $Id: editor_template_src.js 1045 2009-03-04 20:03:18Z spocke $
3
+ *
4
+ * @author Moxiecode
5
+ * @copyright Copyright � 2004-2008, Moxiecode Systems AB, All rights reserved.
6
+ */
7
+
8
+ (function(tinymce) {
9
+ var DOM = tinymce.DOM, Event = tinymce.dom.Event, extend = tinymce.extend, each = tinymce.each, Cookie = tinymce.util.Cookie, lastExtID, explode = tinymce.explode;
10
+
11
+ // Tell it to load theme specific language pack(s)
12
+ tinymce.ThemeManager.requireLangPack('advanced');
13
+
14
+ tinymce.create('tinymce.themes.AdvancedTheme', {
15
+ sizes : [8, 10, 12, 14, 18, 24, 36],
16
+
17
+ // Control name lookup, format: title, command
18
+ controls : {
19
+ bold : ['bold_desc', 'Bold'],
20
+ italic : ['italic_desc', 'Italic'],
21
+ underline : ['underline_desc', 'Underline'],
22
+ strikethrough : ['striketrough_desc', 'Strikethrough'],
23
+ justifyleft : ['justifyleft_desc', 'JustifyLeft'],
24
+ justifycenter : ['justifycenter_desc', 'JustifyCenter'],
25
+ justifyright : ['justifyright_desc', 'JustifyRight'],
26
+ justifyfull : ['justifyfull_desc', 'JustifyFull'],
27
+ bullist : ['bullist_desc', 'InsertUnorderedList'],
28
+ numlist : ['numlist_desc', 'InsertOrderedList'],
29
+ outdent : ['outdent_desc', 'Outdent'],
30
+ indent : ['indent_desc', 'Indent'],
31
+ cut : ['cut_desc', 'Cut'],
32
+ copy : ['copy_desc', 'Copy'],
33
+ paste : ['paste_desc', 'Paste'],
34
+ undo : ['undo_desc', 'Undo'],
35
+ redo : ['redo_desc', 'Redo'],
36
+ link : ['link_desc', 'mceLink'],
37
+ unlink : ['unlink_desc', 'unlink'],
38
+ image : ['image_desc', 'mceImage'],
39
+ cleanup : ['cleanup_desc', 'mceCleanup'],
40
+ help : ['help_desc', 'mceHelp'],
41
+ code : ['code_desc', 'mceCodeEditor'],
42
+ hr : ['hr_desc', 'InsertHorizontalRule'],
43
+ removeformat : ['removeformat_desc', 'RemoveFormat'],
44
+ sub : ['sub_desc', 'subscript'],
45
+ sup : ['sup_desc', 'superscript'],
46
+ forecolor : ['forecolor_desc', 'ForeColor'],
47
+ forecolorpicker : ['forecolor_desc', 'mceForeColor'],
48
+ backcolor : ['backcolor_desc', 'HiliteColor'],
49
+ backcolorpicker : ['backcolor_desc', 'mceBackColor'],
50
+ charmap : ['charmap_desc', 'mceCharMap'],
51
+ visualaid : ['visualaid_desc', 'mceToggleVisualAid'],
52
+ anchor : ['anchor_desc', 'mceInsertAnchor'],
53
+ newdocument : ['newdocument_desc', 'mceNewDocument'],
54
+ blockquote : ['blockquote_desc', 'mceBlockQuote']
55
+ },
56
+
57
+ stateControls : ['bold', 'italic', 'underline', 'strikethrough', 'bullist', 'numlist', 'justifyleft', 'justifycenter', 'justifyright', 'justifyfull', 'sub', 'sup', 'blockquote'],
58
+
59
+ init : function(ed, url) {
60
+ var t = this, s, v, o;
61
+
62
+ t.editor = ed;
63
+ t.url = url;
64
+ t.onResolveName = new tinymce.util.Dispatcher(this);
65
+
66
+ // Default settings
67
+ t.settings = s = extend({
68
+ theme_advanced_path : true,
69
+ theme_advanced_toolbar_location : 'bottom',
70
+ theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect",
71
+ theme_advanced_buttons2 : "bullist,numlist,|,outdent,indent,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code",
72
+ theme_advanced_buttons3 : "hr,removeformat,visualaid,|,sub,sup,|,charmap",
73
+ theme_advanced_blockformats : "p,address,pre,h1,h2,h3,h4,h5,h6",
74
+ theme_advanced_toolbar_align : "center",
75
+ 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",
76
+ theme_advanced_more_colors : 1,
77
+ theme_advanced_row_height : 23,
78
+ theme_advanced_resize_horizontal : 1,
79
+ theme_advanced_resizing_use_cookie : 1,
80
+ theme_advanced_font_sizes : "1,2,3,4,5,6,7",
81
+ readonly : ed.settings.readonly
82
+ }, ed.settings);
83
+
84
+ // Setup default font_size_style_values
85
+ if (!s.font_size_style_values)
86
+ s.font_size_style_values = "8pt,10pt,12pt,14pt,18pt,24pt,36pt";
87
+
88
+ if (tinymce.is(s.theme_advanced_font_sizes, 'string')) {
89
+ s.font_size_style_values = tinymce.explode(s.font_size_style_values);
90
+ s.font_size_classes = tinymce.explode(s.font_size_classes || '');
91
+
92
+ // Parse string value
93
+ o = {};
94
+ ed.settings.theme_advanced_font_sizes = s.theme_advanced_font_sizes;
95
+ each(ed.getParam('theme_advanced_font_sizes', '', 'hash'), function(v, k) {
96
+ var cl;
97
+
98
+ if (k == v && v >= 1 && v <= 7) {
99
+ k = v + ' (' + t.sizes[v - 1] + 'pt)';
100
+
101
+ if (ed.settings.convert_fonts_to_spans) {
102
+ cl = s.font_size_classes[v - 1];
103
+ v = s.font_size_style_values[v - 1] || (t.sizes[v - 1] + 'pt');
104
+ }
105
+ }
106
+
107
+ if (/^\s*\./.test(v))
108
+ cl = v.replace(/\./g, '');
109
+
110
+ o[k] = cl ? {'class' : cl} : {fontSize : v};
111
+ });
112
+
113
+ s.theme_advanced_font_sizes = o;
114
+ }
115
+
116
+ if ((v = s.theme_advanced_path_location) && v != 'none')
117
+ s.theme_advanced_statusbar_location = s.theme_advanced_path_location;
118
+
119
+ if (s.theme_advanced_statusbar_location == 'none')
120
+ s.theme_advanced_statusbar_location = 0;
121
+
122
+ // Init editor
123
+ ed.onInit.add(function() {
124
+ ed.onNodeChange.add(t._nodeChanged, t);
125
+
126
+ if (ed.settings.content_css !== false)
127
+ ed.dom.loadCSS(ed.baseURI.toAbsolute("themes/advanced/skins/" + ed.settings.skin + "/content.css"));
128
+ });
129
+
130
+ ed.onSetProgressState.add(function(ed, b, ti) {
131
+ var co, id = ed.id, tb;
132
+
133
+ if (b) {
134
+ t.progressTimer = setTimeout(function() {
135
+ co = ed.getContainer();
136
+ co = co.insertBefore(DOM.create('DIV', {style : 'position:relative'}), co.firstChild);
137
+ tb = DOM.get(ed.id + '_tbl');
138
+
139
+ DOM.add(co, 'div', {id : id + '_blocker', 'class' : 'mceBlocker', style : {width : tb.clientWidth + 2, height : tb.clientHeight + 2}});
140
+ DOM.add(co, 'div', {id : id + '_progress', 'class' : 'mceProgress', style : {left : tb.clientWidth / 2, top : tb.clientHeight / 2}});
141
+ }, ti || 0);
142
+ } else {
143
+ DOM.remove(id + '_blocker');
144
+ DOM.remove(id + '_progress');
145
+ clearTimeout(t.progressTimer);
146
+ }
147
+ });
148
+
149
+ DOM.loadCSS(s.editor_css ? ed.documentBaseURI.toAbsolute(s.editor_css) : url + "/skins/" + ed.settings.skin + "/ui.css");
150
+
151
+ if (s.skin_variant)
152
+ DOM.loadCSS(url + "/skins/" + ed.settings.skin + "/ui_" + s.skin_variant + ".css");
153
+ },
154
+
155
+ createControl : function(n, cf) {
156
+ var cd, c;
157
+
158
+ if (c = cf.createControl(n))
159
+ return c;
160
+
161
+ switch (n) {
162
+ case "styleselect":
163
+ return this._createStyleSelect();
164
+
165
+ case "formatselect":
166
+ return this._createBlockFormats();
167
+
168
+ case "fontselect":
169
+ return this._createFontSelect();
170
+
171
+ case "fontsizeselect":
172
+ return this._createFontSizeSelect();
173
+
174
+ case "forecolor":
175
+ return this._createForeColorMenu();
176
+
177
+ case "backcolor":
178
+ return this._createBackColorMenu();
179
+ }
180
+
181
+ if ((cd = this.controls[n]))
182
+ return cf.createButton(n, {title : "advanced." + cd[0], cmd : cd[1], ui : cd[2], value : cd[3]});
183
+ },
184
+
185
+ execCommand : function(cmd, ui, val) {
186
+ var f = this['_' + cmd];
187
+
188
+ if (f) {
189
+ f.call(this, ui, val);
190
+ return true;
191
+ }
192
+
193
+ return false;
194
+ },
195
+
196
+ _importClasses : function(e) {
197
+ var ed = this.editor, c = ed.controlManager.get('styleselect');
198
+
199
+ if (c.getLength() == 0) {
200
+ each(ed.dom.getClasses(), function(o) {
201
+ c.add(o['class'], o['class']);
202
+ });
203
+ }
204
+ },
205
+
206
+ _createStyleSelect : function(n) {
207
+ var t = this, ed = t.editor, cf = ed.controlManager, c = cf.createListBox('styleselect', {
208
+ title : 'advanced.style_select',
209
+ onselect : function(v) {
210
+ if (c.selectedValue === v) {
211
+ ed.execCommand('mceSetStyleInfo', 0, {command : 'removeformat'});
212
+ c.select();
213
+ return false;
214
+ } else
215
+ ed.execCommand('mceSetCSSClass', 0, v);
216
+ }
217
+ });
218
+
219
+ if (c) {
220
+ each(ed.getParam('theme_advanced_styles', '', 'hash'), function(v, k) {
221
+ if (v)
222
+ c.add(t.editor.translate(k), v);
223
+ });
224
+
225
+ c.onPostRender.add(function(ed, n) {
226
+ if (!c.NativeListBox) {
227
+ Event.add(n.id + '_text', 'focus', t._importClasses, t);
228
+ Event.add(n.id + '_text', 'mousedown', t._importClasses, t);
229
+ Event.add(n.id + '_open', 'focus', t._importClasses, t);
230
+ Event.add(n.id + '_open', 'mousedown', t._importClasses, t);
231
+ } else
232
+ Event.add(n.id, 'focus', t._importClasses, t);
233
+ });
234
+ }
235
+
236
+ return c;
237
+ },
238
+
239
+ _createFontSelect : function() {
240
+ var c, t = this, ed = t.editor;
241
+
242
+ c = ed.controlManager.createListBox('fontselect', {title : 'advanced.fontdefault', cmd : 'FontName'});
243
+ if (c) {
244
+ each(ed.getParam('theme_advanced_fonts', t.settings.theme_advanced_fonts, 'hash'), function(v, k) {
245
+ c.add(ed.translate(k), v, {style : v.indexOf('dings') == -1 ? 'font-family:' + v : ''});
246
+ });
247
+ }
248
+
249
+ return c;
250
+ },
251
+
252
+ _createFontSizeSelect : function() {
253
+ var t = this, ed = t.editor, c, i = 0, cl = [];
254
+
255
+ c = ed.controlManager.createListBox('fontsizeselect', {title : 'advanced.font_size', onselect : function(v) {
256
+ if (v.fontSize)
257
+ ed.execCommand('FontSize', false, v.fontSize);
258
+ else {
259
+ each(t.settings.theme_advanced_font_sizes, function(v, k) {
260
+ if (v['class'])
261
+ cl.push(v['class']);
262
+ });
263
+
264
+ ed.editorCommands._applyInlineStyle('span', {'class' : v['class']}, {check_classes : cl});
265
+ }
266
+ }});
267
+
268
+ if (c) {
269
+ each(t.settings.theme_advanced_font_sizes, function(v, k) {
270
+ var fz = v.fontSize;
271
+
272
+ if (fz >= 1 && fz <= 7)
273
+ fz = t.sizes[parseInt(fz) - 1] + 'pt';
274
+
275
+ c.add(k, v, {'style' : 'font-size:' + fz, 'class' : 'mceFontSize' + (i++) + (' ' + (v['class'] || ''))});
276
+ });
277
+ }
278
+
279
+ return c;
280
+ },
281
+
282
+ _createBlockFormats : function() {
283
+ var c, fmts = {
284
+ p : 'advanced.paragraph',
285
+ address : 'advanced.address',
286
+ pre : 'advanced.pre',
287
+ h1 : 'advanced.h1',
288
+ h2 : 'advanced.h2',
289
+ h3 : 'advanced.h3',
290
+ h4 : 'advanced.h4',
291
+ h5 : 'advanced.h5',
292
+ h6 : 'advanced.h6',
293
+ div : 'advanced.div',
294
+ blockquote : 'advanced.blockquote',
295
+ code : 'advanced.code',
296
+ dt : 'advanced.dt',
297
+ dd : 'advanced.dd',
298
+ samp : 'advanced.samp'
299
+ }, t = this;
300
+
301
+ c = t.editor.controlManager.createListBox('formatselect', {title : 'advanced.block', cmd : 'FormatBlock'});
302
+ if (c) {
303
+ each(t.editor.getParam('theme_advanced_blockformats', t.settings.theme_advanced_blockformats, 'hash'), function(v, k) {
304
+ c.add(t.editor.translate(k != v ? k : fmts[v]), v, {'class' : 'mce_formatPreview mce_' + v});
305
+ });
306
+ }
307
+
308
+ return c;
309
+ },
310
+
311
+ _createForeColorMenu : function() {
312
+ var c, t = this, s = t.settings, o = {}, v;
313
+
314
+ if (s.theme_advanced_more_colors) {
315
+ o.more_colors_func = function() {
316
+ t._mceColorPicker(0, {
317
+ color : c.value,
318
+ func : function(co) {
319
+ c.setColor(co);
320
+ }
321
+ });
322
+ };
323
+ }
324
+
325
+ if (v = s.theme_advanced_text_colors)
326
+ o.colors = v;
327
+
328
+ if (s.theme_advanced_default_foreground_color)
329
+ o.default_color = s.theme_advanced_default_foreground_color;
330
+
331
+ o.title = 'advanced.forecolor_desc';
332
+ o.cmd = 'ForeColor';
333
+ o.scope = this;
334
+
335
+ c = t.editor.controlManager.createColorSplitButton('forecolor', o);
336
+
337
+ return c;
338
+ },
339
+
340
+ _createBackColorMenu : function() {
341
+ var c, t = this, s = t.settings, o = {}, v;
342
+
343
+ if (s.theme_advanced_more_colors) {
344
+ o.more_colors_func = function() {
345
+ t._mceColorPicker(0, {
346
+ color : c.value,
347
+ func : function(co) {
348
+ c.setColor(co);
349
+ }
350
+ });
351
+ };
352
+ }
353
+
354
+ if (v = s.theme_advanced_background_colors)
355
+ o.colors = v;
356
+
357
+ if (s.theme_advanced_default_background_color)
358
+ o.default_color = s.theme_advanced_default_background_color;
359
+
360
+ o.title = 'advanced.backcolor_desc';
361
+ o.cmd = 'HiliteColor';
362
+ o.scope = this;
363
+
364
+ c = t.editor.controlManager.createColorSplitButton('backcolor', o);
365
+
366
+ return c;
367
+ },
368
+
369
+ renderUI : function(o) {
370
+ var n, ic, tb, t = this, ed = t.editor, s = t.settings, sc, p, nl;
371
+
372
+ n = p = DOM.create('span', {id : ed.id + '_parent', 'class' : 'mceEditor ' + ed.settings.skin + 'Skin' + (s.skin_variant ? ' ' + ed.settings.skin + 'Skin' + t._ufirst(s.skin_variant) : '')});
373
+
374
+ if (!DOM.boxModel)
375
+ n = DOM.add(n, 'div', {'class' : 'mceOldBoxModel'});
376
+
377
+ n = sc = DOM.add(n, 'table', {id : ed.id + '_tbl', 'class' : 'mceLayout', cellSpacing : 0, cellPadding : 0});
378
+ n = tb = DOM.add(n, 'tbody');
379
+
380
+ switch ((s.theme_advanced_layout_manager || '').toLowerCase()) {
381
+ case "rowlayout":
382
+ ic = t._rowLayout(s, tb, o);
383
+ break;
384
+
385
+ case "customlayout":
386
+ ic = ed.execCallback("theme_advanced_custom_layout", s, tb, o, p);
387
+ break;
388
+
389
+ default:
390
+ ic = t._simpleLayout(s, tb, o, p);
391
+ }
392
+
393
+ n = o.targetNode;
394
+
395
+ // Add classes to first and last TRs
396
+ nl = DOM.stdMode ? sc.getElementsByTagName('tr') : sc.rows; // Quick fix for IE 8
397
+ DOM.addClass(nl[0], 'mceFirst');
398
+ DOM.addClass(nl[nl.length - 1], 'mceLast');
399
+
400
+ // Add classes to first and last TDs
401
+ each(DOM.select('tr', tb), function(n) {
402
+ DOM.addClass(n.firstChild, 'mceFirst');
403
+ DOM.addClass(n.childNodes[n.childNodes.length - 1], 'mceLast');
404
+ });
405
+
406
+ if (DOM.get(s.theme_advanced_toolbar_container))
407
+ DOM.get(s.theme_advanced_toolbar_container).appendChild(p);
408
+ else
409
+ DOM.insertAfter(p, n);
410
+
411
+ Event.add(ed.id + '_path_row', 'click', function(e) {
412
+ e = e.target;
413
+
414
+ if (e.nodeName == 'A') {
415
+ t._sel(e.className.replace(/^.*mcePath_([0-9]+).*$/, '$1'));
416
+
417
+ return Event.cancel(e);
418
+ }
419
+ });
420
+ /*
421
+ if (DOM.get(ed.id + '_path_row')) {
422
+ Event.add(ed.id + '_tbl', 'mouseover', function(e) {
423
+ var re;
424
+
425
+ e = e.target;
426
+
427
+ if (e.nodeName == 'SPAN' && DOM.hasClass(e.parentNode, 'mceButton')) {
428
+ re = DOM.get(ed.id + '_path_row');
429
+ t.lastPath = re.innerHTML;
430
+ DOM.setHTML(re, e.parentNode.title);
431
+ }
432
+ });
433
+
434
+ Event.add(ed.id + '_tbl', 'mouseout', function(e) {
435
+ if (t.lastPath) {
436
+ DOM.setHTML(ed.id + '_path_row', t.lastPath);
437
+ t.lastPath = 0;
438
+ }
439
+ });
440
+ }
441
+ */
442
+
443
+ if (!ed.getParam('accessibility_focus'))
444
+ Event.add(DOM.add(p, 'a', {href : '#'}, '<!-- IE -->'), 'focus', function() {tinyMCE.get(ed.id).focus();});
445
+
446
+ if (s.theme_advanced_toolbar_location == 'external')
447
+ o.deltaHeight = 0;
448
+
449
+ t.deltaHeight = o.deltaHeight;
450
+ o.targetNode = null;
451
+
452
+ return {
453
+ iframeContainer : ic,
454
+ editorContainer : ed.id + '_parent',
455
+ sizeContainer : sc,
456
+ deltaHeight : o.deltaHeight
457
+ };
458
+ },
459
+
460
+ getInfo : function() {
461
+ return {
462
+ longname : 'Advanced theme',
463
+ author : 'Moxiecode Systems AB',
464
+ authorurl : 'http://tinymce.moxiecode.com',
465
+ version : tinymce.majorVersion + "." + tinymce.minorVersion
466
+ }
467
+ },
468
+
469
+ resizeBy : function(dw, dh) {
470
+ var e = DOM.get(this.editor.id + '_tbl');
471
+
472
+ this.resizeTo(e.clientWidth + dw, e.clientHeight + dh);
473
+ },
474
+
475
+ resizeTo : function(w, h) {
476
+ var ed = this.editor, s = ed.settings, e = DOM.get(ed.id + '_tbl'), ifr = DOM.get(ed.id + '_ifr'), dh;
477
+
478
+ // Boundery fix box
479
+ w = Math.max(s.theme_advanced_resizing_min_width || 100, w);
480
+ h = Math.max(s.theme_advanced_resizing_min_height || 100, h);
481
+ w = Math.min(s.theme_advanced_resizing_max_width || 0xFFFF, w);
482
+ h = Math.min(s.theme_advanced_resizing_max_height || 0xFFFF, h);
483
+
484
+ // Calc difference between iframe and container
485
+ dh = e.clientHeight - ifr.clientHeight;
486
+
487
+ // Resize iframe and container
488
+ DOM.setStyle(ifr, 'height', h - dh);
489
+ DOM.setStyles(e, {width : w, height : h});
490
+ },
491
+
492
+ destroy : function() {
493
+ var id = this.editor.id;
494
+
495
+ Event.clear(id + '_resize');
496
+ Event.clear(id + '_path_row');
497
+ Event.clear(id + '_external_close');
498
+ },
499
+
500
+ // Internal functions
501
+
502
+ _simpleLayout : function(s, tb, o, p) {
503
+ var t = this, ed = t.editor, lo = s.theme_advanced_toolbar_location, sl = s.theme_advanced_statusbar_location, n, ic, etb, c;
504
+
505
+ if (s.readonly) {
506
+ n = DOM.add(tb, 'tr');
507
+ n = ic = DOM.add(n, 'td', {'class' : 'mceIframeContainer'});
508
+ return ic;
509
+ }
510
+
511
+ // Create toolbar container at top
512
+ if (lo == 'top')
513
+ t._addToolbars(tb, o);
514
+
515
+ // Create external toolbar
516
+ if (lo == 'external') {
517
+ n = c = DOM.create('div', {style : 'position:relative'});
518
+ n = DOM.add(n, 'div', {id : ed.id + '_external', 'class' : 'mceExternalToolbar'});
519
+ DOM.add(n, 'a', {id : ed.id + '_external_close', href : 'javascript:;', 'class' : 'mceExternalClose'});
520
+ n = DOM.add(n, 'table', {id : ed.id + '_tblext', cellSpacing : 0, cellPadding : 0});
521
+ etb = DOM.add(n, 'tbody');
522
+
523
+ if (p.firstChild.className == 'mceOldBoxModel')
524
+ p.firstChild.appendChild(c);
525
+ else
526
+ p.insertBefore(c, p.firstChild);
527
+
528
+ t._addToolbars(etb, o);
529
+
530
+ ed.onMouseUp.add(function() {
531
+ var e = DOM.get(ed.id + '_external');
532
+ DOM.show(e);
533
+
534
+ DOM.hide(lastExtID);
535
+
536
+ var f = Event.add(ed.id + '_external_close', 'click', function() {
537
+ DOM.hide(ed.id + '_external');
538
+ Event.remove(ed.id + '_external_close', 'click', f);
539
+ });
540
+
541
+ DOM.show(e);
542
+ DOM.setStyle(e, 'top', 0 - DOM.getRect(ed.id + '_tblext').h - 1);
543
+
544
+ // Fixes IE rendering bug
545
+ DOM.hide(e);
546
+ DOM.show(e);
547
+ e.style.filter = '';
548
+
549
+ lastExtID = ed.id + '_external';
550
+
551
+ e = null;
552
+ });
553
+ }
554
+
555
+ if (sl == 'top')
556
+ t._addStatusBar(tb, o);
557
+
558
+ // Create iframe container
559
+ if (!s.theme_advanced_toolbar_container) {
560
+ n = DOM.add(tb, 'tr');
561
+ n = ic = DOM.add(n, 'td', {'class' : 'mceIframeContainer'});
562
+ }
563
+
564
+ // Create toolbar container at bottom
565
+ if (lo == 'bottom')
566
+ t._addToolbars(tb, o);
567
+
568
+ if (sl == 'bottom')
569
+ t._addStatusBar(tb, o);
570
+
571
+ return ic;
572
+ },
573
+
574
+ _rowLayout : function(s, tb, o) {
575
+ var t = this, ed = t.editor, dc, da, cf = ed.controlManager, n, ic, to, a;
576
+
577
+ dc = s.theme_advanced_containers_default_class || '';
578
+ da = s.theme_advanced_containers_default_align || 'center';
579
+
580
+ each(explode(s.theme_advanced_containers || ''), function(c, i) {
581
+ var v = s['theme_advanced_container_' + c] || '';
582
+
583
+ switch (v.toLowerCase()) {
584
+ case 'mceeditor':
585
+ n = DOM.add(tb, 'tr');
586
+ n = ic = DOM.add(n, 'td', {'class' : 'mceIframeContainer'});
587
+ break;
588
+
589
+ case 'mceelementpath':
590
+ t._addStatusBar(tb, o);
591
+ break;
592
+
593
+ default:
594
+ a = (s['theme_advanced_container_' + c + '_align'] || da).toLowerCase();
595
+ a = 'mce' + t._ufirst(a);
596
+
597
+ n = DOM.add(DOM.add(tb, 'tr'), 'td', {
598
+ 'class' : 'mceToolbar ' + (s['theme_advanced_container_' + c + '_class'] || dc) + ' ' + a || da
599
+ });
600
+
601
+ to = cf.createToolbar("toolbar" + i);
602
+ t._addControls(v, to);
603
+ DOM.setHTML(n, to.renderHTML());
604
+ o.deltaHeight -= s.theme_advanced_row_height;
605
+ }
606
+ });
607
+
608
+ return ic;
609
+ },
610
+
611
+ _addControls : function(v, tb) {
612
+ var t = this, s = t.settings, di, cf = t.editor.controlManager;
613
+
614
+ if (s.theme_advanced_disable && !t._disabled) {
615
+ di = {};
616
+
617
+ each(explode(s.theme_advanced_disable), function(v) {
618
+ di[v] = 1;
619
+ });
620
+
621
+ t._disabled = di;
622
+ } else
623
+ di = t._disabled;
624
+
625
+ each(explode(v), function(n) {
626
+ var c;
627
+
628
+ if (di && di[n])
629
+ return;
630
+
631
+ // Compatiblity with 2.x
632
+ if (n == 'tablecontrols') {
633
+ each(["table","|","row_props","cell_props","|","row_before","row_after","delete_row","|","col_before","col_after","delete_col","|","split_cells","merge_cells"], function(n) {
634
+ n = t.createControl(n, cf);
635
+
636
+ if (n)
637
+ tb.add(n);
638
+ });
639
+
640
+ return;
641
+ }
642
+
643
+ c = t.createControl(n, cf);
644
+
645
+ if (c)
646
+ tb.add(c);
647
+ });
648
+ },
649
+
650
+ _addToolbars : function(c, o) {
651
+ var t = this, i, tb, ed = t.editor, s = t.settings, v, cf = ed.controlManager, di, n, h = [], a;
652
+
653
+ a = s.theme_advanced_toolbar_align.toLowerCase();
654
+ a = 'mce' + t._ufirst(a);
655
+
656
+ n = DOM.add(DOM.add(c, 'tr'), 'td', {'class' : 'mceToolbar ' + a});
657
+
658
+ if (!ed.getParam('accessibility_focus'))
659
+ h.push(DOM.createHTML('a', {href : '#', onfocus : 'tinyMCE.get(\'' + ed.id + '\').focus();'}, '<!-- IE -->'));
660
+
661
+ h.push(DOM.createHTML('a', {href : '#', accesskey : 'q', title : ed.getLang("advanced.toolbar_focus")}, '<!-- IE -->'));
662
+
663
+ // Create toolbar and add the controls
664
+ for (i=1; (v = s['theme_advanced_buttons' + i]); i++) {
665
+ tb = cf.createToolbar("toolbar" + i, {'class' : 'mceToolbarRow' + i});
666
+
667
+ if (s['theme_advanced_buttons' + i + '_add'])
668
+ v += ',' + s['theme_advanced_buttons' + i + '_add'];
669
+
670
+ if (s['theme_advanced_buttons' + i + '_add_before'])
671
+ v = s['theme_advanced_buttons' + i + '_add_before'] + ',' + v;
672
+
673
+ t._addControls(v, tb);
674
+
675
+ //n.appendChild(n = tb.render());
676
+ h.push(tb.renderHTML());
677
+
678
+ o.deltaHeight -= s.theme_advanced_row_height;
679
+ }
680
+
681
+ h.push(DOM.createHTML('a', {href : '#', accesskey : 'z', title : ed.getLang("advanced.toolbar_focus"), onfocus : 'tinyMCE.getInstanceById(\'' + ed.id + '\').focus();'}, '<!-- IE -->'));
682
+ DOM.setHTML(n, h.join(''));
683
+ },
684
+
685
+ _addStatusBar : function(tb, o) {
686
+ var n, t = this, ed = t.editor, s = t.settings, r, mf, me, td;
687
+
688
+ n = DOM.add(tb, 'tr');
689
+ n = td = DOM.add(n, 'td', {'class' : 'mceStatusbar'});
690
+ n = DOM.add(n, 'div', {id : ed.id + '_path_row'}, s.theme_advanced_path ? ed.translate('advanced.path') + ': ' : '&#160;');
691
+ DOM.add(n, 'a', {href : '#', accesskey : 'x'});
692
+
693
+ if (s.theme_advanced_resizing) {
694
+ DOM.add(td, 'a', {id : ed.id + '_resize', href : 'javascript:;', onclick : "return false;", 'class' : 'mceResize'});
695
+
696
+ if (s.theme_advanced_resizing_use_cookie) {
697
+ ed.onPostRender.add(function() {
698
+ var o = Cookie.getHash("TinyMCE_" + ed.id + "_size"), c = DOM.get(ed.id + '_tbl');
699
+
700
+ if (!o)
701
+ return;
702
+
703
+ if (s.theme_advanced_resize_horizontal)
704
+ c.style.width = Math.max(10, o.cw) + 'px';
705
+
706
+ c.style.height = Math.max(10, o.ch) + 'px';
707
+ DOM.get(ed.id + '_ifr').style.height = Math.max(10, parseInt(o.ch) + t.deltaHeight) + 'px';
708
+ });
709
+ }
710
+
711
+ ed.onPostRender.add(function() {
712
+ Event.add(ed.id + '_resize', 'mousedown', function(e) {
713
+ var c, p, w, h, n, pa;
714
+
715
+ // Measure container
716
+ c = DOM.get(ed.id + '_tbl');
717
+ w = c.clientWidth;
718
+ h = c.clientHeight;
719
+
720
+ miw = s.theme_advanced_resizing_min_width || 100;
721
+ mih = s.theme_advanced_resizing_min_height || 100;
722
+ maw = s.theme_advanced_resizing_max_width || 0xFFFF;
723
+ mah = s.theme_advanced_resizing_max_height || 0xFFFF;
724
+
725
+ // Setup placeholder
726
+ p = DOM.add(DOM.get(ed.id + '_parent'), 'div', {'class' : 'mcePlaceHolder'});
727
+ DOM.setStyles(p, {width : w, height : h});
728
+
729
+ // Replace with placeholder
730
+ DOM.hide(c);
731
+ DOM.show(p);
732
+
733
+ // Create internal resize obj
734
+ r = {
735
+ x : e.screenX,
736
+ y : e.screenY,
737
+ w : w,
738
+ h : h,
739
+ dx : null,
740
+ dy : null
741
+ };
742
+
743
+ // Start listening
744
+ mf = Event.add(DOM.doc, 'mousemove', function(e) {
745
+ var w, h;
746
+
747
+ // Calc delta values
748
+ r.dx = e.screenX - r.x;
749
+ r.dy = e.screenY - r.y;
750
+
751
+ // Boundery fix box
752
+ w = Math.max(miw, r.w + r.dx);
753
+ h = Math.max(mih, r.h + r.dy);
754
+ w = Math.min(maw, w);
755
+ h = Math.min(mah, h);
756
+
757
+ // Resize placeholder
758
+ if (s.theme_advanced_resize_horizontal)
759
+ p.style.width = w + 'px';
760
+
761
+ p.style.height = h + 'px';
762
+
763
+ return Event.cancel(e);
764
+ });
765
+
766
+ me = Event.add(DOM.doc, 'mouseup', function(e) {
767
+ var ifr;
768
+
769
+ // Stop listening
770
+ Event.remove(DOM.doc, 'mousemove', mf);
771
+ Event.remove(DOM.doc, 'mouseup', me);
772
+
773
+ c.style.display = '';
774
+ DOM.remove(p);
775
+
776
+ if (r.dx === null)
777
+ return;
778
+
779
+ ifr = DOM.get(ed.id + '_ifr');
780
+
781
+ if (s.theme_advanced_resize_horizontal)
782
+ c.style.width = Math.max(10, r.w + r.dx) + 'px';
783
+
784
+ c.style.height = Math.max(10, r.h + r.dy) + 'px';
785
+ ifr.style.height = Math.max(10, ifr.clientHeight + r.dy) + 'px';
786
+
787
+ if (s.theme_advanced_resizing_use_cookie) {
788
+ Cookie.setHash("TinyMCE_" + ed.id + "_size", {
789
+ cw : r.w + r.dx,
790
+ ch : r.h + r.dy
791
+ });
792
+ }
793
+ });
794
+
795
+ return Event.cancel(e);
796
+ });
797
+ });
798
+ }
799
+
800
+ o.deltaHeight -= 21;
801
+ n = tb = null;
802
+ },
803
+
804
+ _nodeChanged : function(ed, cm, n, co) {
805
+ var t = this, p, de = 0, v, c, s = t.settings, cl, fz, fn;
806
+
807
+ if (s.readonly)
808
+ return;
809
+
810
+ tinymce.each(t.stateControls, function(c) {
811
+ cm.setActive(c, ed.queryCommandState(t.controls[c][1]));
812
+ });
813
+
814
+ cm.setActive('visualaid', ed.hasVisual);
815
+ cm.setDisabled('undo', !ed.undoManager.hasUndo() && !ed.typing);
816
+ cm.setDisabled('redo', !ed.undoManager.hasRedo());
817
+ cm.setDisabled('outdent', !ed.queryCommandState('Outdent'));
818
+
819
+ p = DOM.getParent(n, 'A');
820
+ if (c = cm.get('link')) {
821
+ if (!p || !p.name) {
822
+ c.setDisabled(!p && co);
823
+ c.setActive(!!p);
824
+ }
825
+ }
826
+
827
+ if (c = cm.get('unlink')) {
828
+ c.setDisabled(!p && co);
829
+ c.setActive(!!p && !p.name);
830
+ }
831
+
832
+ if (c = cm.get('anchor')) {
833
+ c.setActive(!!p && p.name);
834
+
835
+ if (tinymce.isWebKit) {
836
+ p = DOM.getParent(n, 'IMG');
837
+ c.setActive(!!p && DOM.getAttrib(p, 'mce_name') == 'a');
838
+ }
839
+ }
840
+
841
+ p = DOM.getParent(n, 'IMG');
842
+ if (c = cm.get('image'))
843
+ c.setActive(!!p && n.className.indexOf('mceItem') == -1);
844
+
845
+ if (c = cm.get('styleselect')) {
846
+ if (n.className) {
847
+ t._importClasses();
848
+ c.select(n.className);
849
+ } else
850
+ c.select();
851
+ }
852
+
853
+ if (c = cm.get('formatselect')) {
854
+ p = DOM.getParent(n, DOM.isBlock);
855
+
856
+ if (p)
857
+ c.select(p.nodeName.toLowerCase());
858
+ }
859
+
860
+ if (ed.settings.convert_fonts_to_spans) {
861
+ ed.dom.getParent(n, function(n) {
862
+ if (n.nodeName === 'SPAN') {
863
+ if (!cl && n.className)
864
+ cl = n.className;
865
+
866
+ if (!fz && n.style.fontSize)
867
+ fz = n.style.fontSize;
868
+
869
+ if (!fn && n.style.fontFamily)
870
+ fn = n.style.fontFamily.replace(/[\"\']+/g, '').replace(/^([^,]+).*/, '$1').toLowerCase();
871
+ }
872
+
873
+ return false;
874
+ });
875
+
876
+ if (c = cm.get('fontselect')) {
877
+ c.select(function(v) {
878
+ return v.replace(/^([^,]+).*/, '$1').toLowerCase() == fn;
879
+ });
880
+ }
881
+
882
+ if (c = cm.get('fontsizeselect')) {
883
+ c.select(function(v) {
884
+ if (v.fontSize && v.fontSize === fz)
885
+ return true;
886
+
887
+ if (v['class'] && v['class'] === cl)
888
+ return true;
889
+ });
890
+ }
891
+ } else {
892
+ if (c = cm.get('fontselect'))
893
+ c.select(ed.queryCommandValue('FontName'));
894
+
895
+ if (c = cm.get('fontsizeselect')) {
896
+ v = ed.queryCommandValue('FontSize');
897
+ c.select(function(iv) {
898
+ return iv.fontSize == v;
899
+ });
900
+ }
901
+ }
902
+
903
+ if (s.theme_advanced_path && s.theme_advanced_statusbar_location) {
904
+ p = DOM.get(ed.id + '_path') || DOM.add(ed.id + '_path_row', 'span', {id : ed.id + '_path'});
905
+ DOM.setHTML(p, '');
906
+
907
+ ed.dom.getParent(n, function(n) {
908
+ var na = n.nodeName.toLowerCase(), u, pi, ti = '';
909
+
910
+ // Ignore non element and hidden elements
911
+ if (n.nodeType != 1 || n.nodeName === 'BR' || (DOM.hasClass(n, 'mceItemHidden') || DOM.hasClass(n, 'mceItemRemoved')))
912
+ return;
913
+
914
+ // Fake name
915
+ if (v = DOM.getAttrib(n, 'mce_name'))
916
+ na = v;
917
+
918
+ // Handle prefix
919
+ if (tinymce.isIE && n.scopeName !== 'HTML')
920
+ na = n.scopeName + ':' + na;
921
+
922
+ // Remove internal prefix
923
+ na = na.replace(/mce\:/g, '');
924
+
925
+ // Handle node name
926
+ switch (na) {
927
+ case 'b':
928
+ na = 'strong';
929
+ break;
930
+
931
+ case 'i':
932
+ na = 'em';
933
+ break;
934
+
935
+ case 'img':
936
+ if (v = DOM.getAttrib(n, 'src'))
937
+ ti += 'src: ' + v + ' ';
938
+
939
+ break;
940
+
941
+ case 'a':
942
+ if (v = DOM.getAttrib(n, 'name')) {
943
+ ti += 'name: ' + v + ' ';
944
+ na += '#' + v;
945
+ }
946
+
947
+ if (v = DOM.getAttrib(n, 'href'))
948
+ ti += 'href: ' + v + ' ';
949
+
950
+ break;
951
+
952
+ case 'font':
953
+ if (s.convert_fonts_to_spans)
954
+ na = 'span';
955
+
956
+ if (v = DOM.getAttrib(n, 'face'))
957
+ ti += 'font: ' + v + ' ';
958
+
959
+ if (v = DOM.getAttrib(n, 'size'))
960
+ ti += 'size: ' + v + ' ';
961
+
962
+ if (v = DOM.getAttrib(n, 'color'))
963
+ ti += 'color: ' + v + ' ';
964
+
965
+ break;
966
+
967
+ case 'span':
968
+ if (v = DOM.getAttrib(n, 'style'))
969
+ ti += 'style: ' + v + ' ';
970
+
971
+ break;
972
+ }
973
+
974
+ if (v = DOM.getAttrib(n, 'id'))
975
+ ti += 'id: ' + v + ' ';
976
+
977
+ if (v = n.className) {
978
+ v = v.replace(/(webkit-[\w\-]+|Apple-[\w\-]+|mceItem\w+|mceVisualAid)/g, '');
979
+
980
+ if (v && v.indexOf('mceItem') == -1) {
981
+ ti += 'class: ' + v + ' ';
982
+
983
+ if (DOM.isBlock(n) || na == 'img' || na == 'span')
984
+ na += '.' + v;
985
+ }
986
+ }
987
+
988
+ na = na.replace(/(html:)/g, '');
989
+ na = {name : na, node : n, title : ti};
990
+ t.onResolveName.dispatch(t, na);
991
+ ti = na.title;
992
+ na = na.name;
993
+
994
+ //u = "javascript:tinymce.EditorManager.get('" + ed.id + "').theme._sel('" + (de++) + "');";
995
+ pi = DOM.create('a', {'href' : "javascript:;", onmousedown : "return false;", title : ti, 'class' : 'mcePath_' + (de++)}, na);
996
+
997
+ if (p.hasChildNodes()) {
998
+ p.insertBefore(DOM.doc.createTextNode(' \u00bb '), p.firstChild);
999
+ p.insertBefore(pi, p.firstChild);
1000
+ } else
1001
+ p.appendChild(pi);
1002
+ }, ed.getBody());
1003
+ }
1004
+ },
1005
+
1006
+ // Commands gets called by execCommand
1007
+
1008
+ _sel : function(v) {
1009
+ this.editor.execCommand('mceSelectNodeDepth', false, v);
1010
+ },
1011
+
1012
+ _mceInsertAnchor : function(ui, v) {
1013
+ var ed = this.editor;
1014
+
1015
+ ed.windowManager.open({
1016
+ url : tinymce.baseURL + '/themes/advanced/anchor.htm',
1017
+ width : 320 + parseInt(ed.getLang('advanced.anchor_delta_width', 0)),
1018
+ height : 90 + parseInt(ed.getLang('advanced.anchor_delta_height', 0)),
1019
+ inline : true
1020
+ }, {
1021
+ theme_url : this.url
1022
+ });
1023
+ },
1024
+
1025
+ _mceCharMap : function() {
1026
+ var ed = this.editor;
1027
+
1028
+ ed.windowManager.open({
1029
+ url : tinymce.baseURL + '/themes/advanced/charmap.htm',
1030
+ width : 550 + parseInt(ed.getLang('advanced.charmap_delta_width', 0)),
1031
+ height : 250 + parseInt(ed.getLang('advanced.charmap_delta_height', 0)),
1032
+ inline : true
1033
+ }, {
1034
+ theme_url : this.url
1035
+ });
1036
+ },
1037
+
1038
+ _mceHelp : function() {
1039
+ var ed = this.editor;
1040
+
1041
+ ed.windowManager.open({
1042
+ url : tinymce.baseURL + '/themes/advanced/about.htm',
1043
+ width : 480,
1044
+ height : 380,
1045
+ inline : true
1046
+ }, {
1047
+ theme_url : this.url
1048
+ });
1049
+ },
1050
+
1051
+ _mceColorPicker : function(u, v) {
1052
+ var ed = this.editor;
1053
+
1054
+ v = v || {};
1055
+
1056
+ ed.windowManager.open({
1057
+ url : tinymce.baseURL + '/themes/advanced/color_picker.htm',
1058
+ width : 375 + parseInt(ed.getLang('advanced.colorpicker_delta_width', 0)),
1059
+ height : 250 + parseInt(ed.getLang('advanced.colorpicker_delta_height', 0)),
1060
+ close_previous : false,
1061
+ inline : true
1062
+ }, {
1063
+ input_color : v.color,
1064
+ func : v.func,
1065
+ theme_url : this.url
1066
+ });
1067
+ },
1068
+
1069
+ _mceCodeEditor : function(ui, val) {
1070
+ var ed = this.editor;
1071
+
1072
+ ed.windowManager.open({
1073
+ url : tinymce.baseURL + '/themes/advanced/source_editor.htm',
1074
+ width : parseInt(ed.getParam("theme_advanced_source_editor_width", 720)),
1075
+ height : parseInt(ed.getParam("theme_advanced_source_editor_height", 580)),
1076
+ inline : true,
1077
+ resizable : true,
1078
+ maximizable : true
1079
+ }, {
1080
+ theme_url : this.url
1081
+ });
1082
+ },
1083
+
1084
+ _mceImage : function(ui, val) {
1085
+ var ed = this.editor;
1086
+
1087
+ // Internal image object like a flash placeholder
1088
+ if (ed.dom.getAttrib(ed.selection.getNode(), 'class').indexOf('mceItem') != -1)
1089
+ return;
1090
+
1091
+ ed.windowManager.open({
1092
+ url : tinymce.baseURL + '/themes/advanced/image.htm',
1093
+ width : 355 + parseInt(ed.getLang('advanced.image_delta_width', 0)),
1094
+ height : 275 + parseInt(ed.getLang('advanced.image_delta_height', 0)),
1095
+ inline : true
1096
+ }, {
1097
+ theme_url : this.url
1098
+ });
1099
+ },
1100
+
1101
+ _mceLink : function(ui, val) {
1102
+ var ed = this.editor;
1103
+
1104
+ ed.windowManager.open({
1105
+ url : tinymce.baseURL + '/themes/advanced/link.htm',
1106
+ width : 310 + parseInt(ed.getLang('advanced.link_delta_width', 0)),
1107
+ height : 200 + parseInt(ed.getLang('advanced.link_delta_height', 0)),
1108
+ inline : true
1109
+ }, {
1110
+ theme_url : this.url
1111
+ });
1112
+ },
1113
+
1114
+ _mceNewDocument : function() {
1115
+ var ed = this.editor;
1116
+
1117
+ ed.windowManager.confirm('advanced.newdocument', function(s) {
1118
+ if (s)
1119
+ ed.execCommand('mceSetContent', false, '');
1120
+ });
1121
+ },
1122
+
1123
+ _mceForeColor : function() {
1124
+ var t = this;
1125
+
1126
+ this._mceColorPicker(0, {
1127
+ color: t.fgColor,
1128
+ func : function(co) {
1129
+ t.fgColor = co;
1130
+ t.editor.execCommand('ForeColor', false, co);
1131
+ }
1132
+ });
1133
+ },
1134
+
1135
+ _mceBackColor : function() {
1136
+ var t = this;
1137
+
1138
+ this._mceColorPicker(0, {
1139
+ color: t.bgColor,
1140
+ func : function(co) {
1141
+ t.bgColor = co;
1142
+ t.editor.execCommand('HiliteColor', false, co);
1143
+ }
1144
+ });
1145
+ },
1146
+
1147
+ _ufirst : function(s) {
1148
+ return s.substring(0, 1).toUpperCase() + s.substring(1);
1149
+ }
1150
+ });
1151
+
1152
+ tinymce.ThemeManager.add('advanced', tinymce.themes.AdvancedTheme);
1153
+ }(tinymce));