Changes for page Data Model

Last modified by Vincent Massol on 2023/12/01

<
From version < 60.1 >
edited by Marius Dumitru Florea
on 2019/08/20
To version < 61.1 >
edited by slauriere
on 2019/12/05
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mflorea
1 +XWiki.slauriere
Content
... ... @@ -29,7 +29,7 @@
29 29  |//EMail// |new in 4.2M3 |Allows to store email fields that can be obfuscated at display time |
30 30  |//Boolean// | |Allows to store and display boolean values (yes/no or 1/0) which can be displayed as select or checkbox fields |
31 31  |[[//Static List//>>.Static List.WebHome]] | |Allows to store and display single-select or multi-select fields that can be displayed as select, checkbox, radio or suggests fields. The possible values of static list fields are configured in the field definition.
32 -|//Database List// | |Allows to store and display single-select or multi-select fields that can be displayed as select, checkbox, radio or suggests fields. The possible values of database list fields are taken from a query from other XWiki data.|{{image reference="dbListSuggestInput.png"/}}
32 +|//Database List// | |Allows to store and display single-select or multi-select fields that can be displayed as select, checkbox, radio or suggests fields. The possible values of database list fields are taken from the execution of a query on other XWiki data such as pages or objects. The query is typically expressed in the Hibernate Query Language (see [[XWiki Query Module>>extensions:Extension.Query Module]]) and it can use [[the Velocity script notation>>Documentation.DevGuide.Scripting.WebHome]] (as long as the XWiki class author has [[the required scripting permission>>extensions:Extension.Security Module]]) for including dynamic parameters such as the current page space, the current time, etc.|{{image reference="dbListSuggestInput.png"/}}
33 33  |//Database Tree List// | |Same as a Database List field, with the addition that the data can be displayed as a tree, using the Yahoo Javascript Tree library |
34 34  |//Page// |new in 4.2M3 |Same as a Database List field, but made to store XWiki page names. |(((
35 35  {{image reference="pageSuggestInput.png"/}}

Get Connected