Generates a client-side hyperlink that submits the enclosing form. If the link is clicked in the browser, the component will trigger an event ( by default) , just like Submit.
| Name | Type | Flags | Default | Default Prefix | Since | Description |
|---|---|---|---|---|---|---|
| defer | boolean | NOT Allow Null | prop | If true (the default), then any notification sent by the component will be deferred until the end of the form submission (this is usually desirable). | ||
| disabled | boolean | NOT Allow Null | prop | If true, then no link (or accompanying JavaScript) is written (though the body still is). | ||
| event | String | NOT Allow Null | literal | The name of the event that will be triggered if this component is the cause of the form submission. The default is "selected". |
Informal parameters: supported