Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8526

Re: Keep the pressed StandardListItem highlighted

$
0
0

It ignores press event of item so I have to find the item and fire event

 

select: function(oEv) {

var item = oEv.getParameter("listItem");

item.firePress();

},


Viewing all articles
Browse latest Browse all 8526

Trending Articles