Changeset 7910 for trunk/demos

Show
Ignore:
Timestamp:
04/02/07 16:38:13 (22 months ago)
Author:
elazutkin
Message:

dnd2: now user can use the Meta key on Mac instead of Ctrl key; added nodeSelector function for non-trivial selection of child nodes --- thx Ben Lowery

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/demos/dnd2/flickr_viewer.html

    r7855 r7910  
    144144        <ul> 
    145145                <li>Simple click &mdash; selects a single element, all other elements will be unselected.</li> 
    146                 <li>Ctrl+click &mdash; toggles a selection state of an element.</li> 
     146                <li>Ctrl+click &mdash; toggles a selection state of an element (use Meta key on Mac).</li> 
    147147                <li>Shift+click &mdash; selects a range of element from the previous anchor to the current element.</li> 
    148                 <li>Ctrl+Shift+click &mdash; adds a range of element from the previous anchor to the current element.</li> 
     148                <li>Ctrl+Shift+click &mdash; adds a range of element from the previous anchor to the current element (use Meta key on Mac).</li> 
    149149        </ul> 
    150150        <p>Following drop modes are supported by default:</p> 
    151151        <ul> 
    152152                <li>Simple drop &mdash; 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 &mdash; copies elements to the valid target.</li> 
     153                <li>Ctrl+drop &mdash; copies elements to the valid target (use Meta key on Mac).</li> 
    154154        </ul> 
    155155        <p>Now scroll down and start dragging and dropping!</p>