sources.descriptionString

A short description of the source, displayed below the source link in the popover.

Example - set source descriptions

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