如何给出自定义高度并将其修复为tinymce自定义列表框

时间:2018-10-12 04:00:46

标签: tinymce

我已经阅读了文档,并在添加列表框时给出了“ minHeight”,但它不起作用。 这是参考文献Link

  editor.addButton("plugin", {
        tooltip: 'Tags',
        icon: false,
        border: '1 1 1 1',
        type: 'listbox',
        minHeight: 200, // does not work
        height: "200px" // does not work
        onselect: function (e) {//my code goes here},
        ....
 })

0 个答案:

没有答案