dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
17 lines (15 loc) • 762 B
JavaScript
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);
}