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

Enable

configuration

Indicates whether the button must be enabled or disabled. By default, it is enabled, unless a disabled="disabled" attribute is detected.

enable

Boolean

Default: true

<button id="speechButton"></button>
<script>
$("#speechButton").kendoSpeechToTextButton({
    enable: false
});
</script>
Not finding the help you need?
Contact Support