[ilugd] Query: Drag and Drop Javscript

2006-09-04 Thread Shikha Chopra
Dear friends
 
I am trying to find a AJAX for drag and drop from a istbox to textbox. NOTE
the traget of the drop zone is textbox. The value of the textbox should
become the value of the identity dragged from the list box. So I need to
pick up the value from list box and drop it to textbox.
 
Thanks and Regards
Shikha
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Query: Drag and Drop Javscript

2006-09-04 Thread Prasanta Baruah
 become the value of the identity dragged from the list box. So I need to

http://www.zapatec.com/website/main/products/dnd/demo.jsp

-- 
Prasanta
http://assam-glug.org
http://gnowledge.org/pipermail/gnowsys-dev/

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Query: Drag and Drop Javscript

2006-09-04 Thread Pankaj kaushal
Shikha Chopra wrote:
 Dear friends
  
 I am trying to find a AJAX for drag and drop from a istbox to textbox. NOTE
 the traget of the drop zone is textbox. The value of the textbox should
 become the value of the identity dragged from the list box. So I need to
 pick up the value from list box and drop it to textbox.

Yahoo! Developer network, has a bunch[1] of User Interface stuff
released under the BSD license. It includes a very simple to use Drag
and drop[2] API.

1. http://developer.yahoo.com/yui/index.html
2. http://developer.yahoo.com/yui/dragdrop/

P.
-- 
Wir wollen dass ihr uns alles glaubt.

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Query: Drag and Drop Javscript

2006-09-04 Thread Viksit Gaur
 Yahoo! Developer network, has a bunch[1] of User
 Interface stuff
 released under the BSD license. It includes a very
 simple to use Drag
 and drop[2] API.

But not the most bug free/feature full version
available imho :) I would assume its also bulky. Mochi
and WZ_Drag_Drop work well if thats all's needed..

Viksit



--
Viksit Gaur   

viksit[dot]gaur[at]yale[dot]edu
http://viksit.com

Just because you have a mind like a hammer doesn't mean you should treat 
everyone else like a nail - Terry Pratchett

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Query: Drag and Drop Javscript

2006-09-04 Thread Pankaj kaushal
Viksit Gaur wrote:
 Yahoo! Developer network, has a bunch[1] of User
 Interface stuff

 But not the most bug free/feature full version
 available imho :) I would assume its also bulky. Mochi

Why would you assume such things? Do you know something that I don't know?

P.
-- 
Wir wollen dass ihr uns alles glaubt.

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] Query: Drag and Drop Javscript

2006-09-04 Thread vivek khurana


--- Shikha Chopra [EMAIL PROTECTED] wrote:

 Dear friends
  
 I am trying to find a AJAX for drag and drop from a
 istbox to textbox. NOTE
 the traget of the drop zone is textbox. The value of
 the textbox should
 become the value of the identity dragged from the
 list box. So I need to
 pick up the value from list box and drop it to
 textbox.


 Should be straight forward. Use any javascript
toolkit to drag and drop. Once dropped you can
derefrence the value of the selected listitem and set
it as the value of textbox.

regards
VK  
 Thanks and Regards
 Shikha
 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at:
 http://news.gmane.org/gmane.user-groups.linux.delhi

http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
 
 


Engineers normally have problem with every solution. If not they have  a 
solution in search of a problem.


http://creative.linux-delhi.org

Disclaimer
The facts expressed here belong to everybody, the opinions to me. The 
distinction is yours to draw...

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/