[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

Advanced checkbox type form element Contains HTML class for an advcheckbox type form element

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

Defines 1 class

MoodleQuickForm_advcheckbox:: (5 methods):
  __construct()
  MoodleQuickForm_advcheckbox()
  getHelpButton()
  toHtml()
  getFrozenHtml()


Class: MoodleQuickForm_advcheckbox  - X-Ref

HTML class for an advcheckbox type element

Overloaded {@link HTML_QuickForm_advcheckbox} with default behavior modified for Moodle.
This will return '0' if not checked and '1' if checked.

__construct($elementName=null, $elementLabel=null, $text=null, $attributes=null, $values=null)   X-Ref
constructor

param: string $elementName (optional) name of the checkbox
param: string $elementLabel (optional) checkbox label
param: string $text (optional) Text to put after the checkbox
param: mixed $attributes (optional) Either a typical HTML attribute string
param: mixed $values (optional) Values to pass if checked or not checked

MoodleQuickForm_advcheckbox($elementName=null, $elementLabel=null, $text=null, $attributes=null, $values=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

toHtml()   X-Ref
Returns HTML for advchecbox form element.

return: string

getFrozenHtml()   X-Ref
Returns the disabled field. Accessibility: the return "[ ]" from parent
class is not acceptable for screenreader users, and we DO want a label.

return: string



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