| [ Index ] |
PHP Cross Reference of Unnamed Project |
[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: | 159 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
MoodleQuickForm_listing:: (3 methods):
__construct()
MoodleQuickForm_listing()
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. |
| toHtml() X-Ref |
| Returns HTML for listing form element. return: string the HTML. |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |