Changeset 7910 for trunk/demos
- Timestamp:
- 04/02/07 16:38:13 (22 months ago)
- Files:
-
- 1 modified
-
trunk/demos/dnd2/flickr_viewer.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/demos/dnd2/flickr_viewer.html
r7855 r7910 144 144 <ul> 145 145 <li>Simple click — selects a single element, all other elements will be unselected.</li> 146 <li>Ctrl+click — toggles a selection state of an element .</li>146 <li>Ctrl+click — toggles a selection state of an element (use Meta key on Mac).</li> 147 147 <li>Shift+click — selects a range of element from the previous anchor to the current element.</li> 148 <li>Ctrl+Shift+click — adds a range of element from the previous anchor to the current element .</li>148 <li>Ctrl+Shift+click — adds a range of element from the previous anchor to the current element (use Meta key on Mac).</li> 149 149 </ul> 150 150 <p>Following drop modes are supported by default:</p> 151 151 <ul> 152 152 <li>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.</li> 153 <li>Ctrl+drop — copies elements to the valid target .</li>153 <li>Ctrl+drop — copies elements to the valid target (use Meta key on Mac).</li> 154 154 </ul> 155 155 <p>Now scroll down and start dragging and dropping!</p>