service.urlString

The URL of the AI service endpoint for processing paste operations.

Example

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

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