- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 2,089 for form (0.02 seconds)
-
docs/en/docs/tutorial/request-form-models.md
/// ## Pydantic Models for Forms { #pydantic-models-for-forms } You just need to declare a **Pydantic model** with the fields you want to receive as **form fields**, and then declare the parameter as `Form`: {* ../../docs_src/request_form_models/tutorial001_an_py310.py hl[9:11,15] *} **FastAPI** will **extract** the data for **each field** from the **form data** in the request and give you the Pydantic model you defined.Created: 2026-04-05 07:19 - Last Modified: 2026-03-05 18:13 - 2.1K bytes - Click Count (0) -
docs/zh/docs/tutorial/request-form-models.md
{* ../../docs_src/request_form_models/tutorial001_an_py310.py hl[9:11,15] *} **FastAPI** 将从请求中的**表单数据**中**提取**出**每个字段**的数据,并提供你定义的 Pydantic 模型。 ## 检查文档 { #check-the-docs } 你可以在文档 UI 中验证它,地址为 `/docs`: <div class="screenshot"> <img src="/img/tutorial/request-form-models/image01.png"> </div> ## 禁止额外的表单字段 { #forbid-extra-form-fields }Created: 2026-04-05 07:19 - Last Modified: 2026-03-20 17:06 - 2.1K bytes - Click Count (0) -
docs/de/docs/tutorial/request-form-models.md
/// note | Hinweis Dies wird seit FastAPI Version `0.113.0` unterstützt. 🤓 /// ## Pydantic-Modelle für Formulare { #pydantic-models-for-forms } Sie müssen nur ein **Pydantic-Modell** mit den Feldern deklarieren, die Sie als **Formularfelder** erhalten möchten, und dann den Parameter als `Form` deklarieren: {* ../../docs_src/request_form_models/tutorial001_an_py310.py hl[9:11,15] *}Created: 2026-04-05 07:19 - Last Modified: 2026-03-19 17:58 - 2.6K bytes - Click Count (0) -
docs/fr/docs/tutorial/request-form-models.md
Ceci est pris en charge depuis la version `0.113.0` de FastAPI. 🤓 /// ## Modèles Pydantic pour les formulaires { #pydantic-models-for-forms } Vous avez simplement besoin de déclarer un **modèle Pydantic** avec les champs que vous souhaitez recevoir comme **champs de formulaire**, puis de déclarer le paramètre comme `Form` : {* ../../docs_src/request_form_models/tutorial001_an_py310.py hl[9:11,15] *}Created: 2026-04-05 07:19 - Last Modified: 2026-03-19 18:37 - 2.5K bytes - Click Count (0) -
docs/ko/docs/tutorial/request-form-models.md
{* ../../docs_src/request_form_models/tutorial001_an_py310.py hl[9:11,15] *} **FastAPI**는 요청에서 받은 **폼 데이터**에서 **각 필드**에 대한 데이터를 **추출**하고 정의한 Pydantic 모델을 줍니다. ## 문서 확인하기 { #check-the-docs } 문서 UI `/docs`에서 확인할 수 있습니다: <div class="screenshot"> <img src="/img/tutorial/request-form-models/image01.png"> </div> ## 추가 폼 필드 금지하기 { #forbid-extra-form-fields }Created: 2026-04-05 07:19 - Last Modified: 2026-03-20 14:06 - 2.4K bytes - Click Count (0) -
docs/tr/docs/tutorial/request-form-models.md
/// ## Form'lar için Pydantic Model'leri { #pydantic-models-for-forms } Sadece, **form field** olarak almak istediğiniz alanlarla bir **Pydantic model** tanımlayın ve ardından parametreyi `Form` olarak bildirin: {* ../../docs_src/request_form_models/tutorial001_an_py310.py hl[9:11,15] *} **FastAPI**, request içindeki **form data**'dan **her bir field** için veriyi **çıkarır** ve size tanımladığınız Pydantic model'ini verir.
Created: 2026-04-05 07:19 - Last Modified: 2026-03-20 07:53 - 2.4K bytes - Click Count (0) -
docs/ru/docs/tutorial/request-form-models.md
/// note | Заметка Этот функционал доступен начиная с версии FastAPI `0.113.0`. 🤓 /// ## Pydantic-модели для форм { #pydantic-models-for-forms } Вам просто нужно объявить **Pydantic-модель** с полями, которые вы хотите получить как **поля формы**, а затем объявить параметр как `Form`: {* ../../docs_src/request_form_models/tutorial001_an_py310.py hl[9:11,15] *}Created: 2026-04-05 07:19 - Last Modified: 2026-03-19 17:56 - 3.3K bytes - Click Count (0) -
docs/ja/docs/tutorial/request-form-models.md
受け取りたいフィールドを **フォームフィールド** として持つ **Pydantic モデル** を宣言し、パラメータを `Form` として宣言するだけです: {* ../../docs_src/request_form_models/tutorial001_an_py310.py hl[9:11,15] *} **FastAPI** はリクエストの **フォームデータ** から **各フィールド** のデータを **抽出** し、定義した Pydantic モデルとして渡します。 ## ドキュメントで確認 { #check-the-docs } `/docs` のドキュメント UI で確認できます: <div class="screenshot"> <img src="/img/tutorial/request-form-models/image01.png"> </div>Created: 2026-04-05 07:19 - Last Modified: 2026-03-20 14:07 - 2.7K bytes - Click Count (0) -
docs/es/docs/tutorial/request-form-models.md
/// ## Modelos de Pydantic para Formularios { #pydantic-models-for-forms } Solo necesitas declarar un **modelo de Pydantic** con los campos que quieres recibir como **campos de formulario**, y luego declarar el parámetro como `Form`: {* ../../docs_src/request_form_models/tutorial001_an_py310.py hl[9:11,15] *} **FastAPI** **extraerá** los datos de **cada campo** de los **form data** en el request y te dará el modelo de Pydantic que definiste.Created: 2026-04-05 07:19 - Last Modified: 2026-03-19 18:15 - 2.3K bytes - Click Count (0) -
src/main/webapp/js/admin/plugins/form-validator/jquery.form-validator.min.js
function(){"function"==typeof b.onModulesLoaded&&b.onModulesLoaded();var c="string"==typeof b.form?a(b.form):b.form;a.formUtils.$win.trigger("validatorsLoaded",[c,b])})}}(a),function(a,b){"use strict";var c=a(b);a.formUtils=a.extend(a.formUtils||{},{$win:c,defaultConfig:function(){return{ignore:[],errorElementClass:"error",successElementClass:"valid",borderColorOnError:"#b94a48",errorMessageClass:"form-error",validationRuleAttribute:"data-validation",validationErrorMsgAttribute:"data-validation-...Created: 2026-03-31 13:07 - Last Modified: 2018-01-01 05:12 - 32.8K bytes - Click Count (0)