<
From version < 33.2 >
edited by Eduard Moraru
on 2014/10/07
To version < 33.3 >
edited by Eduard Moraru
on 2015/02/19
>
Change comment: Fixed some inaccuracies related to PageClass

Summary

Details

Page properties
Content
... ... @@ -31,7 +31,7 @@
31 31  | //Static 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 static list fields are configured in the field definition.
32 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 static list fields are taken from a query from other XWiki data.|\\
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 -| //Document List// | new in 4.2M3 | Same as a String field, but made to store XWiki page names. |\\
34 +| //Page List// | new in 4.2M3 | Same as a Database List field, but made to store XWiki page names. |\\
35 35  | //Date// | | Allows to store and display date or datetime values. A date picker is used automatically for this field as shown below. |(((
36 36  {{image reference="datePicker.png"/}}
37 37  )))
... ... @@ -41,7 +41,7 @@
41 41  | //Group List// | | Allows to store and display single-select or multi-select groups. The field uses a user picker as shown below.|(((
42 42  {{image reference="groupPicker-editMultiple.png"/}}
43 43  )))
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.|\\
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  )))
46 46  
47 47  : Starting with version 4.3M2 you can define [[your own property types>>CreatingNewXClassPropertyTypes]].

Get Connected