[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
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: | 149 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
MoodleQuickForm_listing:: (2 methods):
MoodleQuickForm_listing()
toHtml()
Class: MoodleQuickForm_listing - X-Ref
The listing element is a simple customizable "select" without the input type=select.MoodleQuickForm_listing($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. |
toHtml() X-Ref |
Returns HTML for listing form element. return: string the HTML. |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |