« Accessibility XForms Support Page
Summary
A datepicker
is similar to a combobox
. It consists of a text field for direct user input next to a button that when activated displays a calendar widget that the user can also interact with. The datepicker
control is used to display or edit a calendar date in the XForms input
element (see the datepicker
section of the input
documentation).
Exposed interfaces
Accessibility properties
nsIAccessible
- role -
ROLE_DROPLIST
- name - formed from value of underlying XForms
label
element - description - formed from value of underlying XForms
hint
element - state - formed from MIPs of instance node that XForms element is bound to
- value - current value of checkbox
- action names -
activate
Accessible children
- text field -
ROLE_ENTRY
- dropmarker -
ROLE_PUSHBUTTON
- calendar -
ROLE_CALENDAR
- any accessible children of XForms element that this representation is used for