1,813
การแก้ไข
| บรรทัดที่ 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. | ||