Difference: AnApplicationWithWikiForm (5 vs. 6)

Revision 62010-06-16 - TWikiContributor

 
META TOPICPARENT name="TWikiFAQ"

FAQ:

Added:
>
>
 How can I create a simple TWiki Form based application?
Deleted:
<
<
 

Answer:

  1. Create a TWiki Form and define fields (see TWikiForms for details)
Changed:
<
<
  1. Add the form in the list of Web Forms. Set the variable WEBFORMS in WebPreferences
>
>
  1. Add the form in the list of Web Forms. Set the WEBFORMS setting in WebPreferences
 
  1. Create a Template Topic
  2. In edit mode add the TWiki Form you defined to the Template Topic using the "Add Form" button
  3. Create a HTML Form with necessary fields
Changed:
<
<
  1. Define SEARCH function for listing items (see VarSEARCH for details)
>
>
  1. Define SEARCH function for listing items (see VarSEARCH and FormattedSearch for details)
  For more information follow the links...

The following is the code source of TWikiFAQ:

<form action="%SCRIPTURLPATH{edit}%/%WEB%/">
Changed:
<
<
New FAQ topic:   (Use a name in WikiNotation)
>
>
New FAQ topic:   (Use a name in WikiNotation)
 


And the SEARCH function:

%SEARCH{ "Back to\:__ TWikiFAQ" casesensitive="on" type="regex" nosearch="on" nototal="on"}%

Back to: TWikiFAQ

Related Topics: UserDocumentationCategory

-- Contributors: TWiki:Main.MiyokoTakushima - 2004-10-18

 
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.AnApplicationWithWikiForm.