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

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

View File

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

View File

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