ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Functions | |
with_dedicated_name () | |
description: > Example showing an Input with an optional dedicated name which is used as NAME attribute on the rendered input. More... | |
with_dedicated_name_and_path () | |
description: > Example showing Inputs with dedicated names that are contained within a named group. More... | |
with_required () | |
description: > Example showing the use of the withRequired() method More... | |
with_required_custom_constraint () | |
description: > Example showing the use of the withRequired() method with a custom constraint that replaces the default requirement constraint. More... | |
ILIAS\UI\examples\Input\Field\with_dedicated_name | ( | ) |
description: > Example showing an Input with an optional dedicated name which is used as NAME attribute on the rendered input.
This option is available for all Input/Fields. Inputs without a dedicated name will get an auto-generated name. Please see the interface of withDedicatedName() for further details on naming.
expected output: >
Definition at line 36 of file with_dedicated_name.php.
ILIAS\UI\examples\Input\Field\with_dedicated_name_and_path | ( | ) |
description: > Example showing Inputs with dedicated names that are contained within a named group.
The name of the group is added to the 'path' and included in the name of the sub-inputs.
expected output: >
Definition at line 33 of file with_dedicated_name_and_path.php.
References $DIC, and $renderer.
ILIAS\UI\examples\Input\Field\with_required | ( | ) |
ILIAS\UI\examples\Input\Field\with_required_custom_constraint | ( | ) |
description: > Example showing the use of the withRequired() method with a custom constraint that replaces the default requirement constraint.
A custom constraint SHOULD be explained in the byline of the input.
expected output: >
Definition at line 36 of file with_required_custom_constraint.php.
References $DIC, ILIAS\UI\examples\Layout\Page\Standard\$refinery, and $renderer.