Enum FieldMetadataType
Describes the different types of controls that can appear in the Configure connection dialog
Syntax
FieldMetadataType
Fields
Name | Description |
---|---|
Checkbox | Checkbox widget: Boolean value |
Text | Single line textbox. |
Password | Single line edit field with password characters - input is hidden. |
Integer | Single line integer number field. |
Double | Single line decimal number field. |
List | Dropdown listbox. The list name must be provided. The list items are provided by another interface. The default value should be the list key, not the text of the list item. |
Date | Date |
Label | Static text - has no input widget associated with it. Can be used for spacing/layout. |