Changes between Version 9 and Version 10 of Ticket #5859
- Timestamp:
- Mar 20, 2012, 6:49:56 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5859
- Property Reporter changed from guest to Brett Gardner
-
Ticket #5859 – Description
v9 v10 1 1 A patch to allow nested targets in drag and drop. The nested targets can accept different source types. eg I had a setup where a Page can contain Sections. A Section can contain more Sections or Questions. 2 2 3 {{{ 3 4 Index: dnd/Manager.js 4 5 =================================================================== … … 100 101 dojo.dnd.manager().outSource(this); 101 102 }, 103 }}}