Called when user clicks the item.
click(id, [event])
id |
string, id of the item |
event |
object, DOM Event object |
Returns undefined.
Description
This method is called when user clicks on the item. It is used internally, but you can use to to emulate clicks. This method
emits .onClick event.
If you have listview defined in the following way:
You can click item: