[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
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: | 424 lines (22 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 1 file mod/workshop/locallib.php |
mod_workshop_mod_form:: (5 methods):
__construct()
definition()
data_preprocessing()
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 |
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 |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |