genrisch dynamisch viele Punkte. Erweiterung vorgenommen
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user