Displaying 3 results from an estimated 3 matches for "draggableel".
Did you mean:
draggable
2006 Feb 26
14
Question abour Draggables & Droppables
Hi,
What I need to know is how to change revert:true to revert:false from a draggable after I drop it on a droppable so it doesn''t return to its original place.
Something like:
[CODE]
<!-- Draggable image -->
<img alt="Product" id="item" src="icon.png">
<script type="text/javascript"> new
2006 Jun 14
4
Extend Draggable
Hello all,
I want to extend a draggable object so it has one more attribute (type
attribute, so I can distinguish different draggable types).
Can anyone tell me how to do it?
I''ve search throught the examples (like
http://wiki.script.aculo.us/scriptaculous/show/ExtendClass) but I
can''t seem to understand what I should do.
Thanks for you help,
H
2006 Feb 28
0
Question abour Draggables & Droppables - my code example
...raggable. So the below would only work if you also stored a
> reference to the draggable in the element, like this...
>
>
>
> $(''someElement'').draggable = new Draggable($(''someElement''),
> {...options...} );
>
>
>
> onDrop = function(draggableElement, droppable) {
>
> draggableElement.draggable.options.revert = false;
>
> }
>
>
>
>
>
> That should do the trick.
>
>
>
>
>
> ________________________________
>
> From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@publi...