I am using this function. and I want to use double click..
var e = double.createEvent("MouseEvents");
e.initMouseEvent("mousedown", true, false, null,0,0,0,0,0,false,
false, false, false, 0, item );
This code basically selete the item. Now I Want to open the selected
item. can anyone please tell me how would i do that. I trying using
Event.DBLCLICK but that does not support DOM2.