svghmi/widget_input.ysl2
branchsvghmi
changeset 3241 fe945f1f48b7
parent 3233 315f17e74ef5
child 3523 13282f91e6ff
--- a/svghmi/widget_input.ysl2	Mon May 03 00:14:38 2021 +0200
+++ b/svghmi/widget_input.ysl2	Tue May 18 09:22:17 2021 +0200
@@ -4,17 +4,20 @@
     longdesc
     || 
     Input widget takes one variable path, and displays current value in
-    optional "value" labeled sub-element. Click on optional "edit" labeled
-    element opens keypad to edit value. Operation on current value is
-    performed when click on sub-elements with label starting with '=', '+' 
-    or '-' sign. Value after sign is used as operand.
+    optional "value" labeled sub-element. 
+
+    Click on optional "edit" labeled element opens keypad to edit value.
+    
+    Operation on current value is performed when click on sub-elements with
+    label starting with '=', '+' or '-' sign. Value after sign is used as
+    operand.
     ||
 
     shortdesc > Input field with predefined operation buttons
 
-    arg accepts="string" > optional printf-like format 
+    arg name="format" accepts="string" > optional printf-like format 
 
-    path accepts="HMI_INT, HMI_REAL, HMI_STRING" > single variable to edit
+    path name="edit" accepts="HMI_INT, HMI_REAL, HMI_STRING" > single variable to edit
     
 }