- Description:
Bulk actions for lists of participants.
- Source:
- Copyright:
- 2020 Andrew Nicols
- 2020 Andrew Nicols
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Bulk actions for lists of participants.
Members
(static, constant) showAddNote
- Description:
Show the add note popup
- Source:
Show the add note popup
(static, constant) showSendMessage
- Description:
Show the send message popup.
- Source:
Show the send message popup.
Methods
(inner) submitAddNote(courseid, users, modal) → {Promise}
- Description:
Add a note to this list of users.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
courseid |
Number | |
users |
Array.<Number> | |
modal |
Modal |
Returns:
- Type
- Promise
(inner) submitSendMessage(modal, users, text) → {Promise}
- Description:
Send a message to these users.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
modal |
Modal | |
users |
Array.<Number> | |
text |
String |
Returns:
- Type
- Promise