From 7ce3afee734ff8e01eee0cdf758bb06fbdcb5df0 Mon Sep 17 00:00:00 2001 From: yositani2002 Date: Fri, 20 Jun 2014 23:18:11 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AA=E6=96=87=E5=AD=97?= =?UTF-8?q?=E5=88=97=E3=81=AE=E5=89=8A=E9=99=A4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reference/forms/types/options/method.rst.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/reference/forms/types/options/method.rst.inc b/reference/forms/types/options/method.rst.inc index 73dc7ce..7f1f9c9 100644 --- a/reference/forms/types/options/method.rst.inc +++ b/reference/forms/types/options/method.rst.inc @@ -8,12 +8,8 @@ method このオプションでは、フォームのデータを送信するために使用されるHTTPメソッドを指定します。 その値は ``form`` 要素の ``method`` 属性として表示されます。 -また、 ``handleRequest()`` メソッドの中で送信後、フォームの送信を処理するかどうかを決定するために使用されています。 +また、送信後の ``handleRequest()`` メソッドの中で、フォームの送信をどう処理するかを決定するために使用されています。 可能な値は次のとおりです。 -This option specifies the HTTP method used to submit the form's data. Its -value is rendered as the ``method`` attribute of the ``form`` element and is -used to decide whether to process the form submission in the -``handleRequest()`` method after submission. Possible values are: * POST * GET