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![]() ![]() |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
FAQ: | ||||||||
Deleted: | ||||||||
< < | How can I create a simple TWiki Form based application? | |||||||
Added: | ||||||||
> > | How can I create a simple TWiki Form based application? | |||||||
Answer:
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
For more information follow the links... | ||||||||
Line: 19 to 19 | ||||||||
<form action="%SCRIPTURLPATH{edit}%/%WEB%/"> | ||||||||
Changed: | ||||||||
< < | New FAQ topic: (Use a name in WikiNotation) | |||||||
> > | New FAQ topic: (Use a name in WikiNotation) | |||||||
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
FAQ:How can I create a simple TWiki Form based application? | ||||||||
Line: 20 to 20 | ||||||||
<form action="%SCRIPTURLPATH{edit}%/%WEB%/"> New FAQ topic: (Use a name in TWiki.WikiNotation) <br /> | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
Line: 41 to 40 | ||||||||
Related Topics: UserDocumentationCategory | ||||||||
Changed: | ||||||||
< < | -- Contributors: TWiki:Main.MiyokoTakushima![]() | |||||||
> > | -- Contributors: TWiki:Main.MiyokoTakushima![]() |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
FAQ:How can I create a simple TWiki Form based application? | ||||||||
Line: 32 to 32 | ||||||||
And the SEARCH function: | ||||||||
Changed: | ||||||||
< < | Could not perform search. Error was: /bin/grep -E -l -H -- %TOKEN|U% %FILES|F% Grep for 'Back to\:__ TWikiFAQ' returned error | |||||||
> > | Could not perform search. Error was: /bin/grep -E -l -H -- %TOKEN|U% %FILES|F% Grep for 'Back to\:__ TWikiFAQ' returned error | |||||||
Line: 41 to 41 | ||||||||
Related Topics: UserDocumentationCategory | ||||||||
Changed: | ||||||||
< < | -- TWiki:Main.MiyokoTakushima![]() | |||||||
> > | -- Contributors: TWiki:Main.MiyokoTakushima![]() |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
FAQ:How can I create a simple TWiki Form based application? | ||||||||
Line: 6 to 6 | ||||||||
Answer: | ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
For more information follow the links... |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
FAQ:How can I create a simple TWiki Form based application? | ||||||||
Line: 11 to 11 | ||||||||
| ||||||||
Changed: | ||||||||
< < |
| |||||||
> > |
| |||||||
For more information follow the links... |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
FAQ:How can I create a simple TWiki Form based application?
Answer:
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 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>
And the %SEARCH{ "Back to\:__ TWikiFAQ" casesensitive="on" regex="on" nosearch="on" nototal="on"}%
Back to: TWikiFAQ Related Topics: UserDocumentationCategory
-- TWiki:Main.MiyokoTakushima |