|
libdom
|
#include <assert.h>#include <stdlib.h>#include <dom/html/html_text_area_element.h>#include "html/html_document.h"#include "html/html_text_area_element.h"#include "core/node.h"#include "core/attr.h"#include "utils/utils.h"Macros | |
| #define | SIMPLE_GET(attr) |
| #define | SIMPLE_SET(attr) |
| #define | SIMPLE_GET_SET(attr) SIMPLE_GET(attr) SIMPLE_SET(attr) |
| #define SIMPLE_GET | ( | attr | ) |
| #define SIMPLE_GET_SET | ( | attr | ) | SIMPLE_GET(attr) SIMPLE_SET(attr) |
| #define SIMPLE_SET | ( | attr | ) |
| dom_exception _dom_html_text_area_element_copy | ( | dom_node_internal * | old, |
| dom_node_internal ** | copy | ||
| ) |
| dom_exception _dom_html_text_area_element_copy_internal | ( | dom_html_text_area_element * | old, |
| dom_html_text_area_element * | new | ||
| ) |
| dom_exception _dom_html_text_area_element_create | ( | struct dom_html_element_create_params * | params, |
| struct dom_html_text_area_element ** | ele | ||
| ) |
Create a dom_html_text_area_element object
| params | The html element creation parameters |
| ele | The returned element object |
| void _dom_html_text_area_element_destroy | ( | struct dom_html_text_area_element * | ele | ) |
Destroy a dom_html_text_area_element object
| ele | The dom_html_text_area_element object |
| void _dom_html_text_area_element_finalise | ( | struct dom_html_text_area_element * | ele | ) |
Finalise a dom_html_text_area_element object
| ele | The dom_html_text_area_element object |
| dom_exception _dom_html_text_area_element_initialise | ( | struct dom_html_element_create_params * | params, |
| struct dom_html_text_area_element * | ele | ||
| ) |
Initialise a dom_html_text_area_element object
| params | The html element creation parameters |
| ele | The dom_html_text_area_element object |
| dom_exception _dom_html_text_area_element_parse_attribute | ( | dom_element * | ele, |
| dom_string * | name, | ||
| dom_string * | value, | ||
| dom_string ** | parsed | ||
| ) |
| dom_exception _dom_html_text_area_element_set_form | ( | dom_html_text_area_element * | text_area, |
| dom_html_form_element * | form | ||
| ) |
| void _dom_virtual_html_text_area_element_destroy | ( | dom_node_internal * | node | ) |
| dom_exception dom_html_text_area_element_blur | ( | dom_html_text_area_element * | ele | ) |
Blur this control
| ele | The form object |
| dom_exception dom_html_text_area_element_focus | ( | dom_html_text_area_element * | ele | ) |
Focus this control
| ele | The form object |
| dom_exception dom_html_text_area_element_get_cols | ( | dom_html_text_area_element * | text_area, |
| int32_t * | cols | ||
| ) |
| dom_exception dom_html_text_area_element_get_default_value | ( | dom_html_text_area_element * | ele, |
| dom_string ** | default_value | ||
| ) |
Get the defaultValue property
| ele | The dom_html_text_area_element object |
| disabled | The returned status |
| dom_exception dom_html_text_area_element_get_disabled | ( | dom_html_text_area_element * | ele, |
| bool * | disabled | ||
| ) |
Get the disabled property
| ele | The dom_html_text_area_element object |
| disabled | The returned status |
| dom_exception dom_html_text_area_element_get_form | ( | dom_html_text_area_element * | text_area, |
| dom_html_form_element ** | form | ||
| ) |
| dom_exception dom_html_text_area_element_get_read_only | ( | dom_html_text_area_element * | ele, |
| bool * | read_only | ||
| ) |
Get the readOnly property
| ele | The dom_html_text_area_element object |
| disabled | The returned status |
| dom_exception dom_html_text_area_element_get_rows | ( | dom_html_text_area_element * | text_area, |
| int32_t * | rows | ||
| ) |
| dom_exception dom_html_text_area_element_get_tab_index | ( | dom_html_text_area_element * | text_area, |
| int32_t * | tab_index | ||
| ) |
| dom_exception dom_html_text_area_element_get_type | ( | dom_html_text_area_element * | text_area, |
| dom_string ** | type | ||
| ) |
| dom_exception dom_html_text_area_element_get_value | ( | dom_html_text_area_element * | ele, |
| dom_string ** | value | ||
| ) |
Get the value property
| ele | The dom_html_text_area_element object |
| disabled | The returned status |
| dom_exception dom_html_text_area_element_select | ( | dom_html_text_area_element * | ele | ) |
Select this control
| ele | The form object |
| dom_exception dom_html_text_area_element_set_cols | ( | dom_html_text_area_element * | text_area, |
| uint32_t | cols | ||
| ) |
| dom_exception dom_html_text_area_element_set_default_value | ( | dom_html_text_area_element * | ele, |
| dom_string * | default_value | ||
| ) |
Set the defaultValue property
| ele | The dom_html_text_area_element object |
| disabled | The status |
| dom_exception dom_html_text_area_element_set_disabled | ( | dom_html_text_area_element * | ele, |
| bool | disabled | ||
| ) |
Set the disabled property
| ele | The dom_html_text_area_element object |
| disabled | The status |
| dom_exception dom_html_text_area_element_set_read_only | ( | dom_html_text_area_element * | ele, |
| bool | read_only | ||
| ) |
Set the readOnly property
| ele | The dom_html_text_area_element object |
| disabled | The status |
| dom_exception dom_html_text_area_element_set_rows | ( | dom_html_text_area_element * | text_area, |
| uint32_t | rows | ||
| ) |
| dom_exception dom_html_text_area_element_set_tab_index | ( | dom_html_text_area_element * | text_area, |
| uint32_t | tab_index | ||
| ) |
| dom_exception dom_html_text_area_element_set_value | ( | dom_html_text_area_element * | ele, |
| dom_string * | value | ||
| ) |
Set the value property
| ele | The dom_html_text_area_element object |
| disabled | The status |
| SIMPLE_GET_SET | ( | access_key | ) |
| SIMPLE_GET_SET | ( | name | ) |