test = new Ext.form.TextField ....
test.el.on("keypress", function(e){e.stopEvent()}, this);
EXT 禁止textfield的输入
最新推荐文章于 2021-01-12 01:17:34 发布
test = new Ext.form.TextField ....
test.el.on("keypress", function(e){e.stopEvent()}, this);