summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiteshjha2016-06-01 12:37:43 +0530
committerjiteshjha2016-06-01 12:37:43 +0530
commit09962919467584ee2b7e6e83aa13031e6c7ab207 (patch)
tree6662886ee16bc9e4ef06d08df0a7c6185da9dd3d
parentcb73936f9586808ea99ab0c18aabc4e3006317bd (diff)
downloadxcos-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.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index 2024b32..85627c5 100644
--- a/index.html
+++ b/index.html
@@ -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);