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>