You are here: Foswiki>System Web>FAQForm>FAQViewTemplate (2024-12-23, UnknownUser)Edit Attach
%{
This skin template is used to view FAQ questions and answers. It overrides the content portion of the default view template, and removes the normal form display, as the FAQForm data is included in the content.
See SkinTemplates for more information on this topic. The extraneous characters: %{...}%
are interpreted as comments when this topic is processed as a template.
Include the default view templates from your current SKIN and COVER paths
}% %TMPL:INCLUDE{"view"}%%{
Override the content template DEFinition. This normally just contains %TEXT%, but we add some more here to help decorate all the FAQForm topics in the same way.
}%%TMPL:DEF{"content"}%<!-- --> ---+ Question: %FORMFIELD{"TopicSummary"}% ---++ Answer %TEXT% *Back to:* [[%SYSTEMWEB%.%FORMFIELD{"TopicClassification"}%][%FORMFIELD{"TopicClassification"}%]] ---- *Related Topics:* %FORMFIELD{"RelatedTopics"}%%TMPL:END%%{
Re-define the form DEFinition to be empty; the contents of the from data have already been displayed above so it wouldn't make much sense to show all that again at the bottom of each FAQForm topic.
}%%TMPL:DEF{"form"}%%TMPL:END%%{
}%
Edit | Attach | Print version | History: r1 | Backlinks | View wiki text | Edit wiki text | More topic actions
Topic revision: r1 - 2024-12-23, UnknownUser
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback