svghmi/widget_list.ysl2
branchsvghmi
changeset 3241 fe945f1f48b7
parent 3232 7bdb766c2a4d
child 3320 9fe5b4a04acc
--- a/svghmi/widget_list.ysl2	Mon May 03 00:14:38 2021 +0200
+++ b/svghmi/widget_list.ysl2	Tue May 18 09:22:17 2021 +0200
@@ -1,7 +1,9 @@
 // widget_list.ysl2
+widget_desc("List") {
+    // TODO
+}
 
 widget_defs("List") {
-    param "hmi_element";
     |     items: {
     foreach "$hmi_element/*[@inkscape:label]" {
     |         «@inkscape:label»: "«@id»",
@@ -10,7 +12,10 @@
 }
 
 widget_defs("TextStyleList") {
-    param "hmi_element";
+    // TODO
+}
+
+widget_defs("TextStyleList") {
     |     styles: {
     foreach "$hmi_element/*[@inkscape:label]" {
         const "style", "func:refered_elements(.)[self::svg:text]/@style";