[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

Button form element Contains HTML class for a button type element

Copyright: 2007 Jamie Pratt <me@jamiep.org>
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 88 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

MoodleQuickForm_button:: (4 methods):
  __construct()
  MoodleQuickForm_button()
  getHelpButton()
  getElementTemplateType()


Class: MoodleQuickForm_button  - X-Ref

HTML class for a button type element

Overloaded {@link HTML_QuickForm_button} to add help button

__construct($elementName=null, $value=null, $attributes=null)   X-Ref
constructor

param: string $elementName (optional) name for the button
param: string $value (optional) value for the button
param: mixed $attributes (optional) Either a typical HTML attribute string

MoodleQuickForm_button($elementName=null, $value=null, $attributes=null)   X-Ref
Old syntax of class constructor. Deprecated in PHP7.


getHelpButton()   X-Ref
get html for help button

return: string html for help button

getElementTemplateType()   X-Ref
Slightly different container template when frozen.

return: string



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