[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/form/ -> hidden.php (summary)

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

Defines 1 class

MoodleQuickForm_hidden:: (4 methods):
  __construct()
  MoodleQuickForm_hidden()
  setHelpButton()
  getHelpButton()


Class: MoodleQuickForm_hidden  - X-Ref

Hidden type form element

HTML class for a hidden type 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



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1