iframeBoolean

Explicitly states whether a content iframe will be created. For more information, refer to the documentation on using iframes.

Example - loading the full page

pseudo
    <div id="dialog"></div>
    <script>
    $("#dialog").kendoWindow({
      content: "https://www.telerik.com/",
      iframe: true
    });
    </script>
In this article
iframe
Not finding the help you need?
Contact Support