title = 'My Yii Application'; ?>
['class'=>'search-work-form'],'action'=>[''], 'method'=>'get']); ?> field($model, 'city') ->widget(Select2::classname(), [ 'options' => [ 'placeholder' => 'Выбор города ...' ], 'pluginOptions' => [ 'allowClear' => true, 'minimumInputLength' => 3, 'ajax' => [ 'url' => \yii\helpers\Url::to([ 'site/city' ]), 'dataType' => 'json', 'data' => new JsExpression('function(params) { return {q:params.term}; }'), ], 'escapeMarkup' => new JsExpression('function (markup) { return markup; }'), 'templateResult' => new JsExpression('function(city) { return city.text; }'), 'templateSelection' => new JsExpression('function (city) { return city.text; }'), ], ]); ?> field($model, 'specialization') ->dropDownList($specialization, ['prompt' => 'Любая']); ?>
end(); ?>
Вакансии
$dataProvider, 'itemView' => '_vacancy_list_view', 'summary' => false, ]); ?>