'name' => 'imageFiles',
'title' => 'Фотографии: jpg и png',
'type' => FileInput::className(),
+ 'headerOptions' => ['style' => 'width: 200px; white-space: nowrap;'],
+ 'contentOptions' => ['style' => 'max-width: 200px; overflow: hidden; text-overflow: ellipsis;'],
+
'options' => [
'options' => [
'multiple' => true,
'name' => 'videoFiles',
'title' => 'Видео: mp4, mov, avi',
'type' => FileInput::class,
+ 'headerOptions' => ['style' => 'width: 200px; white-space: nowrap;'],
+ 'contentOptions' => ['style' => 'max-width: 200px; overflow: hidden; text-overflow: ellipsis;'],
'options' => [
'options' => [
'multiple' => false,
'showUpload' => false,
'browseLabel' => '',
'removeLabel' => '',
- 'cancelLabel' => '',
+ 'cancelLabel' => '',
'browseIcon' => '+',
'removeIcon' => '-',
'cancelIcon' => 'x',