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