new TabbingContext(options)
- Source:
Stores a set of tabbable elements.
This constraint can be removed with the release() method.
Parameters:
Name | Type | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object | A set of initiating values
Properties
|
Members
$disabledElements :jQuery
- Source:
Type:
$tabbableElements :jQuery
- Source:
Type:
active :boolean
- Source:
Type:
- boolean
(nullable) level :number
- Source:
Type:
- number
released :boolean
- Source:
Type:
- boolean
trapFocus :boolean
- Source:
Type:
- boolean
Methods
activate()
- Source:
Activates this TabbingContext.
Fires:
deactivate()
- Source:
Deactivates this TabbingContext.
Fires:
release()
- Source:
Releases this TabbingContext.
Once a TabbingContext object is released, it can never be activated
again.