概要
要素のタブによる移動順序を取得 / 設定します。
構文
element.tabIndex = iIndex
iIndex
: 数値
例
var b1 = document.getElementById("button1"); b1.tabIndex = 1;
要素のタブによる移動順序を取得 / 設定します。
element.tabIndex = iIndex
iIndex
: 数値var b1 = document.getElementById("button1"); b1.tabIndex = 1;
HTMLElement
HTMLElement.contentEditable
HTMLElement.dataset
HTMLElement.dir
HTMLElement.isContentEditable
HTMLElement.lang
HTMLElement.offsetHeight
HTMLElement.offsetLeft
HTMLElement.offsetParent
HTMLElement.offsetTop
HTMLElement.offsetWidth
GlobalEventHandlers.onabort
GlobalEventHandlers.onblur
GlobalEventHandlers.onchange
GlobalEventHandlers.onclick
GlobalEventHandlers.onclose
GlobalEventHandlers.oncontextmenu
HTMLElement.oncopy
HTMLElement.oncut
GlobalEventHandlers.ondblclick
GlobalEventHandlers.onerror
GlobalEventHandlers.onfocus
GlobalEventHandlers.oninput
GlobalEventHandlers.onkeydown
GlobalEventHandlers.onkeypress
GlobalEventHandlers.onkeyup
GlobalEventHandlers.onload
GlobalEventHandlers.onmousedown
GlobalEventHandlers.onmousemove
GlobalEventHandlers.onmouseout
GlobalEventHandlers.onmouseover
GlobalEventHandlers.onmouseup
HTMLElement.onpaste
GlobalEventHandlers.onscroll
GlobalEventHandlers.onselect
GlobalEventHandlers.onsubmit
HTMLElement.style
HTMLElement.tabIndex
HTMLElement.title