Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ExtJS 4.1
我有Ext.ComboBox一个绑定它的商店。
Ext.ComboBox
如何selection从代码模拟其中一个选项,以便select调用事件?
selection
select
选择选项使用combo.select(1); combo.fireEvent('select', combo);
combo.select(1); combo.fireEvent('select', combo);