CC-2970 : playlist drop indicator
looking into customizing the placeholder, connected library to playlist sortable.
This commit is contained in:
parent
19f069b602
commit
bdc9707052
3 changed files with 12 additions and 3 deletions
|
@ -13,8 +13,9 @@ function fnLibraryTableRowCallback( nRow, aData, iDisplayIndex, iDisplayIndexFul
|
|||
function fnLibraryTableDrawCallback() {
|
||||
|
||||
$('#library_display tr[id ^= "au"]').draggable({
|
||||
//helper: 'clone',
|
||||
helper: function(ev, el) {
|
||||
helper: 'clone',
|
||||
/*
|
||||
helper: function(ev) {
|
||||
var data, li;
|
||||
|
||||
data = $(ev.currentTarget).data("aData");
|
||||
|
@ -24,6 +25,7 @@ function fnLibraryTableDrawCallback() {
|
|||
|
||||
return li;
|
||||
},
|
||||
*/
|
||||
cursor: 'pointer',
|
||||
connectToSortable: '#spl_sortable'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue