#import <DOMHTMLTextAreaElement.h>
Abgeleitet von DOMHTMLElement.
Öffentliche Methoden | |
| (struct HTMLTextAreaElement *) | - _textAreaElement |
| (id) | - defaultValue |
| (void) | - setDefaultValue: |
| (id) | - form |
| (id) | - accessKey |
| (void) | - setAccessKey: |
| (int) | - cols |
| (void) | - setCols: |
| (BOOL) | - disabled |
| (void) | - setDisabled: |
| (id) | - name |
| (void) | - setName: |
| (BOOL) | - readOnly |
| (void) | - setReadOnly: |
| (int) | - rows |
| (void) | - setRows: |
| (int) | - tabIndex |
| (void) | - setTabIndex: |
| (id) | - type |
| (void) | - setType: |
| (id) | - value |
| (void) | - setValue: |
| (void) | - blur |
| (void) | - focus |
| (void) | - select |
| (int) | - autocorrect |
| (int) | - autocapitalize |
Definiert in Zeile 9 der Datei DOMHTMLTextAreaElement.h.
| - (struct HTMLTextAreaElement *) _textAreaElement |
| - (id) defaultValue |
| - (void) setDefaultValue: | (id) | fp8 |
| - (id) form |
| - (id) accessKey |
| - (void) setAccessKey: | (id) | fp8 |
| - (int) cols |
| - (void) setCols: | (int) | fp8 |
| - (BOOL) disabled |
| - (void) setDisabled: | (BOOL) | fp8 |
| - (id) name |
| - (void) setName: | (id) | fp8 |
| - (BOOL) readOnly |
| - (void) setReadOnly: | (BOOL) | fp8 |
| - (int) rows |
| - (void) setRows: | (int) | fp8 |
| - (int) tabIndex |
| - (void) setTabIndex: | (int) | fp8 |
| - (id) type |
| - (void) setType: | (id) | fp8 |
| - (id) value |
| - (void) setValue: | (id) | fp8 |
| - (void) blur |
Implementiert DOMElement.
| - (void) focus |
Implementiert DOMElement.
| - (void) select |
| - (int) autocorrect |
| - (int) autocapitalize |