ExtJS中动态设置TextField的readOnly属性

假设 textField, 它的 id = 'textField'
则代码如下:Ext.getCmp("textField").getEl().dom.readOnly = true

你可能感兴趣的:(ExtJS,EXT)