]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FPopUpPlugin
Do not execute example
[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.0RC1)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FPopUpPlugin;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
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
27 |
28 | HomePage
29 |-
30 | **title**
31 |
32 |
33 |-
34 | **text**
35 |
36 |
37 |-
38 | **width**
39 |
40 | 500
41 |-
42 | **height**
43 |
44 | 400
45 |-
46 | **resizable**
47 |
48 | no
49 |-
50 | **scrollbars**
51 |
52 | no
53 |-
54 | **toolbar**
55 |
56 | no
57 |-
58 | **location**
59 |
60 | no
61 |-
62 | **directories**
63 |
64 | no
65 |-
66 | **status**
67 |
68 | no
69 |-
70 | **menubar**
71 |
72 | no
73 |-
74 | **copyhistory**
75 |
76 | no
77 |-
78 | **close**
79 |
80 | no
81 |}
82
83 == Example ==
84
85 {{{
86 <<PopUp
87   link="HomePage"
88   text="Click here to popup the HomePage"
89 >>
90 }}}
91
92 <<PopUp
93   link="HomePage"
94   text="Click here to popup the HomePage"
95 >>
96
97 == Author ==
98 * [[mailto:pixels@users.sf.net|Nicolas Noble]]
99
100 == See Also ==
101
102 <noinclude>
103 ----
104 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
105 </noinclude>