我已经阅读了文档,并在添加列表框时给出了“ 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},
....
})