]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FWikiFormPlugin
Fix "See Also"
[SourceForge/phpwiki.git] / pgsrc / Help%2FWikiFormPlugin
1 Date: Fri,  6 Apr 2012 15:12:47 +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, dumphtml or dumpserial
28 | upload
29 |-
30 | **default**
31 | Default value in the input box
32 | //empty//
33 |-
34 | **buttontext**
35 | Text displayed on the button
36 | if action=upload, Upload \\
37 if action=loadfile, Load File \\
38 if action=dumphtml, Dump Pages as XHTML \\
39 if action=dumpserial, Dump Pages
40 |-
41 | **overwrite**
42 | When loading pages, force overwrite or not
43 | false
44 |-
45 | **size**
46 | Size of the input box
47 | 50
48 |}
49
50 == Example ==
51
52 {{{
53 <<WikiForm action="loadfile" buttontext="Load File">>
54 }}}
55
56 <<WikiForm action="loadfile" buttontext="Load File">>
57
58 == Author ==
59 * [[PhpWiki:ReiniUrban|Reini Urban]]
60
61 == See Also ==
62 * [[Help:WikiFormRichPlugin]]
63
64 <noinclude>
65 ----
66 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
67 </noinclude>