attaches a mouse move behavior for component items with the specified CSS class
webix.protoUI({
name:"mylist",
on_mouse_move:{
"webix_remove_upload":function(ev, id){
webix.message("Danger area");
}
}
}, webix.ui.list);