Marks an element as not focusable. Currently implemented by removing the tab index value.
| Parameter | Type | Description |
|---|---|---|
| targetElement | Element | Element to make not focusable. |
Example usage:
Mojo.View.makeNotFocusable(this.inputAreaDiv);
Marks an element as not focusable. Currently implemented by removing the tab index value.
| Parameter | Type | Description |
|---|---|---|
| targetElement | Element | Element to make not focusable. |
Example usage:
Mojo.View.makeNotFocusable(this.inputAreaDiv);
0 Comments