Last modified by Simon Urli on 2023/10/10

<
From version < 104.1 >
edited by Bart Kummel
on 2019/05/23
To version < 105.2 >
edited by Alex Cotiugă
on 2019/09/20
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.BartKummel
1 +XWiki.acotiuga
Content
... ... @@ -4,7 +4,9 @@
4 4  
5 5  This tutorial will show you how to build a Frequently Asked Questions (FAQs) [[Application>>platform:Features.Applications]] much like the one you can find on the [[FAQ page>>FAQ.WebHome]]. This is a very simple application that makes use of XWiki's [[classes, properties, and objects>>platform:DevGuide.DataModel||anchor="HXWikiClasses2CObjects2CandProperties"]]. It also uses a technique that you may frequently use as the basis for several different kinds of applications.
6 6  
7 +{{info}}
7 7  It's also possible to follow this tutorial as a [[video tutorial on Youtube>>https://youtu.be/upQWknV06D4]].
9 +{{/info}}
8 8  
9 9  = Prerequisites for following the tutorial =
10 10  
... ... @@ -183,6 +183,10 @@
183 183  
184 184  {{image reference="FAQClass4.PNG"/}}
185 185  
188 += Create the Template Provider =
189 +
190 +After the template was created and the object was added, a new section appears
191 +
186 186  = Create a home page for the FAQ application =
187 187  
188 188  You want your users to be able to see a list of all existing questions and answers and to add new questions. The best way to do this is to put the FAQ application in its own space and to use that space's homepage to display existing questions.

Get Connected