messagesObject

Provides configuration options for the messages present in the Captcha widget.

Example

pseudo
    <input id="captcha" />
    <script>
        $("#captcha").kendoCaptcha({
            handler: "https://demos.telerik.com/kendo-ui/captcha/reset",
            messages: {
                reset: "Reset captcha",
                audio: "Speak Captcha",
                imageAlt: "Type the Captcha code from the image",
                success: "Verification successful"
            }
        });
    </script>
In this article
messagesRelated Properties
Not finding the help you need?
Contact Support