| toString() | ใช้คืนค่า ข้อความที่อธิบายเกี่ยวกับ button |
|---|
method:toString ( )
return type:string
content:ใช้คืนค่า ข้อความที่อธิบายเกี่ยวกับ button
example:var attributes = { label: "One" }; var checkbox_button = new YAHOO.widget.Button( "checkbutton", attributes ); alert ( checkbox_button.toString ( ) );