History: PluginIframe
Source of version: 25 (current)
Copy to clipboard
{syntax type="markdown" editor="wysiwyg"} # Plugin IFRAME Use this ((wiki plugin)) to include the body of another web page in a wiki page, in an HTML IFRAME tag, client-side. ## Parameters {pluginmanager plugin="iframe"} ## Example *This code,* {CODE(colors="tiki")} {IFRAME(height="500" width="600" scrolling="auto")}tiki-print.php?page=Documentation{IFRAME} {CODE} *Would produce on this site:* {IFRAME(height="500" width="600" scrolling="auto")}tiki-print.php?page=Documentation{IFRAME} {REMARKSBOX(type=tip, title=Tip)} To have scrolling only on the left, set the *scrolling* parameter to "auto" and set css to be: `iframe body {overflow-x: hidden;}` {REMARKSBOX} ## Related pages - ((Pluginincludeurl)) - ((PluginAJAXLoad)) - ((PluginInclude)) - ((PluginTransclude)) - ((PluginSnarf)) - ((PluginHTMLfeed))