如何调整 easyui combobox 宽度?
2个回答
推荐于2017-10-02
展开全部
combobox所有属性都继承combo组件,而在jquery.easyui.min.js中;
参考如下:
$.fn.combo.defaults = $.extend({}, $.fn.validatebox.defaults, {
width : "auto",
height : 22,
panelWidth : null,
panelHeight : 200,
multiple : false,
separator : ",",
editable : true,
disabled : false,
hasDownArrow : true,
value : "",
delay : 200,
keyHandler : {
up : function() {
},
down : function() {
},
enter : function() {
},
query : function(q) {
}
},
onShowPanel : function() {
},
onHidePanel : function() {
},
onChange : function(_791, _792) {
}
});
参考如下:
$.fn.combo.defaults = $.extend({}, $.fn.validatebox.defaults, {
width : "auto",
height : 22,
panelWidth : null,
panelHeight : 200,
multiple : false,
separator : ",",
editable : true,
disabled : false,
hasDownArrow : true,
value : "",
delay : 200,
keyHandler : {
up : function() {
},
down : function() {
},
enter : function() {
},
query : function(q) {
}
},
onShowPanel : function() {
},
onHidePanel : function() {
},
onChange : function(_791, _792) {
}
});
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询