最简单的弹出store中的值
listeners: { itemtap: function(nestedList, list, index, target,record,e,eOpts) { var id = record.get('id'); alert(id); }
本文共 262 字,大约阅读时间需要 1 分钟。
最简单的弹出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/3294759.html