isNewRecord) { $model->secret = md5(time()); $model->remote_connection = false; } ?>
field($model, 'name')->textInput(['maxlength' => true]) ?> field($model, 'type')->dropDownList(Board::getTypesArray(), [ 'prompt' => '--- выберите тип ---', ]) ?> field($model, 'secret')->textInput(['maxlength' => true]) ?> field($model, 'baseUrl')->textInput(['maxlength' => true]) ?> field($model, 'remote_connection')->checkbox() ?>
isNewRecord ? 'Добавить' : 'Сохранить', ['class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary']) ?>