| label | ใช้กำหนด label ให้กับ button |
|---|
config:label
value:string
content:เป็น configuration attribute ของ button โดยจะใช้กำหนด label ให้กับ button ( default value คือ null )
example:var attributes = { type: "link", href: "http://www.bamboolabcode.com", label: "website" }; var link_button = new YAHOO.widget.Button ( "button", attributes );