darkhorni
6 Sep 2012, 12:58 AM
I have
listeners : {
itemdblclick : function(dv, record, item, index, e) {
console.log(record.id);
}
}
However it seems that the record.id is not the row's id because when I use it some other place (animateTarget) it says that the I'm trying to regiser dublicate ids.
listeners : {
itemdblclick : function(dv, record, item, index, e) {
console.log(record.id);
}
}
However it seems that the record.id is not the row's id because when I use it some other place (animateTarget) it says that the I'm trying to regiser dublicate ids.