Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]
The main workshop configuration form The UI mockup has been proposed in MDL-18688 It uses the standard core Moodle formslib. For more info about them, please visit: http://docs.moodle.org/dev/lib/formslib.php
Copyright: | 2009 David Mudrak <david.mudrak@gmail.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 472 lines (24 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 1 file mod/workshop/locallib.php |
mod_workshop_mod_form:: (6 methods):
__construct()
definition()
data_preprocessing()
data_postprocessing()
definition_after_data()
validation()
Class: mod_workshop_mod_form - X-Ref
Module settings form for Workshop instances__construct($current, $section, $cm, $course) X-Ref |
Constructor |
definition() X-Ref |
Defines the workshop instance configuration form return: void |
data_preprocessing(&$data) X-Ref |
Prepares the form before data are set Additional wysiwyg editor are prepared here, the introeditor is prepared automatically by core. Grade items are set here because the core modedit supports single grade item only. param: array $data to be set return: void |
data_postprocessing($data) X-Ref |
Combine submission type checkboxes into integer values for the database. param: stdClass $data The submitted form data. |
definition_after_data() X-Ref |
Set the grade item categories when editing an instance |
validation($data, $files) X-Ref |
Validates the form input param: array $data submitted data param: array $files submitted files return: array eventual errors indexed by the field name |