App erstellt
This commit is contained in:
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user