MediaWiki REL1_31
|
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 |
ListToggle::getHTML | ( | ) |
Definition at line 53 of file ListToggle.php.
References checkboxLink(), and output().
|
private |
Definition at line 33 of file ListToggle.php.
Referenced by __construct().