| disabled | ใช้กำหนดสถานะการ disabled ให้กับ button โดยไม่สามารถใช้ได้กับ type ประเภท link |
|---|
config:disabled
value:boolean
content:เป็น configuration attribute ของ button โดยจะใช้กำหนดสถานะการ disabled ให้กับ button โดยไม่สามารถใช้ได้กับ type ประเภท link ( default value คือ false )
example:var attributes = { disabled: false, type: "push" }; var button = new YAHOO.widget.Button ( "button", attributes );