resize editor
This commit is contained in:
parent
114a728009
commit
07a77a4d27
2 changed files with 2 additions and 2 deletions
2
LICENSE
2
LICENSE
|
@ -18,6 +18,6 @@ phpsec - LGPL
|
||||||
HTMLPurifer - LGPL
|
HTMLPurifer - LGPL
|
||||||
Facebook SDK - Apache
|
Facebook SDK - Apache
|
||||||
|
|
||||||
Addons, plugins, and themes are also provided under their own license terms.
|
Addons, plugins, and themes may also be provided under their own license terms.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ tinyMCE.init({
|
||||||
theme : "advanced",
|
theme : "advanced",
|
||||||
mode : "specific_textareas",
|
mode : "specific_textareas",
|
||||||
editor_selector: /(profile-jot-text|prvmail-text)/,
|
editor_selector: /(profile-jot-text|prvmail-text)/,
|
||||||
plugins : "bbcode,paste",
|
plugins : "bbcode,paste,autoresize",
|
||||||
theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code",
|
theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code",
|
||||||
theme_advanced_buttons2 : "",
|
theme_advanced_buttons2 : "",
|
||||||
theme_advanced_buttons3 : "",
|
theme_advanced_buttons3 : "",
|
||||||
|
|
Loading…
Reference in a new issue