iframeBoolean

Explicitly states whether a content iframe will be created.

Example

<span id="target" title="Tooltip content">Some content</span>
<script>
$("#target").kendoTooltip({
    iframe: true,
    content: "<strong>HTML content</strong> that may contain scripts"
});
</script>
In this article
iframe
Not finding the help you need?
Contact Support