]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FWikiFormPlugin
Add entry for 1.4.0
[SourceForge/phpwiki.git] / pgsrc / Help%2FWikiFormPlugin
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%2FWikiFormPlugin;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **~WikiForm** [[Help:WikiPlugin|plugin]] provides generic input buttons.
12
13 == Usage ==
14 {{{
15 <<WikiForm arguments>>
16 }}}
17
18 == Arguments ==
19
20 {| class="bordered"
21 |-
22 ! Argument
23 ! Description
24 ! Default value
25 |-
26 | **action**
27 | upload, loadfile or dumpserial
28 | upload
29 |-
30 | **default**
31 |
32 | false
33 |-
34 | **buttontext**
35 |
36 | false
37 |-
38 | **overwrite**
39 |
40 | false
41 |-
42 | **size**
43 |
44 | 50
45 |}
46
47 == Example ==
48
49 {{{
50 <<WikiForm action="loadfile" buttontext="Load File">>
51 }}}
52
53 <<WikiForm action="loadfile" buttontext="Load File">>
54
55 == Author ==
56 * [[PhpWiki:ReiniUrban|Reini Urban]]
57
58 == See Also ==
59
60 <noinclude>
61 ----
62 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
63 </noinclude>