Ignore:
Timestamp:
01/26/12 03:43:38 (4 months ago)
Author:
KipLubliner
Message:

Item11437: merge Add package navigation to Perl Doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x01/core/data/System/PerlDoc.txt

    r12748 r13829  
    11%META:TOPICINFO{author="ProjectContributor" date="1303184283" format="1.1" version="1"}% 
    22%META:TOPICPARENT{name="DeveloperDocumentationCategory"}% 
    3 ---+!! %TOPIC% 
    4 <form class='foswikiForm'> 
     3%DOC_TITLE% 
     4<form class='foswikiForm' action='%SCRIPTURL{view}%/%SYSTEMWEB%/PerlDoc'> 
    55<div class='foswikiFormSteps'> 
    66  <div class='foswikiFormStep'> 
    77    <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' /> 
    911    <input type='submit' value='%MAKETEXT{"Submit"}%' class='foswikiSubmit' /> 
    1012    <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]]  
    1215    </div> 
     16  </div> 
     17  <div class='foswikiFormStep'> 
     18    %TWISTY{link="Child packages" linkclass="foswikiButton" remember="on"}% 
     19 
     20%DOC_CHILDREN% 
     21    %ENDTWISTY% 
    1322  </div> 
    1423</div> 
    1524</form> 
    16  
    17 Check [[DevelopingPlugins][Developing plugins]] and [[Foswiki:Development.DevelopersBible][Developer's Bible]] for more information. 
    1825 
    1926%SMELLS% 
     
    2128%TOC% 
    2229 
    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.