From: <var...@us...> - 2012-11-20 20:51:52
|
Revision: 8505 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8505&view=rev Author: vargenau Date: 2012-11-20 20:51:46 +0000 (Tue, 20 Nov 2012) Log Message: ----------- Add examples Modified Paths: -------------- trunk/pgsrc/Help%2FAppendTextPlugin Modified: trunk/pgsrc/Help%2FAppendTextPlugin =================================================================== --- trunk/pgsrc/Help%2FAppendTextPlugin 2012-11-20 20:46:28 UTC (rev 8504) +++ trunk/pgsrc/Help%2FAppendTextPlugin 2012-11-20 20:51:46 UTC (rev 8505) @@ -49,7 +49,7 @@ == Examples == -Add from a list of all available plugins one to the current page. +=== Add from a list of all available plugins one to the current page === {{{ <<WikiFormRich action=AppendText buttontext="AddPlugin" @@ -57,14 +57,22 @@ >> }}} -Add from a list of all available Categories to the current page. +<<WikiFormRich action=AppendText buttontext="AddPlugin" + pulldown[] name=s text="Plugins: " value=<!plugin-list BackLinks page=CategoryWikiPlugin !> +>> +=== Add from a list of all available Categories to the current page === + {{{ <<WikiFormRich action=AppendText buttontext="AddCategory" pulldown[] name=s text="Categories: " value=<!plugin-list TitleSearch s=Category !> >> }}} +<<WikiFormRich action=AppendText buttontext="AddCategory" + pulldown[] name=s text="Categories: " value=<!plugin-list TitleSearch s=Category !> +>> + <noinclude> ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |