CC-3174 : showbuilder/library
adding new context menu, link to view on soundcloud doesn't seem to work.
This commit is contained in:
parent
e8f2506474
commit
da5e1ac302
11 changed files with 139 additions and 34 deletions
|
@ -3,11 +3,16 @@ function fnLibraryTableRowCallback( nRow, aData, iDisplayIndex, iDisplayIndexFul
|
|||
$(nRow).attr("id", aData["tr_id"]);
|
||||
$(nRow).data("aData", aData);
|
||||
|
||||
//var oTT = TableTools.fnGetInstance('library_display');
|
||||
//oTT.fnSelect(el);
|
||||
|
||||
/*
|
||||
$(nRow).find('td')
|
||||
.jjmenu("rightClick",
|
||||
[{get:"/Library/context-menu/format/json/id/#id#/type/#type#"}],
|
||||
{id: aData["id"], type: aData["ftype"]},
|
||||
{xposition: "mouse", yposition: "mouse"});
|
||||
*/
|
||||
}
|
||||
|
||||
function fnLibraryTableDrawCallback() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue