New to Kendo UI for jQueryStart a free 30-day trial

Messages

configuration

Defines the text of the labels that are shown within the alert dialog. Used primarily for localization.

messages

Object
<div id="alert"></div>
<script>
$("#alert").kendoAlert({
  messages:{
    okText: "Custom OK text"
  }
}).data("kendoAlert").open();
</script>

The title of the OK button.

Default: "OK"

<div id="alert"></div>
<script>
$("#alert").kendoAlert({
  messages:{
    okText: "Custom OK text"
  }
}).data("kendoAlert").open();
</script>
In this article
messagesmessages.okText
Not finding the help you need?
Contact Support