comparison test_create/test_create.html @ 1373:65eecc71c381

Drag and drop area defined for updating a project file in test creator.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Wed, 10 Feb 2016 16:33:41 +0000
parents 25a33f2489e7
children 6a2e904c519f
comparison
equal deleted inserted replaced
1372:25a33f2489e7 1373:65eecc71c381
6 // Copy of Specifiation node from Core.js 6 // Copy of Specifiation node from Core.js
7 function Specification() { 7 function Specification() {
8 // Handles the decoding of the project specification XML into a simple JavaScript Object. 8 // Handles the decoding of the project specification XML into a simple JavaScript Object.
9 9
10 this.interface = null; 10 this.interface = null;
11 this.projectReturn = null; 11 this.projectReturn = "null";
12 this.randomiseOrder = null; 12 this.randomiseOrder = null;
13 this.testPages = null; 13 this.testPages = null;
14 this.pages = []; 14 this.pages = [];
15 this.metrics = null; 15 this.metrics = null;
16 this.interfaces = null; 16 this.interfaces = null;