genrisch dynamisch viele Punkte. Erweiterung vorgenommen

This commit is contained in:
belevo\mh
2024-11-05 14:15:22 +01:00
parent b38b1ccd60
commit cf09c529de
3 changed files with 105 additions and 28 deletions
+25 -7
View File
@@ -1,8 +1,8 @@
{
"elements": [
{
"type" : "Label",
"caption" : "Influx Punkte"
"type": "Label",
"caption": "Influx Punkte"
},
{
"type": "Select",
@@ -20,11 +20,29 @@
"suffix": "",
"validate": "^An_\\d{4}$"
},
{
"type": "SelectVariable",
"name":"Netzbezug",
"caption": "Variable mit dem zu regelnden Netzbezug",
"suffix": ""
{
"type": "List",
"name": "ZusatzVariablen",
"caption": "Zusätzliche Variablen für Influx",
"add": true,
"delete": true,
"columns": [
{
"caption": "Variablenname",
"name": "Variablenname",
"width": "200px",
"add": ""
},
{
"caption": "Variable",
"name": "Variable",
"width": "300px",
"add": 0,
"edit": {
"type": "SelectVariable"
}
}
]
}
]
}