Hello,

Can someone please tell me if it is possible to use the context menu with 
draggables? Right click and send to another div. Or am I wasting my time?

Here is what I have. Thank you.

$('#$id').contextMenu('mytest', {
        bindings: {
          'vert':  function(t) { $('#$id').Draggable(
 {
  zIndex:  1000,
  ghosting: true,
  opacity:  0.7
 }
)
$('#verticals').Droppable(
 {
  accept : '$id',
  activeclass : 'sortableactive',
  hoverclass : 'sortablehover',
  helperclass : 'portlet',
  opacity:  0.5,
  fit : false
 }
)
}

Reply via email to