Skip to content

Commit

Permalink
Tiny documentation fix [skip ci] (yiisoft#13998)
Browse files Browse the repository at this point in the history
  • Loading branch information
MysteryDragon authored and samdark committed Apr 17, 2017
1 parent 454f0a9 commit 400c531
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/guide-es/input-file-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ use yii\widgets\ActiveForm;
Es importante recordad que agregues la opción `enctype` al formulario para que el archivo pueda ser subido apropiadamente.
La llamada a `fileInput()` renderizará un tag `<input type="file">` que le permitirá al usuario seleccionar el archivo a subir.

> Tip: desde la versión 2.0.8, [[yii\web\widgets\ActiveField::fileInput|fileInput]] agrega la opción `enctype` al formulario
> Tip: desde la versión 2.0.8, [[yii\widgets\ActiveField::fileInput|fileInput]] agrega la opción `enctype` al formulario
automáticamente cuando se utiliza una campo de subida de archivo.

## Uniendo Todo <span id="wiring-up"></span>
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-fr/input-file-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ use yii\widgets\ActiveForm;

Il est important de se rappeler que vous devez ajouter l'option `enctype` au formulaire afin que le fichier soit proprement chargé sur le serveur. L'appel de `fileInput()` rend une balise `<input type="file">` qui permet à l'utilisateur de sélectionner un fichier à charger sur le serveur.

> Tip: depuis la version 2.0.8, [[yii\web\widgets\ActiveField::fileInput|fileInput]] ajoute l'option `enctype` au formulaire automatiquement lorsqu'un champ d'entrée de fichier est utilisé.
> Tip: depuis la version 2.0.8, [[yii\widgets\ActiveField::fileInput|fileInput]] ajoute l'option `enctype` au formulaire automatiquement lorsqu'un champ d'entrée de fichier est utilisé.
## Câblage <span id="wiring-up"></span>

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ja/input-file-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ use yii\widgets\ActiveForm;
ファイルが正しくアップロードされるように、フォームに `enctype` オプションを追加することを憶えておくのは重要なことです。
`fileInput()` を呼ぶと `<input type="file">` のタグがレンダリングされて、ユーザがアップロードするファイルを選ぶことが出来るようになります。

> Tip: バージョン 2.0.8 以降では、ファイルインプットのフィールドが使われているときは、[[yii\web\widgets\ActiveField::fileInput|fileInput]] がフォームに `enctype` オプションを自動的に追加します。
> Tip: バージョン 2.0.8 以降では、ファイルインプットのフィールドが使われているときは、[[yii\widgets\ActiveField::fileInput|fileInput]] がフォームに `enctype` オプションを自動的に追加します。

## 繋ぎ合せる <span id="wiring-up"></span>
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-pl/input-file-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ use yii\widgets\ActiveForm;
Należy pamiętać, aby dodać opcję `enctype` do formularza, przez co plik będzie mógł być prawidłowo przesłany.
Wywołanie `fileInput()` spowoduje wyrenderowanie tagu `<input type="file">`, który pozwala użytkownikowi na wybranie oraz przesłanie pliku.

> Tip: od wersji 2.0.8, [[yii\web\widgets\ActiveField::fileInput|fileInput]] dodaje automatycznie opcję `enctype` do formularza, kiedy pole typu 'file input' jest używane.
> Tip: od wersji 2.0.8, [[yii\widgets\ActiveField::fileInput|fileInput]] dodaje automatycznie opcję `enctype` do formularza, kiedy pole typu 'file input' jest używane.
## Implementacja kontrolera <span id="wiring-up"></span>

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/input-file-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ use yii\widgets\ActiveForm;
Важно помнить, что для корректной загрузки файла, необходим параметр формы `enctype`. Метод `fileInput()`
выведет тег `<input type="file">`, позволяющий пользователю выбрать файл для загрузки.

> Tip: начиная с версии 2.0.8, [[yii\web\widgets\ActiveField::fileInput|fileInput]] автоматически добавляет
> Tip: начиная с версии 2.0.8, [[yii\widgets\ActiveField::fileInput|fileInput]] автоматически добавляет
к форме свойство `enctype`, если в ней есть поле для загрузки файла.

## Загрузка <span id="wiring-up"></span>
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/input-file-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ use yii\widgets\ActiveForm;
It is important to remember that you add the `enctype` option to the form so that the file can be properly uploaded.
The `fileInput()` call will render a `<input type="file">` tag which will allow users to select a file to upload.

> Tip: since version 2.0.8, [[yii\web\widgets\ActiveField::fileInput|fileInput]] adds `enctype` option to the form
> Tip: since version 2.0.8, [[yii\widgets\ActiveField::fileInput|fileInput]] adds `enctype` option to the form
automatically when file input field is used.

## Wiring Up <span id="wiring-up"></span>
Expand Down

0 comments on commit 400c531

Please sign in to comment.