DropDown list
Example
{
"type": "dropdown",
"id": "application",
"caption": "Application",
"validators": ["not-empty"],
"defaultValue": "application-b",
"items":
[
{
"id": "application-a",
"caption": "{Category.App-A}",
"distributionProfile": "SupportApplicationA",
"fields":
[
{
"type": "textbox",
"id": " application-a-version",
"caption": "{Category.Application.Version.Title}"
}
]
},
{
"id": "application-b",
"caption": "{Category.App-B}"
}
]
}
Description
Attribute | Description | Required | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
type | Specifies the type of the object | X | |||||||||||||||
id | Unique ID of the object, freely selectable | X | |||||||||||||||
| Caption which is displayed in the UI, freely selectable. On demand, texts from the resource file in the currently selected language can be loaded using Variables of type | X | |||||||||||||||
| Available validators:
| ||||||||||||||||
| Specifies whether an entry should be selected by default. The value must be a valid item ID. If required, variables of type | ||||||||||||||||
items | Defines the entries in the picklist. Each entry can have dependent form fields in the fields attribute. An item consists of the following:
| X |