App erstellt
This commit is contained in:
@@ -4,22 +4,32 @@
|
||||
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
|
||||
"bottomRow": 12,
|
||||
"boxShadow": "none",
|
||||
"defaultOptionValue": "GREEN",
|
||||
"defaultOptionValue": "",
|
||||
"dynamicBindingPathList": [
|
||||
{
|
||||
"key": "accentColor"
|
||||
},
|
||||
{
|
||||
"key": "borderRadius"
|
||||
},
|
||||
{
|
||||
"key": "sourceData"
|
||||
}
|
||||
],
|
||||
"dynamicHeight": "FIXED",
|
||||
"dynamicPropertyPathList": [
|
||||
{
|
||||
"key": "onOptionChange"
|
||||
},
|
||||
{
|
||||
"key": "sourceData"
|
||||
}
|
||||
],
|
||||
"dynamicTriggerPathList": [],
|
||||
"dynamicTriggerPathList": [
|
||||
{
|
||||
"key": "onOptionChange"
|
||||
}
|
||||
],
|
||||
"isDisabled": false,
|
||||
"isFilterable": true,
|
||||
"isLoading": false,
|
||||
@@ -31,7 +41,7 @@
|
||||
"labelText": "Hausauswahl",
|
||||
"labelTextSize": "0.875rem",
|
||||
"labelWidth": 5,
|
||||
"leftColumn": 22,
|
||||
"leftColumn": 3,
|
||||
"maxDynamicHeight": 9000,
|
||||
"minDynamicHeight": 4,
|
||||
"minWidth": 450,
|
||||
@@ -40,17 +50,18 @@
|
||||
"mobileRightColumn": 40,
|
||||
"mobileTopRow": 5,
|
||||
"needsErrorInfo": false,
|
||||
"optionLabel": "name",
|
||||
"optionValue": "code",
|
||||
"onOptionChange": "{{ resetWidget(\"Termin\", true).then(() => qryReisen.run()) }}",
|
||||
"optionLabel": "label",
|
||||
"optionValue": "value",
|
||||
"parentColumnSpace": 10.55859375,
|
||||
"parentId": "ztxgnv0afs",
|
||||
"parentRowSpace": 10,
|
||||
"placeholderText": "Select option",
|
||||
"renderMode": "CANVAS",
|
||||
"responsiveBehavior": "fill",
|
||||
"rightColumn": 42,
|
||||
"rightColumn": 20,
|
||||
"serverSideFiltering": false,
|
||||
"sourceData": "[\n {\n \"name\": \"Blue\",\n \"code\": \"BLUE\"\n },\n {\n \"name\": \"Green\",\n \"code\": \"GREEN\"\n },\n {\n \"name\": \"Red\",\n \"code\": \"RED\"\n }\n]",
|
||||
"sourceData": "{{qryHaeuser.data}}",
|
||||
"topRow": 5,
|
||||
"type": "SELECT_WIDGET",
|
||||
"version": 1,
|
||||
|
||||
Reference in New Issue
Block a user