diff options
author | jiteshjha | 2016-06-01 12:37:43 +0530 |
---|---|---|
committer | jiteshjha | 2016-06-01 12:37:43 +0530 |
commit | 09962919467584ee2b7e6e83aa13031e6c7ab207 (patch) | |
tree | 6662886ee16bc9e4ef06d08df0a7c6185da9dd3d | |
parent | cb73936f9586808ea99ab0c18aabc4e3006317bd (diff) | |
download | xcos-on-web-09962919467584ee2b7e6e83aa13031e6c7ab207.tar.gz xcos-on-web-09962919467584ee2b7e6e83aa13031e6c7ab207.tar.bz2 xcos-on-web-09962919467584ee2b7e6e83aa13031e6c7ab207.zip |
Added alert for close button
-rw-r--r-- | index.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -166,6 +166,11 @@ if (!this.isHtmlLabel(cell)) { this.startEditingAtCell(cell); } else { + /* + var content = document.createElement('div'); + content.innerHTML = this.convertValueToString(cell); + showModalWindow(this, 'Properties', content, 400, 300); + */ showPropertiesWindow(graph); } } @@ -565,6 +570,7 @@ wnd.addListener(mxEvent.DESTROY, function(evt) { graph.setEnabled(true); mxEffects.fadeOut(background, 50, true, 10, 30, true); + //alert("jitesh"); }); graph.setEnabled(false); |