]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FFrameIncludePlugin
Activated Id substitution for Subversion
[SourceForge/phpwiki.git] / pgsrc / Help%2FFrameIncludePlugin
1 Date: Mon, 26 Jun 2008 14:15:24 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FFrameIncludePlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 The *~FrameInclude* 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>.
12
13 You might also be interested in the [IncludePage|Help:IncludePagePlugin] plugin.
14
15 !!! Examples 
16
17 To include a page from another site, use the <b>src</b> attribute:
18
19 <verbatim>
20 <?plugin FrameInclude src="http://phpwiki.org/" ?>
21 </verbatim>
22
23 To include a page from within this wiki, use the <b>page</b> attribute:
24
25 <verbatim>
26 <?plugin FrameInclude page=HomePage ?>
27 </verbatim>
28
29 For more information on this plugin please read the PHP source code in the /lib/plugin directory.
30
31 -----
32 [PhpWikiDocumentation] [CategoryWikiPlugin]