Method |
Description |
|
_extend ( ) |
Called upon construct. Sets control properties |
|
get ( Theme $theme ) : string |
Render this control
Ensures that this control has an id property |
|
get_label_id ( ) : null | string |
Returns the ID of any wrapping label |
|
get_visualizer ( ) |
Provide the HTML id of the visualizer element, which is different from the input element that provides a value |
|
label ( string $label ) : FormControlLabel |
Shortcut to wrap this control in a label
This version for this control defaults to use the control.label.outsideright template |
|
pre_out ( ) : string |
Return the HTML/script required for this control. Do it only once. |
|
process ( ) |
Obtain the value of this control as supplied by the incoming $_POST values |
|
set_label_id ( string $id ) : FormControlAggregate |
Set the HTML id of the label to change when the aggregation value changes |
|
set_selector ( string $class ) : FormControlAggregate |
Set the selector used to find checkboxes whose values should be aggregated |
|