1,844
การแก้ไข
ล (→Sending Data) |
|||
| บรรทัดที่ 257: | บรรทัดที่ 257: | ||
Sometimes, a form submission is followed by a long, thread-based operation. More attributes are needed to dictate the thread-tracking behaviours. | Sometimes, a form submission is followed by a long, thread-based operation. More attributes are needed to dictate the thread-tracking behaviours. | ||
* '''wait_long_process''' ''(bool: defaults to {{code|lang=python|False}})'': Whether the form submission triggers a | * '''wait_long_process''' ''(bool: defaults to {{code|lang=python|False}})'': Whether the form submission triggers a thread-based process (e.g. report prompt form). | ||
* '''track_route''' ''(url_for_string: defaults to {{code|lang=python|False}} if {{code|wait_long_process}} is not given, defaults to {{code|lang=python|'/task_track'}} otherwise)'': Route to send task-tracking request. | * '''track_route''' ''(url_for_string: defaults to {{code|lang=python|False}} if {{code|wait_long_process}} is not given, defaults to {{code|lang=python|'/task_track'}} otherwise)'': Route to send task-tracking request. | ||
* '''wait_redirect''' ''(url_for_string: defaults to {{code|lang=python|False}})'': Route to redirect to when the long-process associated with the form is completed. | * '''wait_redirect''' ''(url_for_string: defaults to {{code|lang=python|False}})'': Route to redirect to when the long-process associated with the form is completed. | ||