Accessibility/XForms:TextField: Difference between revisions
Jump to navigation
Jump to search
(initial page) |
No edit summary |
||
Line 1: | Line 1: | ||
<small>[[Accessibility/XForms |<< Back to XForms Accessibility Page]]</small> | |||
= Summary = | = Summary = | ||
Revision as of 16:50, 26 December 2006
<< Back to XForms Accessibility Page
Summary
Text field is used to show/change string data. This is the main representation of XForms input
element.
Exposed interfaces
- nsIAccessible
- nsIAccessibleText
- nsIAccessibleEditableText
Accessibility properties
nsIAccessible
- role - ROLE_ENTRY
- name - formed from value of underlying XForms
label
element - description - formed from value of underlying XForms
hint
element - value - value of instance node that element is bound to
- action names -
activate
Accessible children
There are not any accessible children.