Hello

 i try this event to get the dblclick

                this.fileList.addListener("dblclick", function(e) {
                    var selection = e.getData();
                    alert(selection[0].getLabel());
                    }, this);


when i use changeselection, this event  is  ok.

how can i get the selected doubleclick entry?

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to