mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	Russian translation: improvements of input-forms (#16381) [skip ci]
This commit is contained in:
		
				
					committed by
					
						
						Alexander Makarov
					
				
			
			
				
	
			
			
			
						parent
						
							6590feef0d
						
					
				
				
					commit
					f2fbd58f43
				
			@ -141,7 +141,7 @@ use yii\widgets\Pjax;
 | 
				
			|||||||
use yii\widgets\ActiveForm;
 | 
					use yii\widgets\ActiveForm;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Pjax::begin([
 | 
					Pjax::begin([
 | 
				
			||||||
    // Pjax options
 | 
					    // Опции Pjax
 | 
				
			||||||
]);
 | 
					]);
 | 
				
			||||||
    $form = ActiveForm::begin([
 | 
					    $form = ActiveForm::begin([
 | 
				
			||||||
        'options' => ['data' => ['pjax' => true]],
 | 
					        'options' => ['data' => ['pjax' => true]],
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user