Parameters
Name |
Type |
Direction |
Required |
Default |
Description |
disabled |
boolean |
in |
no |
false |
Controls whether the link is produced. If disabled, the portion of the
template the link surrounds is still rendered, but not the link itself. |
selected |
Object |
out |
no |
|
This parameter is bound to a property that is updated when the submit
button is clicked by the user. The property is updated to match the tag
parameter.
|
tag |
Object |
in |
no |
|
Tag used with the selected parameter to indicate which Submit button
on a form was clicked.
|
listener |
IActionListener
|
in |
no |
|
If specified, the listener is notified. This notification occurs as the
component is rewinded, i.e., prior to the Form's
listener. In addition, the selected property (if bound) will be updated
before the listener is notified.
|
Body: rendered Informal parameters:
allowed
Reserved
parameters: "name", "href"
|