Listing form element. Contains HTML class for a listing form element.
Copyright: | 2012 Jerome Mouneyrac |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 161 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
MoodleQuickForm_listing:: (2 methods):
__construct()
MoodleQuickForm_listing()
name:: (1 method):
toHtml()
Class: MoodleQuickForm_listing - X-Ref
The listing element is a simple customizable "select" without the input type=select.__construct($elementName=null, $elementLabel=null, $attributes=null, $options=array() X-Ref |
Constructor. param: string $elementName (optional) name of the listing. param: string $elementLabel (optional) listing label. param: array $attributes (optional) Either a typical HTML attribute string or an associative array. param: array $options set of options to initalize listing. |
MoodleQuickForm_listing($elementName=null, $elementLabel=null, $attributes=null, $options=array() X-Ref |
Old syntax of class constructor. Deprecated in PHP7. |