Thay thế cho sencha chạm 1.1 Ext.dispatch
phương pháp trong sencha touch 2 là gì?Sencha touch 2- Ext.dispatch thay thế?
tôi cần thay thế cho mã bên dưới
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
});
}
}
Kiểm tra này http://www.sencha.com/forum/showthread.php?151239-Ext.dispatch-replacement – ilija139
Btw những gì đã Ruby on Rails 3 để làm với câu hỏi này? :-) – ilija139