Log In
or
Register
TWiki Web
Users
Groups
Index
Search
Changes
Notifications
Statistics
Preferences
User Reference
ATasteOfTWiki
TextFormattingRules
TWikiVariables
TWikiDocGraphics
TWikiSkinBrowser
InstalledPlugins
Admin Maintenance
AdminToolsCategory
InterWikis
ManagingWebs
TWikiSiteTools
TWikiPreferences
WebPreferences
Categories
Admin Documentation
Admin Tools
Developer Doc
User Documentation
User Tools
Webs
Main
Sandbox
TWiki
You are here:
FS
>
TWiki Web
>
TWikiFAQ
>
AnApplicationWithWikiForm
r1 - 18 Oct 2004 - 08:40 -
TWikiContributor
E
dit
A
ttach
P
rintable
Start of topic |
Skip to actions
---++ FAQ: How can I create a simple [[TWikiForms][TWiki Form]] based application? ---++ Answer: 1 Create a [[TWikiForms][TWiki Form]] and define fields (TWikiForms) 1 Add the form in the list of Web Forms. Set the variable WEBFORMS in WebPreferences 1 Create a Template Topic and in Edit mode 1 In edit mode add the [[TWikiForms][TWiki Form]] you defined to the Template Topic 1 Create a HTML Form with necessary fields 1 Define =SEARCH= function for listing items. See TWikiVariables#VarSEARCH For more information follow the links... The following is the code source of TWikiFAQ: <verbatim> <form action="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%INTURLENCODE{"%WEB%"}%/"> New FAQ topic: (Use a name in TWiki.WikiNotation) <br /> <input type="text" name="topic" size="32" /> <input type="submit" class="twikiSubmit" value="Create Topic" /> <input type="hidden" name="onlywikiname" value="on" /> <input type="hidden" name="templatetopic" value="TWikiFaqTemplate" /> <input type="hidden" name="topicparent" value="%TOPIC%" /> <br /> </form> </verbatim> ---- And the =SEARCH= function: <verbatim> %SEARCH{ "Back to\:__ TWikiFAQ" casesensitive="on" regex="on" nosearch="on" nototal="on"}% </verbatim> __Back to:__ TWikiFAQ __Related Topics:__ UserDocumentationCategory -- TWiki:Main.MiyokoTakushima - 18 Oct 2004 <br />
End of topic
Skip to actions
|
Back to top
E
dit
|
A
ttach
|
P
rintable
|
R
aw view
|
Backlinks:
We
b
,
A
l
l webs
|
H
istory
: r1
|
M
ore topic actions
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding FS?
Send feedback