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