Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: May 2005
Posts: 1
Reputation: oi@Sorenso is an unknown quantity at this point 
Solved Threads: 0
oi@Sorenso oi@Sorenso is offline Offline
Newbie Poster

Drag and Drop

 
0
  #1
May 12th, 2005
Hello!

I need a script so that I can drag an object (picture) and drop it in
another object (ex: basket). When I do that, I want to run an action. Do
anyone know how I can do this... mabye some tutorial or code?

Thanks for all answers!!!!!
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 960
Reputation: belama is an unknown quantity at this point 
Solved Threads: 2
belama's Avatar
belama belama is offline Offline
Posting Shark

Re: Drag and Drop

 
0
  #2
May 12th, 2005
Add the these attibutes to divs and youll be able to drag and select controls and text.

<div contenteditable="true" indicateeditable="true"></div>
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 182
Reputation: alpha_foobar is an unknown quantity at this point 
Solved Threads: 3
alpha_foobar's Avatar
alpha_foobar alpha_foobar is offline Offline
Junior Poster

Re: Drag and Drop

 
0
  #3
May 12th, 2005
I found some good dragable layer code: http://www.howtocreate.co.uk/jslibs/

The code here allows you to create your own dhtml components that are moveable... I edited this code for my website: http://homepages.ihug.co.nz/~jlittle/index.html

But really drag and drop functionality is just drag functionality + knowing what the relationship is between objects.... if you can maintain a list of objects that have knowledge of their bounds... then you can use that implement drop functionality.
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 960
Reputation: belama is an unknown quantity at this point 
Solved Threads: 2
belama's Avatar
belama belama is offline Offline
Posting Shark

Re: Drag and Drop

 
0
  #4
May 13th, 2005
http://www.walterzorn.com/dragdrop/dragdrop_e.htmThis one is worth looking at.
Check for yourself.
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 182
Reputation: alpha_foobar is an unknown quantity at this point 
Solved Threads: 3
alpha_foobar's Avatar
alpha_foobar alpha_foobar is offline Offline
Junior Poster

Re: Drag and Drop

 
0
  #5
May 14th, 2005
Originally Posted by belama
http://www.walterzorn.com/dragdrop/dragdrop_e.htmThis one is worth looking at.
Check for yourself.

I like it. Though I think it would take me a while to come up with a purpose for it
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 2
Reputation: sj669 is an unknown quantity at this point 
Solved Threads: 0
sj669 sj669 is offline Offline
Newbie Poster

Drag and Drop Re locate

 
0
  #6
Aug 10th, 2005
Hi, I'm creating a calendar in open code using drag drop, so that people can drag a word likerevise into a box.

At the moment when you drag the word revise onto the calendar it will stay exactly where you leave it onmouseup, even if it is lying over two boxes on the calendar. Ideally what Is that if the word is more over a certain box onmouseup then it will relocate to that box.

this is like when playing solitair on windowsthe cards will snap to the correct place

Ideally this needs to all be in open code.

Thanks

SJ
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 182
Reputation: alpha_foobar is an unknown quantity at this point 
Solved Threads: 3
alpha_foobar's Avatar
alpha_foobar alpha_foobar is offline Offline
Junior Poster

Re: Drag and Drop

 
0
  #7
Aug 10th, 2005
Hi,

I could edit your code for you. And publish the source, however I would be asking for US$60 an hour.

The problem is a little tricky... but if you are able to move the text already, then you have implemented about 60% of the core. And you know where the mouseup event occured, hence you have a mechanism of working out where you should 'snap' to.

The next problem is the 'snap'. I'd say the easiest way is to assign a mouseup event to each calendar cell, so when mouseup occurs you capture it in the cell you should be snapped to.

Then you will be able to work out the X and Y co-ordinates of your cell. And then you can snap your text.

Hmmm... sounds easy now.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 2
Reputation: sj669 is an unknown quantity at this point 
Solved Threads: 0
sj669 sj669 is offline Offline
Newbie Poster

Re: Drag and Drop

 
0
  #8
Aug 24th, 2005
OK now my problem is that i want to save the position of the drag drop layers on the screen

If anyone wants to see what's been done already email sj669@homail.com and make the subject !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! and i will email you the code.

thanks

sj
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: Drag and Drop

 
0
  #9
Aug 24th, 2005
Save the values into cookies.
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 182
Reputation: alpha_foobar is an unknown quantity at this point 
Solved Threads: 3
alpha_foobar's Avatar
alpha_foobar alpha_foobar is offline Offline
Junior Poster

Re: Drag and Drop

 
0
  #10
Aug 24th, 2005
yup, cookies are a good idea...

I have seen another reasonably good idea (depending on the implementation/function of your site) and that is what is done with http://www.tiddlywiki.com/ the idea is that it is a wiki that you can save on a usb stick and carry where ever you go (with a computer). As opposed to a normal wiki that is every where you go with a good internet connection.

And you are perhaps more advanced than this, but this page contains a very nice drag and drop example http://script.aculo.us/
Last edited by alpha_foobar; Aug 24th, 2005 at 5:58 pm. Reason: grammar
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC