History: PluginIframe
Preview of version: 16
Plugin IFRAME
Introduced in Tiki3
Use this Wiki Plugin to include the body of another web page in a wiki page.
Table of contents
Usage and Parameters
To use this plugin in a wiki page, use the syntax:
Copy to clipboard
{IFRAME(width="600" height="500" scrolling="auto")}tiki-print.php?page=Documentation{IFRAME}
Parameter | Accepted values | Default | Effect | Required? | Since |
---|---|---|---|---|---|
src | valid url | none | Address of the page that will be included. Can also put the address in the body of the plugin (between the IFRAME tags) instead of using this parameter. | n | |
name | text | none | Sets the name | n | |
title | text | none | Sets the title | n | |
width | number or pixels or percent | none | Sets the width of the frame | n | |
height | number or pixels or percent | none | Sets the height of the frame | n | |
align | top middle bottom left right |
none | Aligns the frame | n | |
frameborder | 1 or 0 | none | n | ||
marginheight | yes no auto |
none | Sets the margin height | n | |
marginwidth | number or pixels | none | Sets the margin width | n | |
scrolling | number or pixels | none | Set how scrolling will work for th frame | n |
Example
This code,
Copy to clipboard
{IFRAME(height=500,width=600, scrolling=auto)}tiki-print.php?page=Documentation{IFRAME}
Would produce on this site:
Tip
To have scrolling only on the left, set the scrolling parameter to "auto" and set css to be:
iframe body {overflow-x: hidden;}
Related pages
- Wiki Plugin - has links to all plugins and describes how the syntax works for a plugin
- Mods Type Wikiplugins
- PluginInclude
- PluginTransclude
- PluginSnarf
- PluginHTMLfeed