| href | ใช้กำหนด href ให้กับ button โดยสามารถใช้ได้กับ type ประเภท link เท่านั้น |
|---|
config:href
value:String
content:เป็น configuration attribute ของ button โดยจะใช้กำหนด href ให้กับ button โดยสามารถใช้ได้กับ type ประเภท link เท่านั้น
example:var attributes = { type: "link", href: "http://www.bamboolabcode.com" }; var link_button = new YAHOO.widget.Button ( "button", attributes );