SAAS-1165 - initial work on left-hand pane for podcast episodes
This commit is contained in:
parent
b4ec3eeb3f
commit
e7869b54c7
5 changed files with 118 additions and 48 deletions
|
@ -94,6 +94,10 @@ var AIRTIME = (function(AIRTIME) {
|
|||
return self;
|
||||
};
|
||||
|
||||
Table.prototype.assignDblClickHandler = function(fn) {
|
||||
$(this._datatable, 'tbody tr').on('dblclick', this._SELECTORS.SELECTION_TABLE_ROW, fn);
|
||||
};
|
||||
|
||||
|
||||
/* Set up global event handlers for the datatable.
|
||||
* @param bItemSelection Whether or not row selection behaviour should be enabled for this widget.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue