19 declare(strict_types=1);
70 $clone->upload_button = $button;
79 public function withBulky(
bool $bulky): StandardDropzone
withUploadButton(Button $button)
Get a dropzone like this, using the given button to upload the files to the server.
getUploadButton()
Get the button to upload the files to the server.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
getMessage()
Get the message of this dropzone.
withBulky(bool $bulky)
Makes a dropzone bulky, this to ensure better visibility when the dropzone is to be displayed standal...
__construct(SignalGeneratorInterface $signal_generator, FieldFactory $field_factory, NameSource $name_source, string $title, string $message, string $post_url, FileInput $file_input, ?FormInput $additional_input)
SignalGeneratorInterface $signal_generator
__construct(Container $dic, ilPlugin $plugin)
A standard file dropzone offers the possibility to upload dropped files to the server.