NetSurf
|
HTML form. More...
#include <form_internal.h>
Data Fields | |
void * | node |
Corresponding DOM node. More... | |
char * | action |
Absolute URL to submit to. More... | |
char * | target |
Target to submit to. More... | |
form_method | method |
Method and enctype. More... | |
char * | accept_charsets |
Charset to submit form in. More... | |
char * | document_charset |
Charset of document containing form. More... | |
struct form_control * | controls |
Linked list of controls. More... | |
struct form_control * | last_control |
Last control in list. More... | |
struct form * | prev |
Previous form in doc. More... | |
HTML form.
Definition at line 128 of file form_internal.h.
char* form::accept_charsets |
Charset to submit form in.
Definition at line 134 of file form_internal.h.
Referenced by form_acceptable_charset(), form_free(), and form_new().
char* form::action |
Absolute URL to submit to.
Definition at line 131 of file form_internal.h.
Referenced by form_free(), form_new(), form_submit(), gadget_mouse_action(), html_begin_conversion(), and parse_form_element().
struct form_control* form::controls |
Linked list of controls.
Definition at line 136 of file form_internal.h.
Referenced by form_add_control(), form_free(), form_free_control(), form_radio_set(), and html_forms_get_control_for_node().
char* form::document_charset |
Charset of document containing form.
Definition at line 135 of file form_internal.h.
Referenced by form_acceptable_charset(), form_dom_to_data(), form_free(), form_new(), and html_begin_conversion().
struct form_control* form::last_control |
Last control in list.
Definition at line 137 of file form_internal.h.
Referenced by form_add_control(), and form_free_control().
form_method form::method |
Method and enctype.
Definition at line 133 of file form_internal.h.
Referenced by form_new(), form_submit(), and parse_form_element().
void* form::node |
Corresponding DOM node.
Definition at line 129 of file form_internal.h.
Referenced by find_form(), form_dom_to_data(), form_new(), html_forms_get_forms(), and parse_form_element().
struct form* form::prev |
Previous form in doc.
Definition at line 139 of file form_internal.h.
Referenced by find_form(), html_begin_conversion(), html_destroy(), html_forms_get_control_for_node(), and html_forms_get_forms().
char* form::target |
Target to submit to.
Definition at line 132 of file form_internal.h.
Referenced by form_free(), form_new(), get_mouse_action_node(), and parse_form_element().