Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Datepicker Representation

 

« 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

Document Tags and Contributors

 Contributors to this page: Fredchat, Sheppy, Surkov.alexander
 Last updated by: Fredchat,