Hidden type form element.
More...
|
string | $_helpbutton ='' |
| html for help button, if empty then no help
|
|
Hidden type form element.
HTML class for a hidden type element
- Copyright
- 2006 Jamie Pratt me@ja.nosp@m.miep.nosp@m..org
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
MoodleQuickForm_hidden::__construct |
( |
| $elementName = null, |
|
|
| $value = '', |
|
|
| $attributes = null ) |
Constructor.
- Parameters
-
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.
◆ getHelpButton()
MoodleQuickForm_hidden::getHelpButton |
( |
| ) |
|
get html for help button
- Return values
-
string | html for help button |
◆ MoodleQuickForm_hidden()
MoodleQuickForm_hidden::MoodleQuickForm_hidden |
( |
| $elementName = null, |
|
|
| $value = '', |
|
|
| $attributes = null ) |
◆ setHelpButton()
MoodleQuickForm_hidden::setHelpButton |
( |
| $helpbuttonargs, |
|
|
| $function = 'helpbutton' ) |
The documentation for this class was generated from the following file: