[Typo3] Drag and drop in backend

Jeff Segars jsegars at alumni.rice.edu
Wed Jun 22 17:04:46 CEST 2005


> A couple of ideas for Stephane or Bernhard or Jeff: 
> 
> 1. Configurable opacity might be nice once it's using actual page icons
> 2. It might be neat if it could be modified to show the page _title_
> while it's being dragged...

For #2, its another 2 line change to add an ID to the title and append 
that to the dragIcon...

23: return '<span id="title_'.$row['uid'].'" ondragstart....

117: 	document.getElementById("dragIcon").innerHTML = 
document.getElementById("drag_"+dragID).innerHTML + 
document.getElementById("title_"+dragID).innerHTML;









More information about the TYPO3-english mailing list