вместо цифры число)

This commit is contained in:
Dmitry Borisenko
2022-08-16 20:54:30 +02:00
parent 85f8deb12a
commit 6ea71ec43e
3 changed files with 5 additions and 5 deletions

View File

@@ -34,13 +34,13 @@
"num": 2 "num": 2
}, },
{ {
"name": "3. Окно ввода цифры (переменная)", "name": "3. Окно ввода числа (переменная)",
"type": "Reading", "type": "Reading",
"subtype": "Variable", "subtype": "Variable",
"id": "value", "id": "value",
"widget": "inputDgt", "widget": "inputDgt",
"page": "Ввод", "page": "Ввод",
"descr": "Введите цифру", "descr": "Введите число",
"int": "0", "int": "0",
"val": "0.0", "val": "0.0",
"num": 3 "num": 3

View File

@@ -125,7 +125,7 @@
}, },
{ {
"name": "inputDgt", "name": "inputDgt",
"label": "Ввод цифры", "label": "Ввод числа",
"widget": "input", "widget": "input",
"color": "blue", "color": "blue",
"type": "number" "type": "number"

View File

@@ -2,13 +2,13 @@
"menuSection": "Виртуальные элементы", "menuSection": "Виртуальные элементы",
"configItem": [ "configItem": [
{ {
"name": "Окно ввода цифры (переменная)", "name": "Окно ввода числа (переменная)",
"type": "Reading", "type": "Reading",
"subtype": "Variable", "subtype": "Variable",
"id": "value", "id": "value",
"widget": "inputDgt", "widget": "inputDgt",
"page": "Ввод", "page": "Ввод",
"descr": "Введите цифру", "descr": "Введите число",
"int": "0", "int": "0",
"val": "0.0", "val": "0.0",
"num": 2 "num": 2