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