inputEx.Form
( options )
- Parameters:
-
options <Object>
- The following options are added for Forms:- buttons: list of button definition objects {value: 'Click Me', type: 'submit'}
- ajax: send the form through an ajax request (submit button should be present): {method: 'POST', uri: 'myScript.php', callback: same as YAHOO.util.Connect.asyncRequest callback}
- showMask: adds a mask over the form while the request is running (default is false)