Difference between revisions of "FieldNumberBoolean"

From TempusServa wiki
Jump to navigation Jump to search
old>Ln.jeel
(Created page with '"= Yes/No = Check box. Yes/No. The values can be shown with other words or icons Properties * Groupable: Yes * Show in lists: No * Searchable: Yes == User interface == Field i…')
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
"= Yes/No =
= Yes/No =
Check box. Yes/No. The values can be shown with other words or icons
Check box. Yes/No. The values can be shown with other words or icons


Properties
Properties
* Type: [[Field type reference#Basic|Basic]]
* Groupable: Yes
* Groupable: Yes
* Show in lists: No
* Show in lists: No
Line 35: Line 36:
* Class name: FieldNumberBoolean
* Class name: FieldNumberBoolean
* Field is allowed in inline tables
* Field is allowed in inline tables
* Pattern:  ^(X|JA|NEJ|YES|NO|TRUE|FALSE)$"
* Pattern:  ^(X|JA|NEJ|YES|NO|TRUE|FALSE)$

Latest revision as of 11:52, 10 December 2021

Yes/No

Check box. Yes/No. The values can be shown with other words or icons

Properties

  • Type: Basic
  • Groupable: Yes
  • Show in lists: No
  • Searchable: Yes


User interface

Field in show mode

FieldNumberBoolean show.png

Field in edit mode

FieldNumberBoolean edit.png

User interface as displayed in picture


Configuration

FieldNumberBoolean BE.png

Required:

  • As shown above

Options:

  • As shown above


Developer info

  • FeltTypeID: 13
  • SQL datatype: tinyint(1)
  • Class name: FieldNumberBoolean
  • Field is allowed in inline tables
  • Pattern: ^(X|JA|NEJ|YES|NO|TRUE|FALSE)$