- Description:
A repo for the comboboxsearch group type.
- Source:
- Copyright:
- 2023 Mathew May
- 2023 Mathew May
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
A repo for the comboboxsearch group type.
Methods
(inner) groupFetch(courseid, cmid) → {object}
- Description:
Given a course ID and optionally a module ID, we want to fetch the groups, so we may fetch their users.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
courseid |
int | ID of the course to fetch the groups of. |
cmid |
int | null | ID of the course module initiating the group search (optional). |
Returns:
jQuery promise
- Type
- object