ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
This describes a Mode Control. More...
Public Member Functions | |
withActive (string $label) | |
set the currently active/engaged Button by label. More... | |
getActive () | |
get the label of the currently active/engaged button of the mode control More... | |
getLabelledActions () | |
Get the array containing the actions and labels of the mode control. More... | |
getAriaLabel () | |
Get the aria-label on the ViewControl. More... | |
![]() | |
getCanonicalName () | |
Get the canonical name of the component. More... | |
reduceWith (\Closure $fn) | |
The scheme starts at the leaves of the structure and applies the function to each leave and moves up the tree recursively. More... | |
ILIAS\UI\Component\ViewControl\Mode::getActive | ( | ) |
get the label of the currently active/engaged button of the mode control
ILIAS\UI\Component\ViewControl\Mode::getAriaLabel | ( | ) |
Get the aria-label on the ViewControl.
ILIAS\UI\Component\ViewControl\Mode::getLabelledActions | ( | ) |
Get the array containing the actions and labels of the mode control.
ILIAS\UI\Component\ViewControl\Mode::withActive | ( | string | $label | ) |
set the currently active/engaged Button by label.
string | $label,. | The label of the button to activate |
Referenced by ilIndividualAssessmentMembersGUI\getModeControl().