示例#1
0
 static function dragDropLink($nid, $lid)
 {
     if (SB_Page::isOPERA()) {
         return '';
     }
     return ' ' . (SB_Page::isMSIE() ? 'ondragstart' : 'onmousedown') . '="return SB_linkDrag(event,' . $lid . ');"' . ' onmouseup="return SB_nodeDrop(event,this.parentNode,' . $nid . ',' . $lid . ');"' . (SB_Page::isGECKO() ? ' ondragover="return SBCFF_dragOver(event)" ondrop="return SBCFF_nodeDrop(event,this.parentNode,' . $nid . ',' . $lid . ')"' : '');
 }