| getForm() | ใช้คืนค่า form ของ button |
|---|
method:getForm ( )
return type:HTMLFormElement
content:ใช้คืนค่า form ของ button
example:var attributes = { label: "One" }; var checkbox_button = new YAHOO.widget.Button( "checkbutton", attributes ); var form = checkbox_button.getForm ();