Difference between revisions of "Test"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
old>Admin
Line 1: Line 1:
= Integer =
= Calc: Count missing fields =
Hele tal med fortegn
Number of missing fields in a form or questionaire


Properties
Properties
* Type: [[Field type reference#Basic|Basic]]
* Type: [[Field type reference#Extension|Extension]]
* Groupable: No
* Groupable: No
* Show in lists: Yes
* Show in lists: No
* Searchable: Yes
* Searchable: No




Line 12: Line 12:
Field in show mode
Field in show mode


[[File:FieldNumberInteger_show.png]]
[[File:FieldMissingValues_show.png]]


Field in edit mode
Due to its nature this field has no special editing mode.
 
[[File:FieldNumberInteger_edit.png]]


User interface as displayed in picture
User interface as displayed in picture
Line 22: Line 20:


== Configuration ==
== Configuration ==
[[File:FieldNumberInteger_BE.png]]
[[File:FieldMissingValues_BE.png]]


Required:
Required:
Line 32: Line 30:


== Developer info ==
== Developer info ==
* FeltTypeID: 10
* FeltTypeID: 2082
* SQL datatype: int(11)
* SQL datatype: int(11)
* Class name: FieldNumberInteger
* Class name: FieldMissingValues
* Field is allowed in inline tables
* Pattern:  ^[0-9]+$

Revision as of 15:15, 13 March 2013

Calc: Count missing fields

Number of missing fields in a form or questionaire

Properties

  • Type: Extension
  • Groupable: No
  • Show in lists: No
  • Searchable: No


User interface

Field in show mode

File:FieldMissingValues show.png

Due to its nature this field has no special editing mode.

User interface as displayed in picture


Configuration

FieldMissingValues BE.png

Required:

  • As shown above

Options:

  • As shown above


Developer info

  • FeltTypeID: 2082
  • SQL datatype: int(11)
  • Class name: FieldMissingValues