+ in index.html: added simulator js and css files and menu options
+ added timelineController and simulationController + added simulator.html containing code to be loaded on demand by jquery # changed fromJSON() in ContextInformation and ContextInfoList: the former now makes a "deep cast" incl. parameters, simplifying the latter + added reset functions to Parameter, ContextInformation and ContextInfoList for resetting chosen values to "" + added getScenarioContext() to Scenario and getContextInformation() to AuthorSystemContent: return lists of context items added to units in the author system + added hasContext() to Scenario and AuthorSystemContent: returns true if context has been added to a unit by the author - removed now superfluous event handler from main (was there for testing download) + added new event handler to simulatorController
Showing
- index.html 13 additions, 4 deletionsindex.html
- js/authoring/controllers/simulator/simulationController.js 36 additions, 0 deletionsjs/authoring/controllers/simulator/simulationController.js
- js/authoring/controllers/simulator/timelineController.js 22 additions, 48 deletionsjs/authoring/controllers/simulator/timelineController.js
- js/authoring/models/authorSystemContentModel.js 14 additions, 9 deletionsjs/authoring/models/authorSystemContentModel.js
- js/authoring/models/contextInfoListModel.js 10 additions, 14 deletionsjs/authoring/models/contextInfoListModel.js
- js/authoring/models/contextInfoModel.js 19 additions, 2 deletionsjs/authoring/models/contextInfoModel.js
- js/authoring/models/parameterModel.js 3 additions, 1 deletionjs/authoring/models/parameterModel.js
- js/authoring/models/scenarioModel.js 37 additions, 0 deletionsjs/authoring/models/scenarioModel.js
- js/main.js 0 additions, 10 deletionsjs/main.js
- simulator.html 42 additions, 0 deletionssimulator.html
Loading
Please register or sign in to comment