| [ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 91 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
HTMLCheckField:: (4 methods):
getInputHTML()
getLabel()
needsLabel()
loadDataFromRequest()
Class: HTMLCheckField - X-Ref
A checkbox field| getInputHTML( $value ) X-Ref |
| No description |
| getLabel() X-Ref |
| For a checkbox, the label goes on the right hand side, and is added in getInputHTML(), rather than HTMLFormField::getRow() return: string |
| needsLabel() X-Ref |
| checkboxes don't need a label. return: bool |
| loadDataFromRequest( $request ) X-Ref |
param: WebRequest $request return: string |
| Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |