-
Notifications
You must be signed in to change notification settings - Fork 0
HorizontalFormSubmitTagHelper
StrutTower edited this page Jan 4, 2023
·
1 revision
<hrFormSubmit></hrFormSubmit>| Name | Required | Data Type | Description |
|---|---|---|---|
| label-col | Optional | String (default: "col-md-4 col-lg-3") | Set the Bootstrap column class for the label |
| input-col | Optional | String (default: "col-md-7 col-lg-6") | Set the Bootstrap column class for the input |
| button-class | Optional | String (default: "btn btn-primary") | Sets the classes on the button |
| button-text | Optional | String (default: "Save") | Sets the text for the button |