Only one draggable item can be dragged at a time by the plugin itself. If you want multiple items to move when dragging one, you'll have to do that manually. The droppable plugin will only receive the draggable being dragged. - Richard
On Wed, Sep 9, 2009 at 3:00 PM, TriAgency <[email protected]> wrote: > > Hi Richard, does this mean that more than one draggable can be > selected?!? This would be sweet. What I am wondering is how the data > is sent to the droppable if more than one item has been selected. > Where in the docs can I read more about this? > > On Sep 9, 10:46 am, "Richard D. Worth" <[email protected]> wrote: > > The first argument of every jQuery UI event callback is 'event'. Check > > event.originalEvent.ctrlKey to do something different. > > - Richard > > > > > > > > On Wed, Sep 9, 2009 at 10:36 AM, sAvEOUrplAnEt <[email protected]> > wrote: > > > I mean, > > > - on keydown CTRL + mouse click/select and drag and drop.... open > > > dialog box A. > > > Which is different from > > > - on mouse click/select and drag and drop..... open dialog box B. > > > > > Thanks. > > > > > On Tue, Sep 8, 2009 at 5:19 PM, Jeffrey Kretz <[email protected] > >wrote: > > > > >> Issuing? > > > > >> Do you mean, don't fire the draggable unless the CTRL key is being > > >> pressed? > > > > >> I think you'd need to re-write the "handle" option of the draggable to > > >> detect for event.ctrlKey==true. > > > > >> Anyone else? > > > > >> JK > > > > >> -----Original Message----- > > >> From: [email protected] [mailto:[email protected]] > On > > >> Behalf Of sAvEOUrplAnEt > > >> Sent: Tuesday, September 08, 2009 2:52 PM > > >> To: jQuery UI > > >> Subject: [jquery-ui] CTRL+Drag/Drop > > > > >> I'm not sure if this is possible, issuing a Control Key (CTRL) before > > >> click/drag/drop an element. Any help is highly appreciated. > > > > >> Thanks > > > > > -- > > > MigsAbagat > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
