File tree 2 files changed +5
-5
lines changed
reference/forms/types/options
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
**type**: ``string `` **default**: empty string
8
8
9
9
This option specifies where to send the form's data on submission (usually an
10
- URI). It' s value is rendered as the ``action`` attribute of the ``form``
10
+ URI). Its value is rendered as the ``action`` attribute of the ``form``
11
11
element. An empty value is considered a same-document reference, i.e. the form
12
12
will be submitted to the same URI that rendered the form.
Original file line number Diff line number Diff line change 6
6
7
7
**type**: ``string `` **default**: ``POST``
8
8
9
- This option specifies the HTTP method used to submit the form's data. It' s
10
- value is rendered as the ``method`` attribute of the ``form`` element and to
11
- perform some consistency checks when evaluating the form after submission.
12
- Possible values are:
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 and is
11
+ used to decide whether to process the form submission in the
12
+ ``handleRequest()`` method after submission. Possible values are:
13
13
14
14
* POST
15
15
* GET
You can’t perform that action at this time.
0 commit comments