最简单的弹出store中的值
listeners: {
itemtap: function(nestedList, list, index, target,record,e,eOpts) {
var id = record.get('id');
alert(id);
}
sencha touch 2 nestlist中获得绑定store中值的办法
阅读 114
2023-03-15
最简单的弹出store中的值
listeners: {
itemtap: function(nestedList, list, index, target,record,e,eOpts) {
var id = record.get('id');
alert(id);
}
相关推荐
精彩评论(0)