From 2ec17259e8566e2430ef069aa8dbc5dcf32c9256 Mon Sep 17 00:00:00 2001 From: Ezequiel Bergamaschi Date: Sun, 9 Mar 2014 05:42:44 -0300 Subject: [PATCH] working on loading dialog --- .../src/main/javascript/DesignerKeyboard.js | 2 +- wise-editor/src/main/webapp/html/editor.html | 10 +++ wise-editor/src/main/webapp/js/editor.js | 84 +++++++++++-------- 3 files changed, 62 insertions(+), 34 deletions(-) diff --git a/mindplot/src/main/javascript/DesignerKeyboard.js b/mindplot/src/main/javascript/DesignerKeyboard.js index 6784ea51..c56f13fd 100644 --- a/mindplot/src/main/javascript/DesignerKeyboard.js +++ b/mindplot/src/main/javascript/DesignerKeyboard.js @@ -65,7 +65,7 @@ mindplot.DesignerKeyboard = new Class({ } ); this.addShortcut( - 'delete', function(event) { + 'del', function(event) { designer.deleteSelectedEntities(); event.preventDefault(); event.stopPropagation(); diff --git a/wise-editor/src/main/webapp/html/editor.html b/wise-editor/src/main/webapp/html/editor.html index 000b5504..2a3f302f 100644 --- a/wise-editor/src/main/webapp/html/editor.html +++ b/wise-editor/src/main/webapp/html/editor.html @@ -36,9 +36,19 @@ }); + +
+