slmd
24 Aug 2011, 5:47 AM
Hi all,
I am using a list of tiems that are supposed to open correspondent panels each time you tap on one this way
listeners: {
itemtap: function(view, index, item, e) {
var tap = view.getstore().getAt(index);
HomeDetails.update(tap.data);
BackHome.setTitle(tap.data.text);
Home.setActiveItem('homeapropospanel');
}
}
My problem is that, it's not triggering the action on top of sort of dragging the item from top to bottom. Am idoing it right?
Thx!
I am using a list of tiems that are supposed to open correspondent panels each time you tap on one this way
listeners: {
itemtap: function(view, index, item, e) {
var tap = view.getstore().getAt(index);
HomeDetails.update(tap.data);
BackHome.setTitle(tap.data.text);
Home.setActiveItem('homeapropospanel');
}
}
My problem is that, it's not triggering the action on top of sort of dragging the item from top to bottom. Am idoing it right?
Thx!