roundedString(default: "medium")

Sets a value controlling the border radius of the SmartPasteButton. Valid values are "small", "medium", "large", and "full".

Example

<form id="form">
    <input name="firstName" />
    <button id="smartPasteButton"></button>
</form>

<script>
$("#smartPasteButton").kendoSmartPasteButton({
    rounded: "large",
    service: {
        url: "https://your-ai-service.com/api/parse"
    }
});
</script>
In this article
rounded
Not finding the help you need?
Contact Support