|
From: Raymond I. <xw...@ya...> - 2003-10-01 20:07:49
|
You want to destroy from "b" (parent) to "a" (child)?
--
Raymond Irving
--- Háber János <bo...@co...> wrote:
> Hi!
>
> I have an object (example DynLayer) name "b". It's
> have a parent DynLayer "b".
> I accepted the DragEvent on "a", and I want tu cut
> from "b" (to the top).
> If i remove the element, it's a bad think. I try to
> remove the element,
> because it's not work.
> I try to change the parent variable:
> ondragstart:
> function(e)
> {
> var o=e.getSource();
> o.parent=o.parent.parent;
> },
> beacuse nothing happened.
>
> Any idea?
>
> Cow
>
>
>
>
-------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Dynapi-Dev mailing list
> Dyn...@li...
>
http://www.mail-archive.com/dyn...@li.../
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
|