- Description:
JS for the recordings page on mod_bigbluebuttonbn plugin.
- Source:
- Copyright:
- 2021 Blindside Networks Inc
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
JS for the recordings page on mod_bigbluebuttonbn plugin.
Methods
(inner) formatDate(locale, date) → {array}
- Description:
Format the supplied date per the specified locale.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
locale |
string | |
date |
number |
Returns:
- Type
- array
(inner) getFormattedData(response) → {array}
- Description:
Format response data for the table.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
response |
string | JSON-encoded table data |
Returns:
- Type
- array
(inner) init(tableId, searchFormId)
- Description:
Initialise recordings code.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
tableId |
String | in which we will display the table |
searchFormId |
String | The Id of the relate. |
(inner) setupDatatable(tableId, searchFormId, response) → {Promise}
- Description:
Setup the data table for the specified BBB instance.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
tableId |
String | in which we will display the table |
searchFormId |
String | The Id of the relate. |
response |
object | The response from the data request |
Returns:
- Type
- Promise