Work in progress, standardization of dnd action helper styling for all apps

This commit is contained in:
Hadi Nategh
2014-10-21 14:39:24 +00:00
parent f3855405b0
commit e8980e5836
4 changed files with 150 additions and 20 deletions

View File

@@ -2788,18 +2788,6 @@ app.classes.mail = AppJS.extend(
}
},
// Tree widget stubs
/**
* mail_dragStart - displays information while dragging
*
* @param action
* @param _senders - the representation of the elements dragged
* @return the ddhelper
*/
mail_dragStart: function(action,_senders) {
return $j("<div class=\"ddhelper\">" + _senders.length + " Mails selected </div>");
},
/**
* mail_move2folder - implementation of the move action from action menu
*