Constructor: ControlInfo

OpenAjax.a11y.cache.ControlInfo

new ControlInfo(control_info)

Creates a ControlInfo object for preserving the current control information when traversing the DOM for form control information

Parameters:
Name Type Description
control_info ControlInfo Current ControlInfo object
Properties:
Name Type Description
control_element ControlElement Parent ControlElement (if any)
fieldset_element FieldsetElement Parent FieldsetElement (if any)
select_element SelectElement Parent SelectElement (if any)
label_element LabelElement Parent LabelElement (if any)
form_element FormElement Parent FormElement (if any)
Source:
  • scripts/cache_controls.js, line 7