From 96e7054ec8a01ca2bdc33c64601eb7dc8ebde220 Mon Sep 17 00:00:00 2001 From: Ivan Pozdnyakov Date: Mon, 12 Oct 2015 18:36:01 -0400 Subject: [PATCH] pathfinding highlights nodes and you can select a bundling type --- VQI_PathwayEditor.js | 204 ++++++++++++++++++++++++++----------------- index.php | 4 +- 2 files changed, 126 insertions(+), 82 deletions(-) diff --git a/VQI_PathwayEditor.js b/VQI_PathwayEditor.js index 3f5964e..c8df74e 100644 --- a/VQI_PathwayEditor.js +++ b/VQI_PathwayEditor.js @@ -1,9 +1,9 @@ var VQI_PathwayEditor = function(parent) { - //Web services - var services = {}; - services['pathwayfinder'] = 'http://137.99.11.36/pathwayVisual/PathwayParser/ajaxJSON.php'; + //Web services + var services = {}; + services['pathwayfinder'] = 'http://137.99.11.36/pathwayVisual/PathwayParser/ajaxJSON.php'; // Globals - + var states = []; var stateRecycle = []; var lastEvent = 0; @@ -25,7 +25,7 @@ var VQI_PathwayEditor = function(parent) { // Outer Control Layout -// var parentDiv = document.getElementById(parent); + // var parentDiv = document.getElementById(parent); var strVar = ""; strVar += " <\/input>"; @@ -47,6 +47,18 @@ var VQI_PathwayEditor = function(parent) { strVar += " <\/input>"; strVar += " <\/input>"; strVar += " <\/form>"; + strVar += "
"; + strVar += "
"; + strVar += "
"; + strVar += "