From: <var...@us...> - 2012-04-06 13:14:44
|
Revision: 8257 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8257&view=rev Author: vargenau Date: 2012-04-06 13:14:38 +0000 (Fri, 06 Apr 2012) Log Message: ----------- Update WikiFormPlugin documentation Modified Paths: -------------- trunk/lib/plugin/WikiForm.php trunk/pgsrc/Help%2FWikiFormPlugin trunk/pgsrc/Help%2FWikiFormRichPlugin Modified: trunk/lib/plugin/WikiForm.php =================================================================== --- trunk/lib/plugin/WikiForm.php 2012-04-06 12:40:29 UTC (rev 8256) +++ trunk/lib/plugin/WikiForm.php 2012-04-06 13:14:38 UTC (rev 8257) @@ -37,8 +37,8 @@ } function getDefaultArguments() { - return array('action' => 'upload', // 'upload', 'loadfile', or - // 'dumpserial' + return array('action' => 'upload', // 'upload', 'loadfile', + // 'dumphtml' or 'dumpserial' 'default' => false, 'buttontext' => false, 'overwrite' => false, Modified: trunk/pgsrc/Help%2FWikiFormPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiFormPlugin 2012-04-06 12:40:29 UTC (rev 8256) +++ trunk/pgsrc/Help%2FWikiFormPlugin 2012-04-06 13:14:38 UTC (rev 8257) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 6 Apr 2012 15:12:47 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -24,23 +24,26 @@ ! 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 |} @@ -56,6 +59,7 @@ * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also == +* [[Help:WikiFormRichPlugin]] <noinclude> ---- Modified: trunk/pgsrc/Help%2FWikiFormRichPlugin =================================================================== --- trunk/pgsrc/Help%2FWikiFormRichPlugin 2012-04-06 12:40:29 UTC (rev 8256) +++ trunk/pgsrc/Help%2FWikiFormRichPlugin 2012-04-06 13:14:38 UTC (rev 8257) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 6 Apr 2012 15:12:47 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -219,6 +219,9 @@ == Author == * [[PhpWiki:ReiniUrban|Reini Urban]] +== See Also == +* [[Help:WikiFormRichPlugin]] + <noinclude> ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |