mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
hack to fix TinyMCE not resizing properly on load (merged from 2.1.0 branch, r41582)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42931 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
63ff9536d1
commit
958b1d5a9d
@ -12,7 +12,7 @@ if((typeof tinyMCE != 'undefined')) {
|
|||||||
mode : "specific_textareas",
|
mode : "specific_textareas",
|
||||||
textarea_trigger : "tinymce",
|
textarea_trigger : "tinymce",
|
||||||
width: -1,
|
width: -1,
|
||||||
height: -1,
|
height: 240,
|
||||||
auto_resize : true,
|
auto_resize : true,
|
||||||
theme : "advanced",
|
theme : "advanced",
|
||||||
content_css : "$ContentCSS",
|
content_css : "$ContentCSS",
|
||||||
|
Loading…
Reference in New Issue
Block a user