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

Label

configuration

The text label displayed on the chip. When null, the hostname of the first source URL is used automatically.

label

String

Default: null

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