Commit 5e116483d960f4bb9798c56c2434e1942110b84f
1 parent
cc5dd7a0
Exists in
master
and in
29 other branches
ActionItem964: better TinyMCE interface
* added font size select * removed useless help button
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/shared/tiny_mce.rhtml
@@ -6,7 +6,7 @@ tinyMCE.init({ | @@ -6,7 +6,7 @@ tinyMCE.init({ | ||
6 | plugins: "paste,searchreplace,print,media", | 6 | plugins: "paste,searchreplace,print,media", |
7 | theme_advanced_toolbar_location : "top", | 7 | theme_advanced_toolbar_location : "top", |
8 | theme_advanced_layout_manager: 'SimpleLayout', | 8 | theme_advanced_layout_manager: 'SimpleLayout', |
9 | - theme_advanced_buttons1 : "print,separator,copy,paste,separator,undo,redo,separator,search,replace,separator,formatselect,separator,help", | 9 | + theme_advanced_buttons1 : "print,separator,copy,paste,separator,undo,redo,separator,search,replace,separator,fontsizeselect,formatselect", |
10 | theme_advanced_buttons2 : "bold,italic,underline,strikethrough,separator,bullist,numlist,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,link,unlink,image,table,separator,cleanup,code", | 10 | theme_advanced_buttons2 : "bold,italic,underline,strikethrough,separator,bullist,numlist,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,link,unlink,image,table,separator,cleanup,code", |
11 | theme_advanced_buttons3 : "", | 11 | theme_advanced_buttons3 : "", |
12 | paste_auto_cleanup_on_paste : true, | 12 | paste_auto_cleanup_on_paste : true, |