Go to the source code of this file.
|
dom_exception | dom_html_option_element_get_form (dom_html_option_element *option, dom_html_form_element **form) |
|
dom_exception | dom_html_option_element_get_default_selected (dom_html_option_element *option, bool *default_selected) |
|
dom_exception | dom_html_option_element_set_default_selected (dom_html_option_element *option, bool default_selected) |
|
dom_exception | dom_html_option_element_get_text (dom_html_option_element *option, dom_string **text) |
|
dom_exception | dom_html_option_element_get_index (dom_html_option_element *option, int32_t *index) |
|
dom_exception | dom_html_option_element_get_disabled (dom_html_option_element *option, bool *disabled) |
|
dom_exception | dom_html_option_element_set_disabled (dom_html_option_element *option, bool disabled) |
|
dom_exception | dom_html_option_element_get_label (dom_html_option_element *option, dom_string **label) |
|
dom_exception | dom_html_option_element_set_label (dom_html_option_element *option, dom_string *label) |
|
dom_exception | dom_html_option_element_get_selected (dom_html_option_element *option, bool *selected) |
|
dom_exception | dom_html_option_element_set_selected (dom_html_option_element *option, bool selected) |
|
dom_exception | dom_html_option_element_get_value (dom_html_option_element *option, dom_string **value) |
|
dom_exception | dom_html_option_element_set_value (dom_html_option_element *option, dom_string *value) |
|
◆ dom_html_option_element
typedef struct dom_html_option_element dom_html_option_element |
◆ dom_html_option_element_get_default_selected()
Get the defaultSelected property
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate error otherwise.
◆ dom_html_option_element_get_disabled()
Get the disabled property
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ dom_html_option_element_get_form()
◆ dom_html_option_element_get_index()
Obtain the index of this option in its parent
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate error otherwise.
◆ dom_html_option_element_get_label()
Get the label property
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate error otherwise.
◆ dom_html_option_element_get_selected()
Get the selected property
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ dom_html_option_element_get_text()
Get the text contained in the option
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate error otherwise
◆ dom_html_option_element_get_value()
Get the value property
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate error otherwise.
◆ dom_html_option_element_set_default_selected()
Set the defaultSelected property
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate error otherwise.
◆ dom_html_option_element_set_disabled()
Set the disabled property
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ dom_html_option_element_set_label()
Set the label property
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate error otherwise.
◆ dom_html_option_element_set_selected()
Set the selected property
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate dom_exception on failure.
◆ dom_html_option_element_set_value()
Set the value property
- Parameters
-
- Returns
- DOM_NO_ERR on success, appropriate error otherwise.