]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FFrameIncludePlugin
major pgsrc restructuring: internal doc into Help/*
[SourceForge/phpwiki.git] / pgsrc / Help%2FFrameIncludePlugin
1 Date: Sun, 4 Jul 2004 01:31:02 -0700
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.7)
3 X-Rcs-Id: $Id: Help%2FFrameIncludePlugin,v 1.1 2005-11-21 22:19:00 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FFrameIncludePlugin;
6   pgsrc_version="2 $Revision: 1.1 $";
7   flags="";
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 This plugin will create an HTML frame that will fill the entire display area of the page (that is, the whole area the user is allowed to edit). All other text will be discarded when the page is rendered (anything outside the call to plugin, that is). In the language of hypertext this is called <i>transclusion</i>.
13
14 You might also be interested in the IncludePagePlugin.
15
16 Examples: to include a page from another site, use the <b>src</b> attribute:
17
18 <verbatim>
19 <?plugin FrameInclude src="http://phpwiki.org/" ?>
20 </verbatim>
21
22 To include a page from within this wiki, use the <b>page</b> attribute:
23
24 <verbatim>
25 <?plugin FrameInclude page=HomePage ?>
26 </verbatim>
27
28 For more information on this plugin please read the PHP source code in the /lib/plugin directory.
29
30 -----
31
32 PhpWikiDocumentation Help:WikiPlugin