Last modified by Simon Urli on 2023/10/10

From version 54.1
edited by Ricardo Rodríguez
on 2010/12/12
Change comment: There is no comment for this version
To version 54.2
edited by Vincent Massol
on 2010/12/12
Change comment: Added prereqs

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.rrodriguez
1 +XWiki.VincentMassol
Content
... ... @@ -6,6 +6,10 @@
6 6  
7 7  All through this tutorial you should refer to the [[XWiki Data Model>>DevGuide.DataModel]] for information on XWiki's data model. You might also use the [[XWiki Scripting Guide>>DevGuide.Scripting]] to get you started with scripting in XWiki and manipulating XWiki objects. In addition, this tutorial will introduce the concepts of Authoring Templates and Page Design Sheets, patterns that you will find particularly useful in creating XWiki applications. Completing this tutorial is a recommended prerequisite for anyone who wants to build custom applications on the XWiki engine.
8 8  
9 += Pre Requisites for following the tutorial =
10 +
11 +You should have [[installed XWiki>>AdminGuide.Installation]] and have a [[basic understanding of how to use it>>Features.WebHome]].
12 +
9 9  = Application Overview =
10 10  
11 11  The FAQ application allows users to post a question by entering the question into a simple form field and then submitting the form. The question then appears in a list along with all other questions that have been previously posted. Users can click on the questions to view both the question and answer in a consistently styled view. If the question has not yet been answered, any user can post an answer to the question by editing the page. In edit mode, the page will display a web form that is the same for every FAQ page.

Get Connected