New to Kendo UI for jQuery? Start a free 30-day trial

SourceSVGIcon

configuration

Overrides sourceIcon with a specific SVG icon name for source links inside the popover.

Default: null

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