18 declare(strict_types=1);
45 $factory = $DIC->ui()->factory();
48 $input = $factory->input()->field()->image(
50 ImagePurpose::INFORMATIVE,
52 'This image should convey important information.',
55 $form = $factory->input()->container()->form()->standard(
"#", [$input]);
ImagePurpose
This enum provides options to categorise the purpose of an image, which will be used to determine whe...
Class ilUIDemoFileUploadHandlerGUI.