18 declare(strict_types=1);
46 $factory = $DIC->ui()->factory();
49 $input = $factory->input()->field()->image(
51 ImagePurpose::USER_DEFINED,
53 'Please provide an alternate text if necessary.',
54 $factory->input()->field()->text(
'Additional information')
57 $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.