ข้ามไปเนื้อหา

ผลต่างระหว่างรุ่นของ "CuneiForm"

เพิ่มขึ้น 660 ไบต์ ,  16 เมษายน 2567
บรรทัดที่ 719: บรรทัดที่ 719:
*#*# If other tables and forms on the page are affected ('''{{code|data.crossfill}}''': ''dict'': See note), re-populate them.
*#*# If other tables and forms on the page are affected ('''{{code|data.crossfill}}''': ''dict'': See note), re-populate them.
*#*# If the document-level verification pills must be manipulated ('''{{code|data.docverify}}''': ''dict'': See note), do so.
*#*# If the document-level verification pills must be manipulated ('''{{code|data.docverify}}''': ''dict'': See note), do so.
*#*# If the form belongs to a table as the in-line form ({{code|form_obj.in_table}}) or the fully-expanded form ({{code|form_obj.table_linked}}), commit the change (if any) to the table as well by looking for '''{{code|data.entry}}''' (shares similar format with the table data in '''{{code|data.crossfill}}''', see note).
*#*# If the form belongs to a table as the in-line form ({{code|form_obj.in_table}}) or the fully-expanded form ({{code|form_obj.table_linked}}), commit the change (if any) to the table as well by looking for '''{{code|data.entry}}''' (shares format with the table data in '''{{code|data.crossfill}}''', see note).
*#*# 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}}.
*# 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.
*# Reset '''transient_data''' and all form's flag attributes.
*# Re-format all special-type field values.
 


'''{{code|data.err}}''' takes the following format:
'''{{code|data.err}}''' takes the following format: