Constructor: OptionElement

OpenAjax.a11y.cache.OptionElement

new OptionElement(dom_element, control_info)

Creates a OptgroupElement object used to hold information about optgroup elements

Parameters:
Name Type Description
dom_element DOMelement The dom element object representing the optgroup element
control_info ControlInfo Information about the parent controls
Properties:
Name Type Description
dom_element DOMElement Reference to the dom element representing the optgroup element
cache_id String String that uniquely identifies the cache element object in the cache
control_type Number Constant indicating the type of cache control object
select_element SelectElement Reference to the select element that this optgroup is nested in
value String Value of the value attribute
Source:
  • scripts/cache_controls.js, line 3501

Methods

<static> getAttributes(unsorted) → {Array}

Returns an array of attributes for the element, sorted in alphabetical order

Parameters:
Name Type Description
unsorted Boolean If defined and true the results will NOT be sorted alphabetically
Source:
  • scripts/cache_controls.js, line 3564
Returns:
Returns a array of attribute display object
Type
Array

<static> getCacheProperties(unsorted) → {Array}

Returns an array of cache properties sorted by property name

Parameters:
Name Type Description
unsorted Boolean If defined and true the results will NOT be sorted alphabetically
Source:
  • scripts/cache_controls.js, line 3588
Returns:
Returns a array of cache property display object
Type
Array

<static> getCachePropertyValue(property) → {String|Number}

Returns the value of a property

Parameters:
Name Type Description
property String The property to retreive the value
Source:
  • scripts/cache_controls.js, line 3615
Returns:
Returns the value of the property
Type
String | Number

<static> getEvents() → {Array}

Returns an array of events for the element, sorted in alphabetical order

Source:
  • scripts/cache_controls.js, line 3636
Returns:
Returns a array of event item display objects
Type
Array

<static> getNodeResults() → {Array}

Returns an array of node results in severity order

Source:
  • scripts/cache_controls.js, line 3534
Returns:
Returns a array of node results
Type
Array

<static> getStyle() → {Array}

Returns an array of style items

Source:
  • scripts/cache_controls.js, line 3548
Returns:
Returns a array of style display objects
Type
Array

<static> toString() → {String}

Returns a text string representation of the option element

Source:
  • scripts/cache_controls.js, line 3653
Returns:
Returns string represention the OptionElement object
Type
String