Changeset 13829 for branches/Release01x01/core/data/System/PerlDoc.txt
- Timestamp:
- 01/26/12 03:43:38 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x01/core/data/System/PerlDoc.txt
r12748 r13829 1 1 %META:TOPICINFO{author="ProjectContributor" date="1303184283" format="1.1" version="1"}% 2 2 %META:TOPICPARENT{name="DeveloperDocumentationCategory"}% 3 ---+!! %TOPIC%4 <form class='foswikiForm' >3 %DOC_TITLE% 4 <form class='foswikiForm' action='%SCRIPTURL{view}%/%SYSTEMWEB%/PerlDoc'> 5 5 <div class='foswikiFormSteps'> 6 6 <div class='foswikiFormStep'> 7 7 <label for='module'><b>Perl Module:</b></label> 8 <input type='text' name='module' id='module' value='%URLPARAM{module}%' class='foswikiInputField foswikiFocus' /> 8 <input type='text' name='module' id='module' value='%URLPARAM{module}%' class='foswikiInputField' /> 9 <label for='publicOnly'><b>Public Only:</b></label> 10 <input type='checkbox' name='publicOnly' id='publicOnly' value='on' %IF{"$publicOnly = 'on'" then="checked='checked'"}% class='foswikiInputField' /> 9 11 <input type='submit' value='%MAKETEXT{"Submit"}%' class='foswikiSubmit' /> 10 12 <div class="foswikiFormDescription"> 11 Enter a module name that to extract the perl documentation, e.g. <a href="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%?module=Foswiki::Func">Foswiki::Func</a> or, <a href="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%?module=Foswiki::Meta">Foswiki::Meta</a>. 13 Enter a module name that to extract the perl documentation, e.g. <a href="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%?module=Foswiki::Func%IF{"$publicOnly = 'on'" then=";publicOnly=on"}%">Foswiki::Func</a> or, <a href="%SCRIPTURLPATH{"view"}%/%WEB%/%TOPIC%?module=Foswiki::Meta%IF{"$publicOnly = 'on'" then=";publicOnly=on"}%">Foswiki::Meta</a>.<br/> 14 See also [[DevelopingPlugins][Developing plugins]], [[Foswiki:Development.DevelopersBible][Developer's Bible]], [[Foswiki:Development.TechnicalOverview][Technical Overview]] 12 15 </div> 16 </div> 17 <div class='foswikiFormStep'> 18 %TWISTY{link="Child packages" linkclass="foswikiButton" remember="on"}% 19 20 %DOC_CHILDREN% 21 %ENDTWISTY% 13 22 </div> 14 23 </div> 15 24 </form> 16 17 Check [[DevelopingPlugins][Developing plugins]] and [[Foswiki:Development.DevelopersBible][Developer's Bible]] for more information.18 25 19 26 %SMELLS% … … 21 28 %TOC% 22 29 23 %INCLUDE{"doc:%URLPARAM{module}%" level="2"}% 30 %STARTSECTION{"doc"}% 31 %INCLUDE{"doc:%URLPARAM{module}%" publicOnly="%URLPARAM{publicOnly}%" level="2"}% 32 %ENDSECTION{"doc"}%
Note: See TracChangeset
for help on using the changeset viewer.
