Hello everybody,

another day - another problem :)

Due to the design of my project it is nessesary to manipulate the DOM-
Structure of the ghost created by the new Draggable function
"ghosting:true"

like in
this.Dragger = new Draggable($(this.widgetToolId),{revert:
this.shallIToolRevert.bind(this), onStart:this.startDrag.bind(this),
onEnd:this.stopDrag.bind(this), onDrag:this.whileDrag.bind(this),
ghosting:true, starteffect:null});

The ghosting works fine, but it seems to be a perfect Clone of the
original Div (including the ID which is quite strange because the
shall be no ambigious id in one page).
I worked some time on this Problem but every manipulation ($
(dragname), Dragger.element) targets the original div an not the
clone.

I have to constantly manipulate the Source of the ghost AND the
Original, so simply put another clone behind the Draggable and skip
ghosting is not an option.

Question is how do i access the Ghost?

Thanx for your help

Ferion

I apologize for the lack of proper english. I'm not a native speaker
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to