className = $class; ?> count)) : ?> $action]) ?> field($model, 'className') ->hiddenInput(['id' => "{$model->clientFormName}-{$model->index}-className"]) ->label(false) ?>
field($model, 'numberToDelete') ->widget( Select2::class, [ 'data' => $model->numbersToDeleteList, 'options' => [ 'id' => "{$model->clientFormName}-{$model->index}-numberToDelete", 'placeholder' => Yii::t('backend', 'Выберите ...'), ], 'pluginOptions' => [ 'tags' => true, 'maximumInputLength' => 10, 'tokenSeparators' => [',', ' '], 'dropdownParent' => '#card-body-id', ], ] ); ?>
'btn btn-danger'] ) ?>