Changeset 7343 for trunk/tests/dnd/test_nested_drop_targets.html
- Timestamp:
- 02/16/07 21:39:48 (23 months ago)
- Files:
-
- 1 modified
-
trunk/tests/dnd/test_nested_drop_targets.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/dnd/test_nested_drop_targets.html
r6550 r7343 14 14 dojo.require("dojo.event.*"); 15 15 16 dojo.dnd.dragManager.nestedTargets = true;17 16 18 17 function byId(id){ … … 29 28 30 29 function init(){ 30 dojo.dnd.dragManager.nestedTargets = true; 31 31 32 new dojo.dnd.HtmlDragSource(byId("source"), "source"); 32 33 var dt1 = new dojo.dnd.HtmlDropTarget(byId("outer"), ["*"]);