Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. mflorea1 +XWiki.slauriere - Content
-
... ... @@ -29,13 +29,13 @@ 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 fromother 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"/}} 36 36 ))) 37 37 |//Date// | |Allows to store and display date or datetime values. A date picker is used automatically for this field as shown below. |((( 38 -{{image reference="datePicker.png"/}} 38 +{{image reference="dateTimePicker.png"/}} 39 39 ))) 40 40 |//User List// | |Allows to store and display single-select or multi-select users. The field uses a user picker as shown below.|((( 41 41 {{image reference="userPicker-singleSelection.png"/}}{{image reference="userPicker-multipleSelection.png"/}}{{image reference="userPicker-view.png"/}}