When this setting is enabled, users will be able to focus the next element in the page by pressing the tab key. If the selected element is editable, then pressing tab key will insert the tab character.
Settings.enableTabsToLinks
bool enableTabsToLinks() @propertyGet enableTabsToLinks property.
Returns
Determines whether the tab key cycles through the elements on the page.
void enableTabsToLinks(bool propval) @propertySet enableTabsToLinks property.
Parameters
propval | Determines whether the tab key cycles through the elements on the page. When this setting is enabled, users will be able to focus the next element in the page by pressing the tab key. If the selected element is editable, then pressing tab key will insert the tab character. |