keboard navigation support

This commit is contained in:
Serghey Rodin 2015-12-11 18:58:20 +02:00
commit 0b48a049eb
35 changed files with 515 additions and 204 deletions

View file

@ -286,6 +286,11 @@ function display_error_block() {
Ok: function() {
$( this ).dialog( "close" );
}
},
create:function () {
$(this).closest(".ui-dialog")
.find(".ui-button:first")
.addClass("submit");
}
});
});