search for: draganddrop

Displaying 9 results from an estimated 9 matches for "draganddrop".

Did you mean: drag'n'drop
2006 Mar 22
1
RE: Support for window scrolling for draganddrop
...-spinoffs- > bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Gregory Hill > Sent: Wednesday, March 22, 2006 12:51 PM > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: RE: [Rails-spinoffs] [ANN] Support for window scrolling for > draganddrop > > Will that work with Sortable as well? > > > -----Original Message----- > > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs- > > bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Thomas...
2005 Aug 24
1
draganddrop mousemove event question
I''ve noticed that the update method of every Draggable is called for each mousemove event while nothing is dragging. I''m wondering what the reasoning behind this is (vs. attaching the mousemove handler after a mousedown event). Does it have a noticeable performance impact when there are lots of draggables (say 400)? Disclaimer: I''m really new to JavaScript and may have
2008 Jul 16
5
Define INLINEDIR or HOME in your environment error
Hi I have a proplem. I am using attachment fu plugin and image science for uploading images on my server. I am getting error : Define INLINEDIR or HOME in your environment and try again. How I can define my HOME in envoirment.rb. If I understood it''s directory where uploads goes. I priciate for your help. --~--~---------~--~----~------------~-------~--~----~ You received this message
2006 Feb 27
4
Getting nuts with sortables...
Folks, It has been a whole day spent on this but I still can''t get my mind around the most probably very stupid/basic mistake here... First, the code I use: <h3>List A</h3> <ul id="lista" > <li id="item1"> Item 1</li> <li id="item2"> Item 2</li> <li id="item3"> Item 3</li> </ul>
2006 Feb 16
1
Draggable Window
Is there any component in rails that makes a draggable window? My current application needs to have windows containing controls that can be moved to new locations on the browser. Thanks Rob -- Posted via http://www.ruby-forum.com/.
2005 Dec 18
0
Dreamhost Deploying Problems
...instructions on this wiki located here: http://wiki.dreamhost.com/index.php/Ruby_on_Rails I have followed all of the directions and can''t figure out why it is not working! I have been pulling out my hair for the past couple hours. Here is the sub-domain it is installed on: http://www.draganddrop.sharemyten.com/ you can see the rails index file is showing up correctly... Does anybody have any idea on how i can get it to work?? Or what I can do to test to see what is wrong? Sorry I am new at this... -- Posted via http://www.ruby-forum.com/.
2005 Jul 27
1
Upload Progress, Error in Ajax.PeriodicalUpdater
Hi, I''m using Upload Progress class of rails and geting this javascript error in js console: "*Ajax.PeriodicalUpdater is not a constructor*" The view have somethink like: <%= form_tag_with_upload_progress( {:action => ''create_gallery''}, { :name => ''new_gallery'', :begin =>
2006 Jan 14
1
Really Slow Effects
Hi, Please check out http://rixth.org/index.php (you can login with username mr password mouse). Create a todo list, then press ''open''. Add a few items (after about 8, is when it happens to me) then click close. THe animation is not very smooth for me, it only displays about 3 frames. This is not because it is pushing a lot of content down (look at the scriptalucous wiki effects
2006 Mar 28
0
Moving all items from one Scriptaculous box to another
...line endings; but Microsoft Outlook, which I have to use at my client site, then takes it upon itself to rearrange and remove most of my linefeeds! :-< ) I am using Thomas Fuchs''s amazing drag-and-drop JavaScript library available at: http://wiki.script.aculo.us/scriptaculous/show/DragAndDrop to allow the user to select a subset of items listed in one box by dragging them to another and sort them in the latter, and it works a treat. However, I''d now like to add a couple of buttons, "<<" and ">>" between the pair of boxes so that the user...