18 declare(strict_types=1);
43 $factory = $DIC->ui()->factory();
46 $input = $factory->input()->field()->image(
48 ImagePurpose::DECORATIVE,
50 'This image will be purely decorative',
53 $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.