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