sizeString(default: "medium")

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

Example

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

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