| typeChange() | เป็นการกำหนดให้ function ทำงาน เมื่อ มีการเปลี่ยนแปลง คุณสมบัติ type ของ button |
|---|
method:typeChange ( event )
return type:void
content:เป็นการกำหนดให้ function ทำงาน เมื่อ มีการเปลี่ยนแปลง คุณสมบัติ type ของ button
example:var attributes = { label: "One" }; var checkbox_button = new YAHOO.widget.Button ( "checkbutton", attributes ); checkbox_button.typeChange.subscribe ( function ( event ) { alert ( "type change" ); } );