See Release Notes
Long Term Support Release
Course selector field. Allows auto-complete ajax searching for courses and can restrict by enrolment, permissions, viewhidden...
Copyright: | 2015 Damyon Wiese <damyon@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 167 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
MoodleQuickForm_course:: (2 methods):
__construct()
setValue()
Class: MoodleQuickForm_course - X-Ref
Form field type for choosing a course.__construct($elementname = null, $elementlabel = null, $attributes = array() X-Ref |
Constructor param: string $elementname Element name param: mixed $elementlabel Label(s) for an element param: mixed $attributes Array of typical HTML attributes plus additional options, such as: |
setValue($value) X-Ref |
Set the value of this element. If values can be added or are unknown, we will make sure they exist in the options array. param: string|array $value The value to set. return: boolean |