Revision: 6824 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6824&view=rev Author: vargenau Date: 2009年05月29日 12:51:09 +0000 (2009年5月29日) Log Message: ----------- Add description and arguments Modified Paths: -------------- trunk/pgsrc/Help%2FWikiFormPlugin Modified: trunk/pgsrc/Help%FWikiFormPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiFormPlugin 2009年05月29日 11:12:44 UTC (rev 6823) +++ trunk/pgsrc/Help%2FWikiFormPlugin 2009年05月29日 12:51:09 UTC (rev 6824) @@ -8,25 +8,49 @@ charset=UTF-8 Content-Transfer-Encoding: binary -_short description_ +The **~WikiForm** [[Help:WikiPlugin|plugin]] provides generic input buttons. == Usage {{{ -<<WikiForm>> +<<WikiForm arguments>> }}} == Arguments -page _(default: current pagename)_: - The page to execute upon. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **action** +| upload, loadfile or dumpserial +| upload +|- +| **default** +| +| false +|- +| **buttontext** +| +| false +|- +| **overwrite** +| +| false +|- +| **size** +| +| 50 +|} == Example {{{ -<<WikiForm>> +<<WikiForm action="loadfile" buttontext="Load File">> }}} -<<WikiForm>> +<<WikiForm action="loadfile" buttontext="Load File">> == Author * [[PhpWiki:ReiniUrban|Reini Urban]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.