|
MediaWiki
master
|
Class for generating clickable toggle links for a list of checkboxes. More...

Public Member Functions | |
| __construct (OutputPage $output) | |
| getHTML () | |
Private Member Functions | |
| checkboxLink ($checkboxType) | |
Private Attributes | |
| OutputPage | $output |
Class for generating clickable toggle links for a list of checkboxes.
This is only supported on clients that have JavaScript enabled; it is hidden for clients that have it disabled.
Definition at line 31 of file ListToggle.php.
| ListToggle::__construct | ( | OutputPage | $output | ) |
Definition at line 35 of file ListToggle.php.
References $output, OutputPage\addModules(), OutputPage\addModuleStyles(), and output().
|
private |
Definition at line 42 of file ListToggle.php.
References Html\element(), ContextSource\msg(), and output().
Referenced by getHTML().
| ListToggle::getHTML | ( | ) |
Definition at line 53 of file ListToggle.php.
References checkboxLink(), ContextSource\getLanguage(), ContextSource\msg(), output(), and Html\rawElement().
|
private |
Definition at line 33 of file ListToggle.php.
Referenced by __construct().