PDA

View Full Version : Remove Dragzone



reignman
22 Feb 2007, 12:27 PM
Hi,

I've used a own dragzone on a JsonView like in Tree organizer Example.

I got a onload Event for the View which reads a part of jsondata and should decide if dragzone is applied on the View....

so now I need just a Idea how to remove the dragzone from the view :)

What I tried was to set dragZone's view to null (->ERROR)
what is Possible is to overwrite getDragData function with return false
but this ist no good solution because to reenable DragZone means to overwrite getDragData with a buch of code :)

thx Reignman