Body Component Index Checkbox

Button
org.apache.tapestry.form.Button
 
Description
Provides a HTML form button element <input type="button"> for attaching JavaScript onclick event handlers.
See Also
Form, Script, Submit
Parameters
Name Type Direction Required Default Description
label String in no   The label put on the button (this becomes the HTML value attribute).
disabled boolean in no false If set to true, the button will be disabled (will not respond to the mouse); the browser should provide a "greyed out" appearance.
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.

Body: removed
Informal parameters: allowed
Reserved parameters: "name", "type"
Examples

This example is under construction.


Body Component Index Checkbox