Documentation

$dropAllow

can be redefine if you need custom drop rules

function $dropAllow;

Example

$$("somelist").$dropallow = function(context, e){
   //context - drag context
   return true;
};

Back to top