1,226
การแก้ไข
ลไม่มีความย่อการแก้ไข |
|||
บรรทัดที่ 722: | บรรทัดที่ 722: | ||
*#*# If the form belongs to a modal ({{code|form_obj.in_modal}}), clear the modal's '''hide_mode''' attribute to {{code|lang=javascript|'plain'}}. | *#*# If the form belongs to a modal ({{code|form_obj.in_modal}}), clear the modal's '''hide_mode''' attribute to {{code|lang=javascript|'plain'}}. | ||
*# Where applicable, pack the transient data ('''{{code|data._transient_data}}''': ''dict'') to {{code|form_obj.transient_data}} and run each functions in {{code|form_obj.post_submit_cmds}}. | *# Where applicable, pack the transient data ('''{{code|data._transient_data}}''': ''dict'') to {{code|form_obj.transient_data}} and run each functions in {{code|form_obj.post_submit_cmds}}. | ||
*# On a multi-component page, if the form is bound to the page sequence ({{form_obj.sequence_bound}}), and the non-deleting submission is successful (page flag '''will_proceed_editmode'''), proceed through the page's step. | *# On a multi-component page, if the form is bound to the page sequence ({{code|form_obj.sequence_bound}}), and the non-deleting submission is successful (page flag '''will_proceed_editmode'''), proceed through the page's step. | ||
*# Reset '''transient_data''' and all form's flag attributes. | *# Reset '''transient_data''' and all form's flag attributes. | ||
*# Re-format all special-type field values. | *# Re-format all special-type field values. |