can be redefine if you need custom drop rules
$$("somelist").$dropallow = function(context, e){ //context - drag context return true; };