且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何动态添加字段的配置?

更新时间:2023-12-06 11:58:52

为所需的组合框 (id: 'anyId') 设置一个 id 属性,并使用Ext.apply(Ext.getCmp('anyId'), {your config object});

Set an id property for the desired combo box (id: 'anyId'), and use Ext.apply(Ext.getCmp('anyId'), {your config object});