Browse Source

Russian translation: improvements of input-forms (#16381) [skip ci]

tags/2.0.16
Alexey Pyltsyn 6 years ago committed by Alexander Makarov
parent
commit
f2fbd58f43
  1. 2
      docs/guide-ru/input-forms.md

2
docs/guide-ru/input-forms.md

@ -141,7 +141,7 @@ use yii\widgets\Pjax;
use yii\widgets\ActiveForm;
Pjax::begin([
// Pjax options
// Опции Pjax
]);
$form = ActiveForm::begin([
'options' => ['data' => ['pjax' => true]],

Loading…
Cancel
Save