diff options
author | Jitesh Kumar Jha | 2016-07-02 13:17:06 +0530 |
---|---|---|
committer | GitHub | 2016-07-02 13:17:06 +0530 |
commit | 57ee3805d8d882aa0ee5427e85bd1a0d91ca369c (patch) | |
tree | 7a1377d343040b6ea6d36538649cc4207a0b6af8 /index.html | |
parent | c1b448a22291451308cca9946e2fb349a68f0fe8 (diff) | |
download | xcos-on-web-57ee3805d8d882aa0ee5427e85bd1a0d91ca369c.tar.gz xcos-on-web-57ee3805d8d882aa0ee5427e85bd1a0d91ca369c.tar.bz2 xcos-on-web-57ee3805d8d882aa0ee5427e85bd1a0d91ca369c.zip |
Display vertices over edges
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ // Enables guides mxGraphHandler.prototype.guidesEnabled = true; + // Display vertices over edges + mxGraph.prototype.ordered = false; + // Alt disables guides mxGuide.prototype.isEnabledForEvent = function(evt) { return !mxEvent.isAltDown(evt); |