Go to the source code of this file.
|
dom_exception | dom_html_form_element_get_elements (dom_html_form_element *ele, struct dom_html_collection **col) |
|
dom_exception | dom_html_form_element_get_length (dom_html_form_element *ele, uint32_t *len) |
|
dom_exception | dom_html_form_element_get_accept_charset (dom_html_form_element *ele, dom_string **accept_charset) |
|
dom_exception | dom_html_form_element_set_accept_charset (dom_html_form_element *ele, dom_string *accept_charset) |
|
dom_exception | dom_html_form_element_get_action (dom_html_form_element *ele, dom_string **action) |
|
dom_exception | dom_html_form_element_set_action (dom_html_form_element *ele, dom_string *action) |
|
dom_exception | dom_html_form_element_get_enctype (dom_html_form_element *ele, dom_string **enctype) |
|
dom_exception | dom_html_form_element_set_enctype (dom_html_form_element *ele, dom_string *enctype) |
|
dom_exception | dom_html_form_element_get_method (dom_html_form_element *ele, dom_string **method) |
|
dom_exception | dom_html_form_element_set_method (dom_html_form_element *ele, dom_string *method) |
|
dom_exception | dom_html_form_element_get_target (dom_html_form_element *ele, dom_string **target) |
|
dom_exception | dom_html_form_element_set_target (dom_html_form_element *ele, dom_string *target) |
|
dom_exception | dom_html_form_element_submit (dom_html_form_element *ele) |
|
dom_exception | dom_html_form_element_reset (dom_html_form_element *ele) |
|
◆ dom_html_form_element
typedef struct dom_html_form_element dom_html_form_element |
◆ dom_html_form_element_get_accept_charset()
◆ dom_html_form_element_get_action()
◆ dom_html_form_element_get_elements()
Get the form controls under this form element
- Parameters
-
ele | The form object |
col | The collection of form controls |
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ dom_html_form_element_get_enctype()
◆ dom_html_form_element_get_length()
Get the number of form controls under this form element
- Parameters
-
ele | The form object |
len | The number of controls |
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ dom_html_form_element_get_method()
◆ dom_html_form_element_get_target()
◆ dom_html_form_element_reset()
Reset this form
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ dom_html_form_element_set_accept_charset()
◆ dom_html_form_element_set_action()
◆ dom_html_form_element_set_enctype()
◆ dom_html_form_element_set_method()
◆ dom_html_form_element_set_target()
◆ dom_html_form_element_submit()
Submit this form
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.