Open user on dblClick
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.ria / src / argeo-ria-lib / security / class / org / argeo / security / ria / UsersApplet.js
index 5eb44f42ed1b0feee5ebb76d97d51a8f3d74ebfb..f4765628f9f7e6c573d92363713bf887443a7074 100644 (file)
@@ -123,6 +123,9 @@ qx.Class.define("org.argeo.security.ria.UsersApplet",
                this.table.getSelectionModel().addListener("changeSelection", function(){
                        this._selectionToValues(this.table.getSelectionModel(), this.getViewSelection());
                }, this);
+               this.table.addListener("cellDblclick", function(cellEvent){
+                       this.getCommands()["edit_user"].command.execute();
+               }, this);
                
                this.setGuiMode("chooser");
        },