Ignore:
Timestamp:
11/09/08 16:04:28 (4 years ago)
Author:
CrawfordCurrie
Message:

Item109: fixed references to TWikiTemplates. There are more in plugins :-(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/data/TWiki/TWikiForms.txt

    r482 r485  
    1414   1. Define a form template 
    1515   1. Enable the form for a web 
    16    1. Add the form to a [[TWikiTemplates#Template_Topics][template topic]] 
     16   1. Add the form to a [[TemplateTopics][template topic]] 
    1717   1. Build an HTML form to create new topics based on that template topic 
    1818   1. Build a FormattedSearch to list topics that share the same form 
     
    8787---++ Adding a form to a topic 
    8888 
    89    * Edit the topic and follow the "Add form" button to add a Form. This is typically done to a [[TWikiTemplates#TemplateTopic][template topic]], either to the =WebTopicEditTemplate= topic in a web, or a new topic that serves as an application specific template topic. Initial Form values can be set there. 
     89   * Edit the topic and follow the "Add form" button to add a Form. This is typically done to a [[TemplateTopics][template topic]], either to the =WebTopicEditTemplate= topic in a web, or a new topic that serves as an application specific template topic. Initial Form values can be set there. 
    9090 
    9191   * Additionally a new topic can be given a Form using the =formtemplate= parameter in the (edit or save) URL.  Initial values can then be provided in the URLs or as form values: 
     
    101101    </form> 
    102102       </verbatim> 
    103    * __%T% Tip:__ For TWiki applications you can [[TWikiTemplates#AutomaticallyGeneratedTopicname][automatically generate unique topicnames]]. 
     103   * __%T% Tip:__ For TWiki applications you can [[TemplateTopics#AutomaticallyGeneratedTopicname][automatically generate unique topicnames]]. 
    104104 
    105105   * __%X% Note:__ Initial values will *not* be set in the form of a new topic if you _only_ use the formtemplate parameter. 
     
    202202---++ Hints and Tips 
    203203---+++ Build an HTML form to create new Form-based topics 
    204    * New topics with a form are created by simple HTML forms asking for a topic name. For example, you can have a =<nop>SubmitExpenseReport= topic where you can create new expense reports, a =<nop>SubmitVacationRequest= topic, and so on. These can specify the required template topic with its associated form. [[TWikiTemplates#TemplateTopics][Template topics]] has more. 
     204   * New topics with a form are created by simple HTML forms asking for a topic name. For example, you can have a =<nop>SubmitExpenseReport= topic where you can create new expense reports, a =<nop>SubmitVacationRequest= topic, and so on. These can specify the required template topic with its associated form. [[TemplateTopics][Template topics]] has more. 
    205205A Form Template specifies the fields in a form. A Form Template is simply a page containing a TWiki table, where each row of the table specifies one form field. 
    206206#UsingFormData 
     
    224224%STOPINCLUDE% 
    225225 
    226 __Related Topics:__ UserDocumentationCategory, TWikiTemplates 
     226__Related Topics:__ UserDocumentationCategory, TemplateTopics 
Note: See TracChangeset for help on using the changeset viewer.