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