Changeset 14905


Ignore:
Timestamp:
05/26/12 00:07:22 (12 months ago)
Author:
ArthurClemens
Message:

Item9693: doc changes

Location:
trunk/core
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/data/System/FAQViewTemplate.txt

    r12750 r14905  
    11%META:TOPICINFO{author="ProjectContributor" date="1308487028" format="1.1" version="1"}% 
    22%META:TOPICPARENT{name="FAQForm"}% 
    3 %{ Include the default view templates from your current SKIN and COVER paths 
    4  
     3%{<verbatim class="tml"> 
     4=================================================== 
     5        FAQ topic templates      
     6=================================================== 
     7}%%{ 
     8--------------------------------------------------- 
     9        Include the default view templates from your current SKIN and COVER paths 
     10--------------------------------------------------- 
    511}%%TMPL:INCLUDE{"view"}%%{ 
    6  
     12--------------------------------------------------- 
    713    Override the content template DEFinition. This normally just contains %TEXT%, 
    814    but we add some more here to help decorate all the [[FAQForm]] topics in the 
    915    same way 
    10  
     16--------------------------------------------------- 
    1117}%%TMPL:DEF{"content"}% 
    1218---+ Question: %FORMFIELD{"TopicSummary"}% 
     
    1723---- 
    1824*Related Topics:* %FORMFIELD{"RelatedTopics"}%%TMPL:END%%{ 
    19  
     25--------------------------------------------------- 
    2026    Re-define the form DEFinition to be empty; the contents of the from data 
    2127    have already been displayed above so it wouldn't make much sense to show all 
    2228    that again at the bottom of each [[FAQForm]] topic 
    23  
    24 }%%TMPL:DEF{"form"}%%TMPL:END% 
     29--------------------------------------------------- 
     30}%%TMPL:DEF{"form"}%%TMPL:END%%{ 
     31=================================================== 
     32</verbatim>}% 
  • trunk/core/lib/Foswiki/Func.pm

    r14640 r14905  
    307307Get the request object. This is a subclass of =Foswiki::Request=. The request 
    308308object can be used to get the parameters passed to the request, either 
    309 via CGI or on the command ine (depending on how the script was called). 
     309via CGI or on the command line (depending on how the script was called). 
    310310 
    311311A =Foswiki::Request= object is largely compatible with a CPAN:CGI object. 
  • trunk/core/lib/Foswiki/Meta.pm

    r14896 r14905  
    15871587   * We don't merge for field attributes or title 
    15881588   * Topic info is not touched 
    1589    * The =mergeable= method on the form def is used to determine if that field is mergeable. If it isn't, the value currently in meta will _not_ be changed. 
     1589   * The =isTextMergeable= method on the form def is used to determine if that field is mergeable. If it isn't, the value currently in meta will _not_ be changed. 
    15901590 
    15911591=cut 
Note: See TracChangeset for help on using the changeset viewer.