|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Namespaces | |
| namespace | Checkbox |
| namespace | ColorSelect |
| namespace | DateTime |
| namespace | Duration |
| namespace | File |
| namespace | Group |
| namespace | Hidden |
| namespace | Image |
| namespace | Link |
| namespace | Markdown |
| namespace | MultiSelect |
| namespace | Numeric |
| namespace | OptionalGroup |
| namespace | Password |
| namespace | Radio |
| namespace | Rating |
| namespace | Section |
| namespace | Select |
| namespace | SwitchableGroup |
| namespace | Tag |
| namespace | Text |
| namespace | Textarea |
| namespace | TreeMultiSelect |
| namespace | TreeSelect |
| namespace | Url |
Functions | |
| with_dedicated_name () | |
| with_dedicated_name_and_path () | |
| with_required () | |
| with_required_custom_constraint () | |
| 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.
| ILIAS\UI\examples\Input\Field\with_required | ( | ) |
description: > Example showing the use of the withRequired() method
expected output: >
Definition at line 32 of file with_required.php.
| 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\Mail\$refinery, and $renderer.