|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| SimpleCheckboxTag ($attributes) | |
| expectEndTag () | |
| setValue ($value) | |
| getDefault () | |
| expectEndTag | ( | ) |
| getDefault | ( | ) |
Accessor for starting value. The default value is "on".
Reimplemented from SimpleWidget.
Definition at line 1050 of file tag.php.

| setValue | ( | $ | value | ) |
The only allowed value in the one in the "value" attribute. The default for this attribute is "on". If this widget is set to true, then the usual value will be taken.
| string | $value | New value. |
Reimplemented from SimpleWidget.
Definition at line 1031 of file tag.php.

| SimpleCheckboxTag | ( | $ | attributes | ) |