|
Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
|
Hidden type form element. More...
Public Member Functions | |
| __construct ($elementName=null, $value='', $attributes=null) | |
| Constructor. | |
| getHelpButton () | |
| get html for help button | |
| MoodleQuickForm_hidden ($elementName=null, $value='', $attributes=null) | |
| Old syntax of class constructor. | |
| setHelpButton ($helpbuttonargs, $function='helpbutton') | |
Public Attributes | |
| string | $_helpbutton ='' |
| html for help button, if empty then no help | |
Hidden type form element.
Contains HTML class for a hidden type element
HTML class for a hidden type element
| MoodleQuickForm_hidden::__construct | ( | $elementName = null, | |
| $value = '', | |||
| $attributes = null ) |
Constructor.
| string | $elementName | (optional) name of the hidden element |
| string | $value | (optional) value of the element |
| mixed | $attributes | (optional) Either a typical HTML attribute string or an associative array |
Reimplemented in tool_lp_site_competencies_form_element.
| MoodleQuickForm_hidden::getHelpButton | ( | ) |
get html for help button
| string | html for help button |
| MoodleQuickForm_hidden::MoodleQuickForm_hidden | ( | $elementName = null, | |
| $value = '', | |||
| $attributes = null ) |
| MoodleQuickForm_hidden::setHelpButton | ( | $helpbuttonargs, | |
| $function = 'helpbutton' ) |