| tabindex | ใช้กำหนด tabindex ให้กับ button |
|---|
config:tabindex
value:number
content:เป็น configuration attribute ของ button โดยจะใช้กำหนด tabindex ให้กับ button ( default value คือ null )
example:var attributes = { type: "push", name: "submit_button", tabindex: 1 }; var button = new YAHOO.widget.Button ( "button", attributes );