Found a couple of options more: NumericTextBox, Upload #34
Open
Description
Hi, I actually don't know how to operate on this scenario so I leave it to moderators or loudenvier to add them where it belongs
Hope it helps
//Text of arrows in NumericTextBox or IntegerTextBox
kendo.ui.NumericTextBox.prototype.options =
$.extend(kendo.ui.NumericTextBox.prototype.options, {
upArrowText: "Incrementar valor",
downArrowText: "Decrementar valor"
});
//Text of buttons in Upload
kendo.ui.Upload.prototype.options.localization =
$.extend(kendo.ui.Upload.prototype.options.localization, {
select: "Cargar...",
remove: "Borrar",
removeAll: "Borrar todos"
});
Metadata
Assignees
Labels
No labels