Skip to content

Found a couple of options more: NumericTextBox, Upload #34

Open
@germansak

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions