Kauri Documentation
 PreviousHomeNext 
10.4.3 Common Control PropertiesBook Index10.4.5 Controls

10.4.4 Fields

10.4.4.1 boolean

Specifications
Registered name

boolean

Properties
Control

checkbox-control

User-Format

true-false

Wire-Format

-

10.4.4.2 case

Specifications
Registered name

case

Properties
control

case-control

Default configuration

-

selector

fieldtype specifying the case selector

cases

object containing possible cases

User-Format
Wire-Format
Example
"cases": {
    "text" : {
        "base": "string",
        "label": "Text"
    },
    "number" : {
        "base": "decimal",
        "label": "Number"
    }
}

10.4.4.3 collection

Specifications
Registered name

collection

Properties
Control

collection-control

User-Format
Wire-Format

10.4.4.4 composite

Specifications
Registered name

composite

Properties
Control

composite-control

User-Format
Wire-Format

10.4.4.5 date-range

Specifications
Registered name

date-range

Properties
Base

composite

members
Control

composite-control

User-Format Wire-Format

wire-date-range

10.4.4.6 datetime

Specifications
Registered name

datetime

Properties
Base

composite

members
Control

composite-control

User-Format
Wire-Format

wire-date-time

10.4.4.7 decimal

Specifications
Registered name

decimal

Properties
Base

string

Control

input-control

Default configuration

-

User-Format

numeric

Wire-Format

numeric with rawFormat

10.4.4.8 file

Specifications
Registered name

file

Properties
Control

upload-control

10.4.4.9 integer

Specifications
Registered name

integer

Properties
Control

input-control

Default configuration 
User-Format

numeric

Wire-Format

numeric with rawFormat

10.4.4.10 integer-range

Specifications
Registered name

integer-range

Properties
Base

string

Control

slider-control

Default configuration 
User-Format

numeric-range

Wire-Format

numeric-range with rawFormat

10.4.4.11 location

Specifications
Registered name

location

Properties
Control

gmap-control

Inherits

composite

Members

User-Format

-

Wire-Format

-

10.4.4.12 string

Specifications
Registered name

string

Properties
Control

input-control

Default configuration

-

User-Format

trim

Wire-Format

-

10.4.4.13 time

Specifications
Registered name

time

Properties
Base

string

Control

input-control

User-Format

time

Wire-Format

time

 PreviousHomeNext 
10.4.3 Common Control Properties10.4.5 Controls