Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit70ca6da

Browse files
committed
Improvements after review
1 parentcecc762 commit70ca6da

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎reference/forms/types/options/action.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ action
77
**type**: ``string``**default**: empty string
88

99
This option specifies where to send the form's data on submission (usually an
10-
URI).It's value is rendered as the ``action`` attributeof the ``form``
10+
URI).Its value is rendered as the ``action`` attribute of the ``form``
1111
element. An empty value is considered a same-document reference, i.e. the form
1212
will be submitted to the same URI that rendered the form.

‎reference/forms/types/options/method.rst.inc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ method
66

77
**type**: ``string``**default**: ``POST``
88

9-
This option specifies the HTTP method used to submit the form's data.It's
10-
value is rendered as the ``method`` attributeof the ``form`` elementandto
11-
perform some consistency checks when evaluating the formaftersubmission.
12-
Possible valuesare:
9+
This option specifies the HTTP method used to submit the form's data.Its
10+
value is rendered as the ``method`` attribute of the ``form`` element andis
11+
used to decide whether to process the form submission in the
12+
``handleRequest()`` method after submission.Possible values are:
1313
1414
* POST
1515
* GET

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp