sencha touch 2中的sencha touch 1.1 Ext.dispatch
方法的替代品是什麼?Sencha touch 2- Ext.dispatch更換?
我需要以下
listeners:{
itemtap:function(data,index){
var record = data.getStore().getAt(index);
// the record that has been clicked.
Ext.dispatch({
controller: 'ControllerName'
,action: 'ControllerMethod'
,record: record
});
}
}
入住這http://www.sencha.com/forum/showthread.php?151239-Ext.dispatch-replacement – ilija139
順便說一下什麼軌道上3紅寶石做這個問題? :-) – ilija139