How can I create a simple TWiki Form based application?
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%/"> 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
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