User Tools

Site Tools


look-up_lists

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
look-up_lists [2020/06/03 13:31]
charlotte created
look-up_lists [2022/03/30 15:03] (current)
antreas
Line 1: Line 1:
-**Look-up ​lists**+===== Field types and lookup ​lists ===== 
 + 
 +^ Field type ^ Description ^ 
 +| [[#​text|Text]] | Displays a text box that accepts a free text view | 
 +| [[#​Integer|Integer]] | Displays a text box that accepts an integer value | 
 +| [[#​Double|Double]] | Displays a text box that accepts a decimal value | 
 +| [[#​DateTime|DateTime]] | Displays a text box that accepts and date & time value | 
 +| [[#​Percentage|Percentage]] | Displays a text box that accepts values between 0 and 100 | 
 +| [[#​Paragraph|Paragraph]] | Displays a paragraph of text which accepts no input | 
 +| [[#Select list|Select list]] | Displays a list box that contains values from a predefined list | 
 +| [[#​Checkboxes|Checkboxes]] | Displays multiple checkboxes with values from a predefined list | 
 +| [[#​Radio|Radio]] | Displays multiple radio buttons with values from a predefined list | 
 +| [[#​Label|Label]] | Displays a text label which accepts no input | 
 +| [[#​Lookup|Lookup list]] | A special field-type (enumeration),​ used to populate list-based fields with pre-defined values | 
 + 
 +==== Text ==== 
 +{{ :​text.jpg?​200 |}} 
 +==== Integer ==== 
 +{{ :​integer.jpg?​200 |}} 
 +==== Double ==== 
 +{{ :​double.jpg?​200 |}} 
 +==== DateTime ==== 
 +{{ :​datetime.jpg?​200 |}} 
 +==== Percentage ==== 
 +{{ :​percentage.jpg?​200 |}} 
 +==== Paragraph ==== 
 +{{ :​paragraph.jpg?​200 |}} 
 +==== Select list ==== 
 +{{ :​list.jpg?​200 |}} 
 +==== Checkboxes ==== 
 +{{ :​checkboxes.jpg?​200 |}} 
 +==== Radio ==== 
 +{{ :​radiobuttons.jpg?​200 |}} 
 +==== Label ==== 
 +{{ :​label.jpg?​200 |}} 
 +==== Lookup ====
  
 In the Lookup lists tab, lists of values are be defined that can be assigned to form fields in order to reduce the acceptable values to specific ones. In the Lookup lists tab, lists of values are be defined that can be assigned to form fields in order to reduce the acceptable values to specific ones.
Line 10: Line 45:
  
 The possible values of the list can be added from the panel on the bottom of the list editor. The possible values of the list can be added from the panel on the bottom of the list editor.
 +
 +===== Property overview =====
 +
 +^ Field properties ^ Description ^ !!Text!! ^ !!Integer!! ^ !!Double!! ^ !!DateTime!! ^ !!Percentage!! ^ !!Paragraph!! ^ !!Select list!! ^ !!Checkboxes!! ^ !!Radio!! ^ !!Label!! ^
 +| Label | The text label that will appear next to the field | Yes | Yes | Yes | Yes | Yes |Yes | Yes | Yes | Yes | Yes |
 +| Tooltip | The text hint that will appear when the mouse is over the field | Yes | Yes | Yes | Yes | Yes |Yes | Yes | Yes | Yes | Yes |
 +| Lower bound | The minimum allowed value | Yes | Yes | Yes | Yes | Yes |Yes | Yes | Yes | Yes | Yes |
 +| Upper bound | The maximum allowed value | Yes | Yes | Yes | Yes | Yes |Yes | Yes | Yes | Yes | Yes |
 +| Required | Boolean value that indicates whether or not this field is required | Yes | Yes | Yes | Yes | Yes |Yes | Yes | Yes | Yes | Yes |
 +| Allow below | Lookup list of values | Yes | Yes | Yes | Yes | Yes |Yes | Yes | Yes | Yes | Yes |
 +| List | [[#​look-up_lists|Lookup list]] of values |  Yes | Yes | Yes | Yes | Yes |Yes | Yes | Yes | Yes | Yes |
 +| Allow other | Boolean value that indicates whether or not it is allowed to enter values that are not contained in the list of values |  Yes | Yes | Yes | Yes | Yes |Yes | Yes | Yes | Yes | Yes |
 +
look-up_lists.1591180301.txt.gz · Last modified: 2020/06/03 13:31 by charlotte