1,801
การแก้ไข
| บรรทัดที่ 287: | บรรทัดที่ 287: | ||
Below is the list of and notes on form object attributes: | Below is the list of and notes on form object attributes: | ||
* '''Basic Attributes''' | * '''Basic Attributes''' | ||
** ''' | ** '''id''': Takes on the value of {{code|form._id}}. | ||
** '''self_type''': Takes on value {{code|lang=javascript|'form'}}. | ** '''self_type''': Takes on value {{code|lang=javascript|'form'}}. | ||
** '''token''': The CSRF Token of the form, used to verify the form submission request. | ** '''token''': The CSRF Token of the form, used to verify the form submission request. | ||