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

SetOptions

methods

Reconfigures the widget with new options, re-rendering the chip and popover.

Parameters:optionsObject

The new options to apply.

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