在tinymce的配置中,返回如下代码:

```
return {
autoresize_max_height: 400,
menubar: false,
statusbar: false,
height: 200,
min_height: 100,
toolbar: 'bullist numlist forecolor backcolor bold italic underline strikethrough',
plugins: 'autoresize lists',
}
```
评论