Files
2026-07-31 10:42:00 +00:00

76 lines
1.7 KiB
JSON

{
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 12,
"boxShadow": "none",
"defaultOptionValue": "",
"dynamicBindingPathList": [
{
"key": "accentColor"
},
{
"key": "borderRadius"
},
{
"key": "sourceData"
},
{
"key": "isDisabled"
}
],
"dynamicHeight": "FIXED",
"dynamicPropertyPathList": [
{
"key": "sourceData"
},
{
"key": "onOptionChange"
},
{
"key": "isDisabled"
}
],
"dynamicTriggerPathList": [
{
"key": "onOptionChange"
}
],
"isDisabled": "{{ !Hausauswahl.selectedOptionValue }}",
"isFilterable": true,
"isLoading": false,
"isRequired": false,
"isVisible": true,
"key": "vwkps0mvdu",
"labelAlignment": "left",
"labelPosition": "Top",
"labelText": "Reise und Termin auswählen",
"labelTextSize": "0.875rem",
"labelWidth": 5,
"leftColumn": 22,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 15,
"mobileLeftColumn": 43,
"mobileRightColumn": 63,
"mobileTopRow": 8,
"needsErrorInfo": false,
"onOptionChange": "{{\n qryTeilnehmer.run()\n .then(() => DatenquelleTabs.setTab(\"Reise auswählen\"))\n}}",
"optionLabel": "label",
"optionValue": "value",
"parentColumnSpace": 19.9375,
"parentId": "ztxgnv0afs",
"parentRowSpace": 10,
"placeholderText": "Select option",
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 42,
"serverSideFiltering": false,
"sourceData": "{{ qryReisen.data }}",
"topRow": 5,
"type": "SELECT_WIDGET",
"version": 1,
"widgetId": "aobp7jkkeu",
"widgetName": "Termin"
}