| View previous topic :: View next topic |
| Author |
Message |
zack-dude
Joined: 22 Sep 2007 Posts: 4
|
Posted: Sat Sep 22, 2007 4:14 pm Post subject: DRAG AND DROP!!!! |
|
|
i beleive we can get drag and drop!!!, all i need is somebody to find out what extension (bat,exe,dat etc..), and where to put it! , if you can i beleive it would allow users to use drag and drop!!!
heres the script:
var dragDropObj = new DHTMLgoodies_dragDrop();
dragDropObj.addSource('box1',true);
dragDropObj.addSource('box2',true);
dragDropObj.addSource('box3',true);
dragDropObj.addSource('box4',true);
dragDropObj.addTarget('dropBox','dropItems');
dragDropObj.addTarget('leftColumn','dropItems');
dragDropObj.init();
If youve found out please post!!!!
If you think this isnt the solution AND youve tried everything please tell me.
|
|
|
| Back to top |
|
 |
Veratil

Joined: 29 Aug 2003 Posts: 3536 Location: Texas
|
Posted: Sat Sep 22, 2007 6:20 pm Post subject: |
|
|
You mean in the forum?
|
_________________
ASTONSHELL.COM FORUM MODERATOR |
|
| Back to top |
|
 |
zack-dude
Joined: 22 Sep 2007 Posts: 4
|
Posted: Sat Sep 22, 2007 8:28 pm Post subject: ummm.... |
|
|
Ya post wut u think in the forum (once youve tried and tested), then if it works tell me , or if it fails...
|
|
|
| Back to top |
|
 |
Veratil

Joined: 29 Aug 2003 Posts: 3536 Location: Texas
|
Posted: Sat Sep 22, 2007 9:31 pm Post subject: |
|
|
Well, my question is do we really need to add that functionality? As it is not many people use the attachment enough to give it drag and drop. If it was used all the time it might be good to update. Until then though, we'll keep it in mind. 
|
_________________
ASTONSHELL.COM FORUM MODERATOR |
|
| Back to top |
|
 |
|