The tbSaveButton
directive is visual helper to show a Save button and Cancel button.
Param | Type | Details |
---|---|---|
model | object |
The row to remove. |
isNew | boolean |
Set if the row is a new record. |
saveCaption | string |
Set the caption to use in Save the button, default Save. |
saveCss | string |
Add a CSS class to Save button. |
cancelCaption | string |
Set the caption to use in cancel the button, default Cancel. |
cancelCss | string |
Add a CSS class to Cancel button. |