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

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

บรรทัดที่ 297: บรรทัดที่ 297:
** '''post_route''': The original value is stored in the attribute '''orig_post_route'''. This attribute itself is modified with data when a submit request is being prepared.
** '''post_route''': The original value is stored in the attribute '''orig_post_route'''. This attribute itself is modified with data when a submit request is being prepared.


* '''References to DOM Elements & Objects'''
* '''References to DOM Elements & Objects''': Arrays marked with '''*''' shares the same length as {{code|form_obj.seq}}, with undefined elements padded with {{code|lang=javascript|null}}.
** '''form_ele''': Points to the corresponding {{code|lang=html|<form>}} DOM element.
** '''form_ele''': Points to the corresponding {{code|lang=html|<form>}} DOM element.
** '''fill_eles'''*: An array collection of the field elements themselves. You might access this array to manipulate the value or status of a field.
** '''fill_eles'''*: An array collection of the field elements themselves. You might access this array to manipulate the value or status of a field.
บรรทัดที่ 307: บรรทัดที่ 307:
** '''proxy_submit_ele''': The mock element meant to be used instead of the form's own submit element. Use cases include the need to call additional functions before form submission and form chaining.
** '''proxy_submit_ele''': The mock element meant to be used instead of the form's own submit element. Use cases include the need to call additional functions before form submission and form chaining.
** '''linked_modals''': An array collection of 'modal objects' linked to the form via search-and-fill relationships.
** '''linked_modals''': An array collection of 'modal objects' linked to the form via search-and-fill relationships.
'''NOTE THAT''' arrays marked by '''*''' shares the same length as {{code|form_obj.seq}}, with undefined elements padded with {{code|lang=javascript|null}}.


* '''Field-related Attributes'''
* '''Field-related Attributes'''