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イベントが呼び出されるように、そのオプションの1つをどのようにシミュレートできますか?
selection
select
オプションの使用を選択するにはcombo.select(1); combo.fireEvent('select', combo);
combo.select(1); combo.fireEvent('select', combo);