MediaWiki REL1_32
|
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(), and OutputPage\addModuleStyles().
|
private |
Definition at line 42 of file ListToggle.php.
Referenced by getHTML().
ListToggle::getHTML | ( | ) |
|
private |
Definition at line 33 of file ListToggle.php.
Referenced by __construct().