javascript - ExtJS4: How to define DnD object method in DnD plugin -


i working on page drag grid tree , using gridviewdragdrop , treeviewdragdrop plugin.

everything works fine, don't need drag node, need dragdata , dropdata, want stop drop action.

i found notifydrop method in ext.dd.droptarget don't know how define in plugin config. help? lot!

you can use beforedrop event, thing , @ end of event return false; in there, way not complete drop, that's special case have.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -