summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-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);