]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FFrameIncludePlugin
function _PageList_Column* are not private
[SourceForge/phpwiki.git] / pgsrc / Help%2FFrameIncludePlugin
1 Date: Fri, 10 Sep 2010 13:46:13 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FFrameIncludePlugin;
5   flags=PAGE_LOCKED;
6   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 The **~FrameInclude** [[Help:WikiPlugin|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 //transclusion//.
11
12 You might also be interested in the [[Help:IncludePagePlugin|IncludePage]] plugin.
13
14 == Examples ==
15
16 To include a page from another site, use the **src** attribute:
17
18 {{{
19 <<FrameInclude src="http://phpwiki.org/">>
20 }}}
21
22 To include a page from within this wiki, use the **page** attribute:
23
24 {{{
25 <<FrameInclude page=HomePage>>
26 }}}
27
28 For more information on this plugin please read the PHP source code in the /lib/plugin directory.
29
30 <noinclude>
31 ----
32 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
33 </noinclude>