bidyut
14 Jun 2007, 11:16 AM
Here is my use case:
I am trying to drop a node into a drop zone. If the drop is not allowed, I can successfully set
dropEvent.cancel = true;
At the same time, would I be able to change to css class so that instead of showing the "green plus" image to the "red no" sign. I know that is set by the dropNotAllowed config property. But is there way I can set the config property after setting the dropEvent.cancel to true?
Thanks
I am trying to drop a node into a drop zone. If the drop is not allowed, I can successfully set
dropEvent.cancel = true;
At the same time, would I be able to change to css class so that instead of showing the "green plus" image to the "red no" sign. I know that is set by the dropNotAllowed config property. But is there way I can set the config property after setting the dropEvent.cancel to true?
Thanks