CC-3174 : showbuilder
adding cue/fade columns to table fixing schedule fade out putting default fade between files not in a playlist.
This commit is contained in:
parent
6ecf2f94b0
commit
43d67c921d
6 changed files with 27 additions and 5 deletions
|
@ -201,7 +201,11 @@ $(document).ready(function() {
|
|||
/* runtime */{"mDataProp": "runtime", "sTitle": "Duration", "sClass": "library_length"},
|
||||
/* title */{"mDataProp": "title", "sTitle": "Title"},
|
||||
/* creator */{"mDataProp": "creator", "sTitle": "Creator"},
|
||||
/* album */{"mDataProp": "album", "sTitle": "Album"}
|
||||
/* album */{"mDataProp": "album", "sTitle": "Album"},
|
||||
/* cue in */{"mDataProp": "cuein", "sTitle": "Cue In", "bVisible": false},
|
||||
/* cue out */{"mDataProp": "cueout", "sTitle": "Cue Out", "bVisible": false},
|
||||
/* fade in */{"mDataProp": "fadein", "sTitle": "Fade In", "bVisible": false},
|
||||
/* fade out */{"mDataProp": "fadeout", "sTitle": "Fade Out", "bVisible": false}
|
||||
],
|
||||
|
||||
"bJQueryUI": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue