>
> Hi,
>
> I'm still having problems with the Interface plugin:
>
> In the idrop.source it says:
>
> /**
>
> * remeasure the droppable
>
> *
>
> * useful when the positions/dimensions for droppables
>
> * are changed while dragging a element
>
> *
>
> * this works for sortables too but with a gre
Hi,
I know there is an autoscroll plugin out there, but I need something
different:
I have a div with scrollbars. When I move the mouse over the "top" or
"bottom" of my div, the content of the div should scroll up or down.
Is there a plugin that can do that?
Michael
Hi,
I'm still having problems with the Interface plugin:
In the idrop.source it says:
/**
* remeasure the droppable
*
* useful when the positions/dimensions for droppables
* are changed while dragging a element
*
* this works for sortables too but with a greate processor
* penality becau
Hi,
I'm still having problems with the Interface plugin:
In the idrop.source it says:
/**
* remeasure the droppable
*
* useful when the positions/dimensions for droppables
* are changed while dragging a element
*
* this works for sortables too but with a greate processor
* penality becau
Hi,
I'm still having problems with the Interface plugin:
In the idrop.source it says:
/**
* remeasure the droppable
*
* useful when the positions/dimensions for droppables
* are changed while dragging a element
*
* this works for sortables too but with a greate processor
* penality becau
>
> Hi,
>
> I have a scrolling list of droppables. Everything works fine when I
> drop to the first few visible drop elements. However, if I scroll down
> to a drop element, and then drag an element to there, I still get the
> id of the droppable that was present in that position earlier.
>
> I've
Michael Fuerst schrieb:
> I'm having a problem with the draggables:
>
> I'm trying to get a half transparent background for the element I'm
> dragging:
>
Stupid me, forget it, I had a typo in my css, sorry.
Michael
Michael Fuerst schrieb:
> Hi,
>
> I'm having a problem with the draggables:
>
> I'm trying to get a half transparent background for the element I'm
> dragging:
>
>
Stupid me, forget it, I had a typo in my css. Sorry.
Michael
Erik Beeson schrieb:
> Also, it looks like the current position is stored internally in the
> Draggable somewhere. Maybe try one of these:
> dropped.dragCfg.currentPointer.x
> dropped.dragCfg.nx
> dropped.dragCfg.nRx
>
Thanks Erik!
"dropped.dragCfg.currentPointer.x" works like a charm. It's the p
Hi,
I'm having a problem with the draggables:
I'm trying to get a half transparent background for the element I'm
dragging:
$('[EMAIL PROTECTED]' + strKey + ']').Draggable
(
{
revert: true,
autoSize: true,
ghosting: true,
Is there a way to acces the drop-event in "ondrop" in a doppable? I
needs the coordinates to show a popup menue:
$(this).attr('isdropabled', '1').Droppable(
{
...,
ondrop : function(dropped)
{
showPopUpMenu(event, $(dropped).attr('title'),
$(thi
Hi,
I have two hierarchical trees, one soruce-tree, one destination-tree.
When I gran a "dragable" from the source-tree and move it over an node
in the destination-tree, the destination-node is opend and all subnodes
are loaded with ajax.
The problem is, that these new subnodes are no "dropables
12 matches
Mail list logo