Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
FAQ: | ||||||||
Changed: | ||||||||
< < | How can I create a simple TWiki Form based application? | |||||||
> > | How can I create a simple TWiki Forms based application? | |||||||
Answer: | ||||||||
Changed: | ||||||||
< < |
For more information follow the links... The following is the code source of TWikiFAQ:
<form action="%SCRIPTURLPATH{edit}%/%WEB%/"> New FAQ topic: (Use a name in %SYSTEMWEB%.WikiNotation) <br /> <input type="text" name="topic" size="32" class="twikiInputField" /> <input type="submit" value="Create Topic" class="twikiSubmit" /> <input type="hidden" name="onlywikiname" value="on" /> <input type="hidden" name="templatetopic" value="TWikiFaqTemplate" /> <input type="hidden" name="topicparent" value="%TOPIC%" /> <br /> </form>
And the %SEARCH{ "Back to\:__ TWikiFAQ" casesensitive="on" type="regex" nosearch="on" nototal="on"}% | |||||||
> > | TWiki applications help automate workflows you have at the workplace. TWiki has a built-in database that can be used to write custom web applications. These are wiki applications that run in TWiki.
A typical TWiki forms based application consists of the following pages:
TWiki.org has a blog post on How to Create a TWiki Application | |||||||
Back to: TWikiFAQ
Related Topics: UserDocumentationCategory | ||||||||
Changed: | ||||||||
< < | -- Contributors: TWiki:Main.MiyokoTakushima![]() | |||||||
> > | -- Contributors: TWiki:Main.MiyokoTakushima![]() ![]() |