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
|
@ -458,6 +458,12 @@ function setUpSPL() {
|
|||
placeholder: "placeholder lib-placeholder ui-state-highlight",
|
||||
forcePlaceholderSize: true,
|
||||
handle: 'div.list-item-container',
|
||||
start: function(event, ui) {
|
||||
ui.placeholder.html("PLACE HOLDER")
|
||||
.width("99.5%")
|
||||
.height(56)
|
||||
.append('<div style="clear:both;"/>');
|
||||
},
|
||||
receive: fnReceive,
|
||||
update: fnUpdate
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue