Add tinymce buttons to header a footer editor in visual styles - #1420
This commit is contained in:
parent
671ac77e44
commit
a14c91dfa0
|
@ -914,7 +914,7 @@ tinyMCE.init({
|
|||
theme : "advanced",
|
||||
theme_advanced_toolbar_location : "top",
|
||||
theme_advanced_toolbar_align : "left",
|
||||
theme_advanced_buttons1 : "bold,italic, |, cut, copy, paste, |, undo, redo",
|
||||
theme_advanced_buttons1 : "bold,italic, |, image, |, cut, copy, paste, |, undo, redo, |, forecolor, |, fontsizeselect, |, justifyleft, justifycenter, justifyright",
|
||||
theme_advanced_buttons2 : "",
|
||||
theme_advanced_buttons3 : "",
|
||||
theme_advanced_statusbar_location : "none"
|
||||
|
|
Loading…
Reference in New Issue