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