title = 'Мой профиль'; $this->params[ 'breadcrumbs' ][] = $this->title; ?>

title ?>

field($team, 'lastname') ->textInput() ?> field($team, 'firstname') ->textInput() ?> field($team, 'middlename') ->textInput() ?> field($team, 'link') ->textInput() ?> field($team, 'position') ->textInput() ?> field($team, 'department_id') ->dropDownList($department) ?> field($team, 'experience_from', [ 'template' => "{label}, с {input} года \n{hint}\n{error}" ]) ->input('number') ?> field($team, 'country_id')->widget(Select2::classname(), [ 'options' => ['placeholder' => 'Выбор страны ...'], 'pluginOptions' => [ 'allowClear' => true, 'minimumInputLength' => 3, 'ajax' => [ 'url' => \yii\helpers\Url::to(['site/country']), 'dataType' => 'json', 'data' => new JsExpression('function(params) { return {q:params.term}; }') ], 'escapeMarkup' => new JsExpression('function (markup) { return markup; }'), 'templateResult' => new JsExpression('function(country) { return country.text; }'), 'templateSelection' => new JsExpression('function (country) { return country.text; }'), ], ]); ?> $team, 'field' => 'photo', 'width' => 100, 'height' => 100, 'multi' => false, 'gallery' => $team->photo, 'name' => 'Загрузить фото', ]); ?> end(); ?>