Accessibility:XForms:Calendar
From MDC
« Accessibility XForms Support Page
Contents |
[edit] Calendar Container
[edit] Summary
Calendar container is used to show/change date data. This is subsidiary representation of XForms input element (see the doc) or output element (see the doc) that are bound to instance node of xsd:date type.
[edit] Exposed interfaces
[edit] Accessibility properties
[edit] nsIAccessible
- role -
ROLE_GROUPING - name - formed from value of underlying XForms
labelelement - description - formed from value of underlying XForms
hintelement - state - formed from MIPs of instance node that XForms element is bound to
- value - current value of calendar that is represented by 'yyyy-MM-dd' format.
[edit] Accessible children
-
ROLE_CALENDAR- the calendar widget that is represented by calendar - any explicity inserted children
[edit] Calendar
[edit] Exposed interfaces
[edit] Accessibility properties
[edit] nsIAccessible
- role -
ROLE_CALENDAR
[edit] Accessible children
-
ROLE_ENTRYthat is used to type a month -
ROLE_ENTRYthat is used to type an year -
ROLE_TABLEthat represents grid of days