| tabIndex | ใช้ในการกำหนดค่า หรือคืนค่า ลำดับของการได้รับ focus ของการกดปุ่ม tab |
|---|
property:tabIndex;
return type:string, void
content:ใช้ในการกำหนดค่า หรือคืนค่า ลำดับของการได้รับ focus ของการกดปุ่ม tab
example:var tagArea = document.getElementById ( "bamboo" ); alert ( tagArea.tabIndex );