Changes for page Data Model

Last modified by Vincent Massol on 2023/12/01

<
From version < 36.2 >
edited by Vincent Massol
on 2017/09/01
To version < 36.3 >
edited by Vincent Massol
on 2017/09/01
>
Change comment: Updated the relative links.

Summary

Details

Page properties
Content
... ... @@ -6,7 +6,7 @@
6 6  
7 7  This area explains XWiki's data model of Classes, Properties, and Objects for those users who want to build applications primarily at the presentation level. It will help you understand how you can achieve significant features by programming at this level alone.
8 8  
9 -For information about XWiki's underlying database schema (tables and fields), see: [[XWiki's Database Schema>>DevGuide.DatabaseSchema]].
9 +For information about XWiki's underlying database schema (tables and fields), see: [[XWiki's Database Schema>>platform:DevGuide.DatabaseSchema]].
10 10  
11 11  = XWiki Classes, Objects, and Properties =
12 12  
... ... @@ -44,7 +44,7 @@
44 44  |//Computed Pseudofield// |new in 4.2M3|Allows to create a pseudo field for which the display can be configured using a custom displayer and the value retrieved by using a script. It allows to combine other fields together.|\\
45 45  |//Time Zone//|new in 7.3M1|Allow to display and edit Time Zones.|\\
46 46  
47 -: Starting with version 4.3M2 you can define [[your own property types>>CreatingNewXClassPropertyTypes]].
47 +: Starting with version 4.3M2 you can define [[your own property types>>platform:DevGuide.CreatingNewXClassPropertyTypes]].
48 48  
49 49  ; Objects
50 50  : Objects are unique instances of a class with unique values defined for each of the properties that make up the class.
... ... @@ -59,8 +59,8 @@
59 59  
60 60  = Suggested Reading =
61 61  
62 -* Armed with your knowledge of Classes and Objects you could try creating a small application, such as a FAQ application, by following this [[FAQ Tutorial>>FAQTutorial]].
63 -* You could also start understanding how to display properties of Objects in wiki pages by using [[Scripting]].
64 -* You could also try using the [[App Within Minutes extension>>extensions:Extension.App Within Minutes Application]] which simplifies how to get started developing an application with little required knowledge. After your application is generated, if you wish to go further and develop new features for your app, you'll need to use your knowledge about Classes, Objects and [[Scripting]].
62 +* Armed with your knowledge of Classes and Objects you could try creating a small application, such as a FAQ application, by following this [[FAQ Tutorial>>platform:DevGuide.FAQTutorial.WebHome]].
63 +* You could also start understanding how to display properties of Objects in wiki pages by using [[platform:DevGuide.Scripting]].
64 +* You could also try using the [[App Within Minutes extension>>extensions:Extension.App Within Minutes Application]] which simplifies how to get started developing an application with little required knowledge. After your application is generated, if you wish to go further and develop new features for your app, you'll need to use your knowledge about Classes, Objects and [[platform:DevGuide.Scripting]].
65 65  * More information on the [[Custom Display field>>xwiki:FAQ.Bindings available inside the Custom Display property]] and an [[example>>snippets:Extension.User Property Custom Display]]
66 66  )))

Get Connected