# refactored statemaschine.js into canvasController.js (comparison: function preserved)
# refactored functionaliies.js into reloadController.js (comparison: function preserved) # in reloadController.js: changed jQuery.ready into jsPlumb.ready due to delayed inst initialization # simplified metaIcon choice and adding # moved more code from general (tabs, modalWindows) to more specific files (metadataTabView, createScenarioModalWindowView, ...) + added propertyTab.js - removed several unnecessary files from MVC scaffold
Showing
- index.html 31 additions, 27 deletionsindex.html
- js/mvc/controllers/canvasController.js 393 additions, 1 deletionjs/mvc/controllers/canvasController.js
- js/mvc/controllers/contextTabController.js 0 additions, 4 deletionsjs/mvc/controllers/contextTabController.js
- js/mvc/controllers/modalWindowController.js 0 additions, 3 deletionsjs/mvc/controllers/modalWindowController.js
- js/mvc/controllers/reloadController.js 8 additions, 32 deletionsjs/mvc/controllers/reloadController.js
- js/mvc/controllers/unitController.js 0 additions, 5 deletionsjs/mvc/controllers/unitController.js
- js/mvc/models/contextClasses.js 0 additions, 12 deletionsjs/mvc/models/contextClasses.js
- js/mvc/models/contextInformationModel.js 25 additions, 16 deletionsjs/mvc/models/contextInformationModel.js
- js/mvc/models/myAuthorSystemModel.js 0 additions, 1 deletionjs/mvc/models/myAuthorSystemModel.js
- js/mvc/models/scenarioModel.js 0 additions, 0 deletionsjs/mvc/models/scenarioModel.js
- js/mvc/models/unit.js 0 additions, 3 deletionsjs/mvc/models/unit.js
- js/mvc/models/unitModel.js 4 additions, 23 deletionsjs/mvc/models/unitModel.js
- js/mvc/models/xmlParser.js 0 additions, 1 deletionjs/mvc/models/xmlParser.js
- js/mvc/views/canvas/canvas.js 0 additions, 11 deletionsjs/mvc/views/canvas/canvas.js
- js/mvc/views/canvas/canvasView.js 55 additions, 0 deletionsjs/mvc/views/canvas/canvasView.js
- js/mvc/views/canvas/sliderView.js 2 additions, 1 deletionjs/mvc/views/canvas/sliderView.js
- js/mvc/views/canvas/unitContainer.js 0 additions, 581 deletionsjs/mvc/views/canvas/unitContainer.js
- js/mvc/views/canvas/unitView.js 116 additions, 0 deletionsjs/mvc/views/canvas/unitView.js
- js/mvc/views/menuView.js 2 additions, 0 deletionsjs/mvc/views/menuView.js
- js/mvc/views/modalWindows/createScenarioWindow.js 52 additions, 1 deletionjs/mvc/views/modalWindows/createScenarioWindow.js
Loading
Please register or sign in to comment