Possible enumeration values:
| Name | Value | Description |
|---|---|---|
| None |
0 |
Default value for formcontrol type enum |
| Button |
1 |
Model for a variable button form control. |
| Camera |
2 |
Form control allows an user to take photos and put them as input into the form. |
| Checkbox |
3 |
The form control for checkbox usage. |
| DateTime |
4 |
The form control model for the supported date and time datas. |
| Drawing |
5 |
The form controlw allows to draw an image on a canvas. |
| Document |
6 |
The formcontrol shows an enhanced document. |
| Gps |
7 |
Provides GPS-related services in a form control. It is related to GPX-format. |
| Group |
8 |
A group stores a variable number of FormControls (a single FormControl is also possible) for the CApp, which are defined as coherent in the AppDesigner. Every Group can own a Grouptitle, which marks the complete group to be shown the in laying forms as coherent combined with the given title describing these forms. Every group is clearly indicatable by it´s ID. |
| Image |
9 |
Formcontrol that shows an image with optional texts. |
| Options |
10 |
Form control for a selective list. |
| RadioButton |
11 |
Model for radio buttons which can be placed horizontal or vertical. Vertical is standard. |
| RatingScale |
12 |
FormControl provides a rating taple for several points with a shared rating scala. |
| Repeat |
13 |
Form control allows to insert multiple object data with child formcontrols within an loop. |
| SendData |
14 |
A form control that activate the send function of the form inputs. Normally used as "Send"-Button. |
| Signature |
15 |
Provides signating with in the CApp on the touchscreen of the used device. |
| StarRating |
16 |
Provides a scaled rating form control. |
| Text |
17 |
Text is placed as label within a workflow app. |
| Textbox |
18 |
Form Control presents a standard input text field. |
| Barcode |
19 |
Provides functionality for the form control Barcode. The control allows the user to scan barcodes and possibly QR-Codes, too. It is to define, if the user should be able to create codes additionally. (e.g. for new products) |
| Separator |
20 |
Provides a horizontal line |
| Formula |
21 |
Provides a control with calculating engine. Depends on FormulaMode |
| Audio |
22 |
Provides a control for recording audio. |
| Location |
23 |
Provides a control to take gps coordinates from a map |
| DataSet |
24 |
Provides a control to select from a dataset |
| AutoComplete |
25 |
Provides a control with autocomplete input |
| Slider |
26 |
Provides a slider control to select a value between min/max |
| File |
27 |
|
| BarcodeGenerator |
28 |
|
| Realtime |
29 |