sources.urlString

The URL of the source. Rendered as a link in the popover.

Example - set source URLs

<span id="citation"></span>
<script>
$("#citation").kendoCitation({
    sources: [
        { url: "https://example.com", title: "Example" }
    ]
});
</script>
In this article
sources.url
Not finding the help you need?
Contact Support