sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
762 B

dojo.provide("dojox.mdnd.tests.robot.module");
try{
doh.registerUrl("dojox.mdnd.tests.robot.Acceptance",
dojo.moduleUrl("dojox.mdnd","tests/robot/test_dnd_acceptance.html"),60000);
doh.registerUrl("dojox.mdnd.tests.robot.VerticalDropMode",
dojo.moduleUrl("dojox.mdnd","tests/robot/test_dnd_verticalDropMode.html"),60000);
doh.registerUrl("dojox.mdnd.tests.robot.OverDropMode",
dojo.moduleUrl("dojox.mdnd","tests/robot/test_dnd_overDropMode.html"),60000);
doh.registerUrl("dojox.mdnd.tests.robot.DndToDojo",
dojo.moduleUrl("dojox.mdnd","tests/robot/test_dnd_dndToDojo.html"),60000);
doh.registerUrl("dojox.mdnd.tests.robot.DndFromDojo",
dojo.moduleUrl("dojox.mdnd","tests/robot/test_dnd_dndFromDojo.html"),60000);
}catch(e){
doh.debug(e);
}