You can indicate a briefcase item is a valid dragsource in your Zimlet Definition File XML with:
<dragSource type="ZmBriefcaseItem" />
In your zimlet, in the doDrop(obj) method, the ZmBriefcaseItem object will be passed in. You can check obj.type for "BRIEFCASE_ITEM". |