]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FWikiFormPlugin
Initialize $html
[SourceForge/phpwiki.git] / pgsrc / Help%2FWikiFormPlugin
1 Date: Fri,  7 Dec 2012 14:58:45 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FWikiFormPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 The **~WikiForm** [[Help:WikiPlugin|plugin]] provides generic input buttons.
10
11 == Usage ==
12 {{{
13 <<WikiForm arguments>>
14 }}}
15
16 == Arguments ==
17
18 {| class="bordered"
19 |-
20 ! Argument
21 ! Description
22 ! Default value
23 |-
24 | **action**
25 | upload, loadfile, dumphtml or dumpserial
26 | upload
27 |-
28 | **default**
29 | Default value in the input box
30 | //empty//
31 |-
32 | **buttontext**
33 | Text displayed on the button
34 | if action=upload, Upload \\
35 if action=loadfile, Load File \\
36 if action=dumphtml, Dump Pages as XHTML \\
37 if action=dumpserial, Dump Pages
38 |-
39 | **overwrite**
40 | When loading pages, force overwrite or not
41 | false
42 |-
43 | **size**
44 | Size of the input box
45 | 50
46 |}
47
48 == Example ==
49
50 {{{
51 <<WikiForm action="loadfile" buttontext="Load File">>
52 }}}
53
54 <<WikiForm action="loadfile" buttontext="Load File">>
55
56 == Author ==
57 * [[Help:Reini Urban|Reini Urban]]
58
59 == See Also ==
60 * [[Help:WikiFormRichPlugin]]
61
62 <noinclude>
63 ----
64 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
65 </noinclude>