`

ExtJS4去除下拉框的光标(remove the cursor of combo)(来自网络)

 
阅读更多

大多半思惟家写得低劣,因为他们不仅要传达本身的思惟,并且要传达思虑的过程。

谁游乐无度,谁就没有工夫进修。{

id : ""brandId"",

name : ""brandId"",

xtype : ""combo"",

fieldLabel : ""品牌"",

labelWidth : 60,

store : brandStore,

queryMode : ""local"",

displayField : ""name"",

valueField : ""id"",

editable : false,

emptyText : ""请选择品牌"",

layout : ""column"",

listeners : {

//令下拉框在不成编辑状况下的光标消散

render: function(obj) {

this.inputEl.addListener(""focus"", function(event, htmlElement, options) {

htmlElement.blur();

});

}

}

}

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics