Vue CardView - EditingTexts

The texts displayed when editing a card.

import { DxCardViewTypes } from "devextreme-vue/card-view"
Type: DxCardViewTypes.EditingTexts

addCard

Specifies the text of the button that adds a card.

Selector: add-card
Type:

String

Default Value: 'Add a card'

confirmDeleteMessage

Specifies the text of the deletion confirmation message.

Selector: confirm-delete-message
Type:

String

Default Value: 'Are you sure you want to delete this record?'

confirmDeleteTitle

Specifies the title text of the pop-up deletion confirmation.

Selector: confirm-delete-title
Type:

String

Default Value: ''

deleteCard

Specifies the text of the button that invokes card deletion.

Selector: delete-card
Type:

String

Default Value: 'Delete'

editCard

Specifies the text of the button that invokes card editing.

Selector: edit-card
Type:

String

Default Value: 'Edit'

saveCard

Specifies the text of the button that saves the edited card.

Selector: save-card
Type:

String

Default Value: 'Save'