]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FPopUpPlugin
Escape PhpWiki
[SourceForge/phpwiki.git] / pgsrc / Help%2FPopUpPlugin
1 Date: Thu, 26 Mar 2009 11:34:32 +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%2FPopUpPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 Display a page in a clickable popup link.
12
13 == Usage
14 {{{
15 <<PopUp arguments>>
16 }}}
17
18 == Arguments
19
20 {| class="bordered"
21 |-
22 ! Argument
23 ! Description
24 ! Default value
25 |-
26 | link         ||  || HomePage
27 |-
28 | title        ||  || 
29 |-
30 | text         ||  || 
31 |-
32 | width        ||  || 500
33 |-
34 | height       ||  || 400
35 |-
36 | resizable    ||  || no
37 |-
38 | scrollbars   ||  || no
39 |-
40 | toolbar      ||  || no
41 |-
42 | location     ||  || no
43 |-
44 | directories  ||  || no
45 |-
46 | status       ||  || no
47 |-
48 | menubar      ||  || no
49 |-
50 | copyhistory  ||  || no
51 |-
52 | close        ||  || no
53 |}
54
55 == Example
56
57 {{{
58 <<PopUp
59   link="HomePage"
60   text="Click here to popup the HomePage"
61 >>
62 }}}
63
64 <<PopUp
65   link="HomePage"
66   text="Click here to popup the HomePage"
67 >>
68
69 == Author
70 * [[mailto:pixels@users.sf.net|Nicolas Noble]]
71
72 == See Also
73
74 <noinclude>
75 ----
76 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
77 </noinclude>