Accessibility/XForms:Calendar: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 5: | Line 5: | ||
== Summary == | == Summary == | ||
Calendar container is used to show/change date data. This is subsidiary representation of XForms <code>input</code> element (see the [http://developer.mozilla.org/en/docs/XForms:User_Interface_Elements:Input# | Calendar container is used to show/change date data. This is subsidiary representation of XForms <code>input</code> element (see the [http://developer.mozilla.org/en/docs/XForms:User_Interface_Elements:Input#calendar doc]) or <code>output</code> element (see the [http://developer.mozilla.org/en/docs/XForms:User_Interface_Elements:Output#calendar doc]) that are bound to instance node of <code>xsd:date</code> type. | ||
== Exposed interfaces == | == Exposed interfaces == | ||
Latest revision as of 10:39, 6 February 2007
<< Back to XForms Accessibility Page
Calendar Container
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.
Exposed interfaces
- nsIAccessible
Accessibility properties
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.
Accessible children
- ROLE_CALENDAR - the calendar widget that is represented by calendar
- any explicity inserted children
Calendar
Exposed interfaces
- nsIAccessible
Accessibility properties
nsIAccessible
- role - ROLE_CALENDAR
Accessible children
- ROLE_ENTRY that is used to type a month
- ROLE_ENTRY that is used to type an year
- ROLE_TABLE that represents grid of days