Skip to content

Commit

Permalink
docs(common) update server API reference for R2 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
Marin Bratanov committed May 9, 2017
1 parent bafa2dd commit 00f724c
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions api/server/Telerik.Web.UI/SpreadsheetStrings.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ The localization strings to be used in RadSpreadsheet.

## Properties

### ConfirmationDialogCancel `String`

Gets or sets the text of the confirmation dialog cancel button.

### ConfirmationDialogOK `String`

Gets or sets the text of the confirmation dialog ok button.

### ConfirmationDialogText `String`

Gets or sets the text of the confirmation dialog.

### ConfirmationDialogTitle `String`

Gets or sets the title of the confirmation dialog.

### ContextMenuCopy `String`

Gets or sets the text of the context menu copy command.
Expand Down Expand Up @@ -177,6 +193,34 @@ Gets or sets the hyperlink title text.

Gets or sets the hyperlink url label text.

### MessageDialogDuplicateSheetName `String`

Gets or sets the text of the duplicate sheet name dialog.

### MessageDialogIncompatibleRanges `String`

Gets or sets the text of the incompatible ranges dialog.

### MessageDialogModifyMerged `String`

Gets or sets the text of the modify merged dialog.

### MessageDialogNoFillDirection `String`

Gets or sets the text of the no fill direction dialog.

### MessageDialogOverflow `String`

Gets or sets the text of the overflow dialog.

### MessageDialogRangeDisabled `String`

Gets or sets the text of the range disabled dialog.

### MessageDialogUnsupportedSelection `String`

Gets or sets the text of the unsupported selection dialog.

### MessageDialogUseKeyboardOK `String`

Gets or sets the text of the use keyboard message dialog ok button.
Expand Down

0 comments on commit 00f724c

Please sign in to comment.