Hi Jaggi, On Mon, Jul 27, 2009 at 11:33 AM, Jaggi <[email protected]> wrote:
> > I'm trying to add a few things to my selectable and was wondering if > someone could point in the right direction. Firstly i'm trying to be > able to be able to hold shift and select different items and have it > select the range between them. this one is easy to answer - I have been working on a huge refactor of Selectables that features advanced shift/keyboard selection and is likely to land in trunk soon. For now, you can find the current code here: http://jquery-ui.googlecode.com/svn/branches/labs/selectable/ > > > Secondly i've got two lists and would like to be able to drag and > selection across both of them. There was one way i got this to work > which was put the two lists inside a div and then give that an id > which i loaded when initialising the selectable. This however broke > the ability to single click the items. The new selectables work much better combined with drag & drop, and solve the issue with the single click. I guess the best you can do is check out how I setup this demo: http://jquery-ui.googlecode.com/svn/branches/labs/selectable/demo/draggable.html Cheers, Paul > > > Thanks in advance for anyhelp you can give. > > > -- Paul Bakaus UI Architect @ smart.fm -- http://paulbakaus.com http://www.linkedin.com/in/paulbakaus --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
