'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;'],
+ 'fieldOptions' => [
+ 'style' => 'width: 150px;',
+ ],
'options' => [
+ 'style' => 'max-width: 150px; overflow: hidden;',
'options' => [
'multiple' => false,
'accept' => 'video/*',