All docs
V25.1
25.1
24.2
The page you are viewing does not exist in version 24.2.
24.1
The page you are viewing does not exist in version 24.1.
23.2
The page you are viewing does not exist in version 23.2.
23.1
The page you are viewing does not exist in version 23.1.
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
The page you are viewing does not exist in version 19.2.
19.1
The page you are viewing does not exist in version 19.1.
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.
Box
Map

JavaScript/jQuery CardView - EditingTexts

The texts displayed when editing a card.

import { EditingTexts } from "devextreme/ui/card_view"
Type:

Object

addCard

Specifies the text of the button that adds a card.

Type:

String

Default Value: 'Add a card'

confirmDeleteMessage

Specifies the text of the deletion confirmation 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.

Type:

String

Default Value: ''

deleteCard

Specifies the text of the button that invokes card deletion.

Type:

String

Default Value: 'Delete'

editCard

Specifies the text of the button that invokes card editing.

Type:

String

Default Value: 'Edit'

saveCard

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

Type:

String

Default Value: 'Save'