Diff: Help/WikiFormPlugin
Differences between version 4 and predecessor to the previous major change of Help/WikiFormPlugin.
Other diffs: Previous Revision, Previous Author
| Newer page: | version 4 | Last edited on October 14, 2015 11:47 am | by PhilHollenback | Revert | 
| Older page: | version 3 | Last edited on February 23, 2012 2:51 pm | by PhilHollenback | Revert | 
@@ -13,25 +13,28 @@
  
 ! Description 
 ! Default value 
 |- 
 | **action** 
-| upload, loadfile or dumpserial 
+| upload, loadfile, dumphtml 
or dumpserial 
 | upload 
 |- 
 | **default** 
-|  
-| false
 
+| Default value in the input box
  
+| //empty//
 
 |- 
 | **buttontext** 
-|  
-| false
 
+| Text displayed on the button
  
+| if action=upload, Upload \\ 
 
+if action=loadfile, Load File \\ 
 
+if action=dumphtml, Dump Pages as XHTML \\ 
 
+if action=dumpserial, Dump Pages
 
 |- 
 | **overwrite** 
-| 
+| When loading pages, force overwrite or not
 
 | false 
 |- 
 | **size** 
-| 
+| Size of the input box
 
 | 50 
 |} 
 == Example == 
@@ -42,12 +45,13 @@
  
  
  
  
 <<WikiForm action="loadfile" buttontext="Load File">> 
 == Author == 
-* [[PhpWiki
:ReiniUrban
|Reini Urban]] 
+* [[Help
:Reini Urban
|Reini Urban]] 
 == See Also == 
+* [[Help:WikiFormRichPlugin]]
 
 <noinclude> 
 ---- 
 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 </noinclude> 
version 4
The WikiForm plugin provides generic input buttons.
Usage
<<WikiForm arguments>>
Arguments
Argument  | 
Description  | 
Default value  | 
|---|---|---|
action  | 
upload, loadfile, dumphtml or dumpserial  | 
upload  | 
default  | 
Default value in the input box  | 
empty  | 
buttontext  | 
Text displayed on the button  | 
if action=upload, Upload   | 
overwrite  | 
When loading pages, force overwrite or not  | 
false  | 
size  | 
Size of the input box  | 
50  | 
Example
<<WikiForm action="loadfile" buttontext="Load File">>

