similar to: Multiple selection with drag drop in rails

Displaying 20 results from an estimated 70000 matches similar to: "Multiple selection with drag drop in rails"

2005 Oct 25
0
Select & drag multiple elements
Hello, I have started looking at adding support for selecting multiple elements, and then being able to drag & drop them together. The application is a photo site, where it would be too tedious to drag thumbnails to albums one by one. The idea is to let the user select multiple items by clicking, shift-clicking for a range, or ctrl-clicking to toggle the selected status. My approach is
2005 Sep 28
1
Selecting multiple items and dragging / dropping them
Has anyone created something that will allow a user to select multiple items using ctrl or shift or mouse and then drag / drop them into a container? Basically, something like, user selects items using mouse, for every item selected an array is updated with the id''s of the selected items. Then if the user wants to drag them we create a div around those items and drag an image of it (not
2005 Sep 20
1
multiple items drag and drop
Does anyone know how I can create something that would enable me to drag & drop multiple items? Example: In an email application (like outlook web access) I want to select multiple mails and move them to a folder. Is it possible to do it with this library? The shopping cart example doesn''t let you select the other div (image) using the control key... Any help would be greatly
2006 Mar 29
2
can you do drag and drop sorting with multiple lists?
Has anyone extended drag and drop sorting to work with multiple lists? I''m looking for something like this Best Roles for actors (in order of preference): Mary Bill Jane (actors/actresses) The Queen Joker 1st Angel Beggar woman Chief of guards Dog Catcher 2nd thief
2006 Aug 22
0
Re: Multi-select and drag and drop
Hi Peter, is your patch against script.aculo.us mentioned in [1] gone any further in the last 3 months? -- alberto [1] http://dev.rubyonrails.org/ticket/2585 On 22/ago/06, at 00:35, Peter Michaux wrote: > > On 8/21/06, Bill Lazar <blazar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >> Before pounding my head on this particular rock I want to ask if >>
2006 Mar 29
2
Drag/Drop and KeyPress
Hi! is it possible to make a drag dependent on a KeyPress event? I couldn''t find any information on that on the script.aculo.us website. My scenario is the following: I have a tree with several nodes (like windows explorer). Right now i use Drag & Drop to move a node below a new parent. Now i want to implement a copy mechanism which allows the user to copy a node through Drag
2012 Nov 08
0
After order a HTML with JQuery UI Drag and Drop, save ordered table to DB using Rails
Hi guys I''m doing a form with fields like name, email, phone, address, city, state, etc. Each field has a table in db. I will use state field as an example: In db I had table states with columns: position, name and acronym In my View I had a HTML table with name and acronym, ordered by position (when page loads). I can order my table using select box (order by name or acronym) or
2005 Oct 12
0
question about scriptaculous drag and drop shopping cart
I got the dragging to work, and the adding the to cart , but i''m having a problem drag from with the cart div it doesn''t drag. But the dragging works on the cart (url) here is a quick example of the cart http://64.90.176.114/ajax/drag.php - try dragging into the the solid line div (it will add an item to the db). but then try and drag from within the solid line div (gray
2005 Sep 13
1
Drag & Drop between two browser windows??
Hi All, I''m just starting out with RoR and scriptaculous so I hope this is the right forum for this question. :) I''d like to use the drag & drop feature to allow users to copy text from a browse/search result to a text box across windows. For example if a user wants to browse for an existing tags, that list might be too long for a auto complete textfield to be helpful. So
2008 Mar 29
1
drag and drop or shopping cart
I would like to know whether there are plugins for the above. If not, could anyone direct me to the resouces to develop a drag and drop module for muy ror project. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,
2006 Sep 29
1
Error on drag n drop list after refreshing list using AJAX
My web page (developed in php and MySQL)is having a table with each table cell having a list of related information as list item. First, the list is performing well when page is loaded (i.e. multiple lists are created and list items can be dragged and dropped on each other lists). Whenever double click on specific cell, it''ll invoked ajax function (created by myself) to refresh the
2005 Aug 01
2
scriptaculous: Drag/Drop Sluggish Animation (release animation time should be proportional to remaining distance)
Thomas suggested posting these here so they don''t get lost. Making Scriptaculous Snappy: *) Drag/Drop - make release cost proportional to remaining distance For drag/drop - change the ''release'' animation time to be proportional to the remaining distance the dropped item has to travel. If a user drags the item almost all the way to the final location, the release time
2006 Apr 24
3
AJAX drag and drop sorting with pagination
Drag and drop sorting is great but if you had a list of, say, 100 items, you''d probably want to show only 10 per page. Has anyone seen any way to use the a drag and drop style sorting method over a number of pages? I see it working by having the displayed list sortable as normal then an item is moved to the next page by dragging it onto the ''next'' link... maybe...
2005 Sep 16
1
Drag and Drop effects without dragging and dropping?
Hi there, This is very much a newbie question. I''ve been playing with the wiki.script.aculo.us libraries drag & drop functionality (sortable list) for a few days and trying to figure out how the scripts work, without a lot of luck. I was wondering how the "move" of the option is achieved (the "flying" option effect, if you will) and whether I can achieve the
2008 Jul 15
0
Drag/Drop with Image Maps
Hi all, Is it possible to use HTML area objects from an image map as droppables for a drag/drop interface? I want to get a different response depending on which part of an image I drop a draggable div object on. The context is creating an incident report form where injuries can be dragged onto a body sketch. I''ve tried this using the code below. However, the droppable is always
2006 May 27
2
Looking for specific drag and drop implementation
I finally started playing with delicious and am liking it! I''m building an app where people can have various ''folders'' of images and then ''sets'' of said images. A set is simply a object that links to any number of specific image in the folders. To create/organize a set, I''ve set up two draggables. One being a selected folder, the other being
2009 May 01
2
Shared clipboard, drag and drop, Linux <> Wine 1.1.20
Can Wine be set up to allow "drag and drop" between Ubuntu 9.04 Nautilus 2.26.2 file manager and a Windows app running in Wine? The Windows application is the "Yamaha File Utility" v1.1.0 which allows MIDI files to be transferred to a Yamaha CLP-150 Clavinova digital piano. Unfortunately, the software relies on drag and drop for the file transfer. In native Windows, I would
2006 Apr 05
0
Howto disable Firefox Drag + Drop
Hi, I am trying to implement some custom drag and drop using javascript. However, in Firefox, the drag and drop extension seems to interfere with my custom handling of onMouseDown, onMouseMove and onMouseUp. Once I start to drag the mouse (left-mouse-down + move a few pixels) firefox shows a drag-forbidden symbol (circle with a diagonal bar inside). Does anybody know how to disable this firefox
2008 Feb 05
0
scriptaculous drag and drop question
I have been using the scriptaculous library to build a drag and drop feature for the application I am working on. I wanted to add additional features and I was wondering how I would go about it using scriptaculous library I have been searching around the web and I have not found anything helpful. I wanted to add a drag proxy so that when user drags on a div I wanted the build the a new div with a
2006 Jun 18
0
Very cool scriptaculous table drag and drop stopped working on new version
Using older versions of prototype.js (1.4.0_rc2) and scriptaculous (1.5._rc4), I had a master table containg other tables (sections), each of which had rows. Using tbody''s as containers, I could drag the section tables up and down over the other section tables AND drag the rows in a section table up and down within that table or into the rows of the other section tables, all very