See Release Notes
Long Term Support Release
Hidden type form element Contains HTML class for a hidden type element
Copyright: | 2006 Jamie Pratt <me@jamiep.org> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 81 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
MoodleQuickForm_hidden:: (2 methods):
__construct()
MoodleQuickForm_hidden()
name:: (2 methods):
setHelpButton()
getHelpButton()
Class: MoodleQuickForm_hidden - X-Ref
Hidden type form element__construct($elementName=null, $value='', $attributes=null) X-Ref |
Constructor param: string $elementName (optional) name of the hidden element param: string $value (optional) value of the element param: mixed $attributes (optional) Either a typical HTML attribute string |
MoodleQuickForm_hidden($elementName=null, $value='', $attributes=null) X-Ref |
Old syntax of class constructor. Deprecated in PHP7. |
setHelpButton($helpbuttonargs, $function='helpbutton') X-Ref |
getHelpButton() X-Ref |
get html for help button return: string html for help button |