svghmi/widget_keypad.ysl2
branchsvghmi
changeset 3241 fe945f1f48b7
parent 3232 7bdb766c2a4d
child 3508 14d696d7d54e
--- a/svghmi/widget_keypad.ysl2	Mon May 03 00:14:38 2021 +0200
+++ b/svghmi/widget_keypad.ysl2	Tue May 18 09:22:17 2021 +0200
@@ -1,5 +1,17 @@
 // widget_keypad.ysl2
 
+widget_desc("Keypad") {
+    longdesc
+    ||
+    Keypad - to be written
+    ||
+
+    shortdesc > Keypad 
+
+    arg name="supported_types" accepts="string" > keypad can input those types 
+    
+}
+
 emit "declarations:keypad" {
     |
     | var keypads = {
@@ -111,7 +123,6 @@
     ||
 
 widget_defs("Keypad") {
-    param "hmi_element";
     labels("Esc Enter BackSpace Keys Info Value");
     optional_labels("Sign Space NumDot");
     activable_labels("CapsLock Shift");