#include <forms.h>
◆ action
◆ ecmascript_obj
void* form::ecmascript_obj |
◆ form_end
◆ form_num
The value of form_num
serves both as a unique ID of the form.
However form_num
and form_end also stores information about where in the source the form is positioned. Combined they are used to figured which form items belong to which forms after rendering tables.
Initially the range between form_num
and form_end will stretch from 0 to INT_MAX. When a new form is added the range is partitioned so the forms each has unique source ranges.
◆ items
◆ magic1
◆ magic2
◆ method
◆ name
◆ next
◆ onsubmit
◆ prev
◆ target
The documentation for this struct was generated from the following file: