最简单的弹出store中的值
listeners: {
itemtap: function(nestedList, list, index, target,record,e,eOpts) {
var id = record.get('id');
alert(id);
}
最简单的弹出store中的值
listeners: {
itemtap: function(nestedList, list, index, target,record,e,eOpts) {
var id = record.get('id');
alert(id);
}
转载于:https://www.cnblogs.com/fyq891014/archive/2012/05/27/4188870.html