| Author |
Message |
mattk
Joined: 15 Sep 2003 Posts: 4
|
Posted: Thu Oct 07, 2004 3:57 pm Post subject: Drag and drop facility? |
|
|
It would be good if you could drag a page or folder and drop it within another folder.
Is this available currently? |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Wed Nov 17, 2004 7:44 pm Post subject: |
|
|
| Not yet, but we are getting closer to this: we already can set up ondrag* handlers. |
|
| Back to top |
|
 |
walter
Joined: 17 Jan 2005 Posts: 1
|
Posted: Mon Jan 17, 2005 8:59 pm Post subject: Drag and drop |
|
|
| I have been experimenting with CooljsTree. It looks and feels great. I would like to use it in a datbase driven application where a user can order the objects inside the tree with drag-and-drop. You have indicated you are working on it. Can you give an estimate when this feature will be available? I would love to use your solution. |
|
| Back to top |
|
 |
dmeysman
Joined: 07 Feb 2004 Posts: 14
|
Posted: Wed Apr 20, 2005 12:35 am Post subject: ondrag* handlers |
|
|
| Please explain how your ondrag handlers work, or point to where this is discussed in your documentation. |
|
| Back to top |
|
 |
Victor_Chuiko Support Team
Joined: 12 Apr 2005 Posts: 145
|
Posted: Thu Apr 21, 2005 9:53 pm Post subject: |
|
|
Sorry, we are busy now and the feature is delayed.
Our tree only provides a way to set ondrag handlers, but since ondrag feature is not ready yet, it is up to you to write these handlers.
Needed docs are here: http://javascript.cooldev.com/doc/tree/ (search for "event handlers"). |
|
| Back to top |
|
 |
dan211a
Joined: 28 Jul 2006 Posts: 1
|
Posted: Fri Jul 28, 2006 6:49 am Post subject: |
|
|
Hi,
the http://javascript.cooldev.com/doc/tree/ document does not have any reference to 'ondrag' . There are no event handlers listed for nodes at all.
Is this implemented? Is there an ondrag handler for nodes? |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Wed Aug 16, 2006 7:56 am Post subject: |
|
|
| Sorry, my ex-colleague was wrong: ondrag event handler is not supported. Currently tree does not support dragging at all. |
|
| Back to top |
|
 |
|