Skip to content

Commit

Permalink
Merge branch 'master' into patch-18
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSilence authored Oct 21, 2022
2 parents 6eb27b4 + 54ee1aa commit cab6b14
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/guide-fr/input-forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Pjax::end();

Il y a des problèmes connus avec l'utilisation de `jQuery.serializeArray()` lorsqu'on manipule des [fichiers](https://github.com/jquery/jquery/issues/2321) et des [valeurs de boutons de soumission](https://github.com/jquery/jquery/issues/2321) qui ne peuvent être résolus et sont plutôt rendus obsolète en faveur de la classe `FormData` introduite en HTML5.

Cela siginifie que la seule prise en charge officielle pour les fichiers et les valeurs de boutons de soumission avec ajax, ou en utilisant le composant graphique [[yii\widgets\Pjax|Pjax]], dépend de la [prise en charge par le navigateur](https://developer.mozilla.org/en-US/docs/Web/API/FormData#Browser_compatibility) de la classe `FormData`.
Cela siginifie que la seule prise en charge officielle pour les fichiers et les valeurs de boutons de soumission avec ajax, ou en utilisant le composant graphique [[yii\widgets\Pjax|Pjax]], dépend de la [prise en charge par le navigateur](https://developer.mozilla.org/fr/docs/Web/API/FormData#compatibilit%C3%A9_des_navigateurs) de la classe `FormData`.

Lectures d'approfondissement <span id="further-reading"></span>
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ja/input-forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Pjax::end();

このことは、すなわち、ajax または [[yii\widgets\Pjax|Pjax]] ウィジェットを使う場合、
ファイルと送信ボタンの値に対する唯一の公式なサポートは、
`FormData` クラスに対する [ブラウザのサポート](https://developer.mozilla.org/en-US/docs/Web/API/FormData#Browser_compatibility)
`FormData` クラスに対する [ブラウザのサポート](https://developer.mozilla.org/ja/docs/Web/API/FormData#%E3%83%96%E3%83%A9%E3%82%A6%E3%82%B6%E5%AE%9F%E8%A3%85%E7%8A%B6%E6%B3%81)
に依存しているということを意味します。

さらに読むべき文書 <span id="further-reading"></span>
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-pl/input-forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ wprowadzonej w HTML5.

Oznacza to, że oficjalne wsparcie dla plików i wartości przycisku submit używanych w połączeniu
z ajaxem lub widżetem [[yii\widgets\Pjax|Pjax]] zależy od
[[https://developer.mozilla.org/en-US/docs/Web/API/FormData#Browser_compatibility|wsparcia przeglądarki]]
[[https://developer.mozilla.org/en-US/docs/Web/API/FormData#browser_compatibility|wsparcia przeglądarki]]
dla klasy `FormData`.

Dalsza lektura <span id="further-reading"></span>
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/input-forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Pjax::end();

Это означет, что поддержка файлов и значений submit-кнопок через AJAX или виджет
[[yii\widgets\Pjax|Pjax]] зависит от
[поддержки в браузере](https://developer.mozilla.org/en-US/docs/Web/API/FormData#Browser_compatibility)
[поддержки в браузере](https://developer.mozilla.org/ru/docs/Web/API/FormData#%D1%81%D0%BE%D0%B2%D0%BC%D0%B5%D1%81%D1%82%D0%B8%D0%BC%D0%BE%D1%81%D1%82%D1%8C)
класса `FormData`.


Expand Down
2 changes: 1 addition & 1 deletion docs/guide-zh-CN/input-forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Pjax::end();
这意味着对 ajax 或使用 [[yii\widgets\Pjax|Pjax]]
小部件的文件和提交按钮值的唯一官方支持取决于
`FormData` 类的
[浏览器支持](https://developer.mozilla.org/en-US/docs/Web/API/FormData#Browser_compatibility)
[浏览器支持](https://developer.mozilla.org/zh-CN/docs/Web/API/FormData#%E6%B5%8F%E8%A7%88%E5%99%A8%E5%85%BC%E5%AE%B9%E6%80%A7)

延伸阅读 <span id="further-reading"></span>
---------------
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/input-forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ introduced in HTML5.

That means the only official support for files and submit button values with
ajax or using the [[yii\widgets\Pjax|Pjax]] widget depends on the
[browser support](https://developer.mozilla.org/en-US/docs/Web/API/FormData#Browser_compatibility)
[browser support](https://developer.mozilla.org/en-US/docs/Web/API/FormData#browser_compatibility)
for the `FormData` class.

Further Reading <span id="further-reading"></span>
Expand Down

0 comments on commit cab6b14

Please sign in to comment.