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