Constructor: TableInfo

OpenAjax.a11y.cache.TableInfo

new TableInfo(table_info)

Creates a TableInfo object for preserving the current table information when traversing the DOM for table information

Parameters:
Name Type Description
table_info TableInfo Current ControlInfo object
Properties:
Name Type Description
parent_element table cache object Parent table cache Object (if any)
table_element TableElement Parent TableElement (if any)
table_body_element TBodyElement Parent TBodyElement (if any)
table_row_element TableRowElement Parent TableRowElement (if any)
Source:
  • scripts/cache_tables.js, line 7