Fullscreen
[Show/Hide Right Column]

Include the body of another web page in a scrollable frame within a page

Plugin IFRAME

Introduced in Tiki3

Use this Wiki Plugin to include the body of another web page in a wiki page.


Usage and Parameters

To use this plugin in a wiki page, use the syntax:
{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,
{IFRAME(height=500,width=600, scrolling=auto)}tiki-print.php?page=Documentation{IFRAME}


Would produce on this site:


tipTip
To have scrolling only on the left, set the scrolling parameter to "auto" and set css to be:
iframe body {overflow-x: hidden;}



Contributors to this page: Marc Laporte9138 points  , lindon132 points  and sylvie7387 points  .
Page last modified on Thursday 26 January, 2012 17:26:47 UTC by Marc Laporte9138 points .
The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.

Site Language

Reference Guide

Keywords

These keywords serve as "hubs" for navigation within the Tiki documentation. They correspond to development keywords (bug reports and feature requests):



Tiki Newsletter

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other news!
Contribute to Tiki