<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>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?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Here is what I have. Thank you.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>$('#$id').contextMenu('mytest',
{<BR> bindings:
{<BR> 'vert':
function(t) { $('#$id').Draggable(<BR> {<BR> zIndex:
1000,<BR> ghosting: true,<BR> opacity:
0.7<BR> }<BR>)<BR>$('#verticals').Droppable(<BR> {<BR> accept
: '$id',<BR> activeclass :
'sortableactive',<BR> hoverclass :
'sortablehover',<BR> helperclass : 'portlet',<BR> opacity:
0.5,<BR> fit : false<BR> }<BR>)</FONT></DIV>
<DIV><FONT face=Arial size=2>}</FONT></DIV></BODY></HTML>