我正在使用Summernote作为富文本编辑器,但是minHeight
和maxHeight
初始化选项似乎没有效果?(它适用于该height
选项。)
我搜索了其他帖子,但找不到完全相同问题的帖子。这是我的代码:
HTML:
<textarea id='summernote_editor' name='summernote_editor' class='summernote'></textarea>
查询:
$(function() {
$('.summernote').summernote( {
minHeight: 200 // using maxHeight here instead, or both, has no effect either
});
});
我正在使用最新版本的,并且在使用、和Summernote
时在其他方面运行正常。在和浏览器中测试。jQuery 1.11.1
Bootstrap 3.0.1
font awesome 4.0.3
Chrome
IE10
如果有人知道解决此问题的方法,请告诉我。