iconString(default: "clipboard")

Specifies the icon displayed on the button in its default state.

Example

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

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