Dojo DnD test
	Elements of both sources/targets were created dynamically.
	Following selection modes are supported by default:
	
		- Simple click — selects a single element, all other elements will be unselected.
- Ctrl+click — toggles a selection state of an element (use Meta key on Mac).
- Shift+click — selects a range of element from the previous anchor to the current element.
- Ctrl+Shift+click — adds a range of element from the previous anchor to the current element (use Meta key on Mac).
Following drop modes are supported by default:
	
		- Simple drop — moves elements to the valid target removing them from the source. It can be used to reorganize elements within a single source/target.
- Ctrl+drop — copies elements to the valid target (use Meta key on Mac).
		
		
		
			Source 3
			
				
				Item Alpha
				Item Beta
				Item Gamma
				Item Delta
			 
		 
		
		
	 
	HTML after